Java Vocabulary 1 JW
Across
- 2. A list of commands that are pilled together or assembled into an executable computer program
- 6. A set of specific operations a computer uses to run a program
- 7. Error in which the program runs but not in the way the coder intends it to run
- 10. a variable that is part of a class
Down
- 1. a keyword stating that the method will not return a value
- 3. Style of programming based on identifying classes of objects that can be linked with the methods that they are associated with
- 4. a keyword stating that a variable/method belongs to a class rather than a specific instance
- 5. a block of code that will run only when called in a program
- 8. Error in which the coder makes by not following the syntax of the programming language
- 9. actual values that is passed in when a method is invoked