Across
- 1. Java is an ____ language
- 3. Type of variable that stores decimals
- 5. What the object does, they become functions in a class
- 8. A method used to change the value of a variable
- 11. A method that has the same name as the class
- 14. Company that developed java
- 15. Base 8:0, 1, 2, 3, 4, 5, 6, 7
- 17. Hardwired memory that can't be changed
- 18. Translates the program from Java to a language the computer can understand
- 19. The displaying of information
- 20. Nicely organized lists of data
- 22. Way information is passed to methods
- 24. What the name java originated from
- 25. The means by which information can be "permanently" saved
- 27. Type of variable that stores words or numbers
- 28. Type of variable that stores single letters
- 30. Type of variable that stores values as true or false
Down
- 2. A feature that allows a class to have two or more methods, having same name, if their argument lists are different
- 4. A blue print from which individual objects are created
- 6. Variables that are declared as private or protected
- 7. Base 16:0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F
- 9. Base 2:0 and 1
- 10. Nouns that describe the object, they become the private data members of a class.
- 12. Involves manipulations controlled by the Control Unit, Arithmetic Logic Unit, and Temporary Storage along with the control of information within the computer system
- 13. Loops that automatically maintain a counter variable
- 16. Type of variable that stores integers
- 19. An instance of a class
- 21. A method used to read the value of a variable
- 23. Something used in coding to store different types of data
- 26. The transfer of information into a computer system
- 29. Temporary money that is lost when the computer is turned off
