Java Crossword Puzzle

1234567891011121314151617181920212223242526272829303132333435363738
Across
  1. 2. A category or set of data values
  2. 5. Computer memory unit equal to 1024 MB
  3. 6. term that means to write down the methods
  4. 7. A value or operation that computes a value
  5. 8. Computer memory unit equal to 1024 KB
  6. 10. Term that means to run the methods
  7. 12. named group of statements
  8. 13. Data type that stores one character
  9. 17. set of instructions to be carried out by a computer.
  10. 19. Stores a value into a variable
  11. 20. Text box into which the program's output is printed
  12. 25. Name given to an item in your program
  13. 28. a memory location that can hold an integer which negative or positive and non decimal
  14. 29. The set of instructions in a program
  15. 30. A sequence of characters to be printed
  16. 31. Computer memory unit equal to 8 bits
  17. 32. set of legal structures and commands that can be used in a particular language
  18. 33. Devices that produce a result out of the computer
  19. 36. Combines multiple values or expressions
  20. 38. An object that can read input from many resources
Down
  1. 1. An identifier that you cannot use because it already has a reserved meaning in Java
  2. 3. Order in which operators are evaluated
  3. 4. A popular programming language used to web applications
  4. 9. Computer memory unit equal to 1024 GB
  5. 10. A note written in source code by the programmer to describe or clarify the code
  6. 11. A piece of the computer's memory that is given a name and type
  7. 14. Computer component that acts a control center
  8. 15. Data type that stores true or false statements
  9. 16. An electronic device use to store information and process data
  10. 18. Data type that stores up to a decimal value with 6 to 7 points
  11. 21. is a program that translates high-level language into low-level language
  12. 22. Data type that can store up to 8 bytes
  13. 23. Data type that stores whole numbers from -128 to 127
  14. 24. Computer memory unit equal to 1024 bytes
  15. 26. Devices that are plugged into the computer
  16. 27. Computer memory unit equal to 0 or 1
  17. 34. Statement that prints any argument you pass and adds a new line after it
  18. 35. Data type that stores a double character
  19. 37. Stores information in a computer for a short period
  20. 38. a command to be executed