Java Crossword Puzzle

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