Java Crossword

123456789101112131415161718192021
Across
  1. 2. (_____) Have states and behaviors. Example: A dog has states — color, name breed. An (_____) is an instance of a class
  2. 4. Java keyword “boolean”, logical values True or False
  3. 5. Translates the program from Java to a language that the computer can understand
  4. 8. A _____ can be defined as a template/blue print that describes the behaviors/states that object is its type of support
  5. 10. Java keyword “char”, 1 character
  6. 13. Makes the code restricted
  7. 14. Hardwired memory
  8. 18. Nicely organized lists of data
  9. 19. Language of code starting with P
  10. 20. A listing of instructions (code) for the computer to follow written in some programming language
  11. 21. Arithmetic Log Unit stands for:
Down
  1. 1. Java keyword “double”
  2. 3. Object Oriented Programming stands for:
  3. 6. Converts a program one line at a time into machine language
  4. 7. The type of code we’ve been using this whole entire year
  5. 9. Java keyword “int”, an integer
  6. 11. Computer equipment
  7. 12. Temporary memory
  8. 15. Local Area Network stands for:
  9. 16. Put at the end of every line of code
  10. 17. Java keyword “byte”, an integer