CS209

12345678910111213141516171819202122232425262728293031323334353637
Across
  1. 2. Data type used for naming characters
  2. 3. Public static ____ main
  3. 6. Data type that uses 4 bytes
  4. 8. The most common phrase beginner programmers print
  5. 9. the result of this expression, 88%9
  6. 10. Text box into which the program's output is printed.
  7. 11. Sequence of characters to be printed
  8. 13. Most commonly used data type
  9. 14. A value or operation that computes a value.
  10. 16. The contents of a class/method happen between ____
  11. 20. 1024bytes is equivalent to 1 ______
  12. 22. A set of instructions to be carried out by a computer
  13. 23. A category or set of data values
  14. 24. A keyword is an example of a _____ device
  15. 27. Result of this statement System.out.println(“bellevue”)
  16. 28. Result of this statement System.out.println(“\\”)
  17. 29. Double, boolean and char are examples of ______ types
  18. 31. 8 bits is equivalent to 1 ___
  19. 32. Java project names should be all in _______
  20. 34. An identifier that you cannot use because it already has a reserved meaning in Java.
  21. 35. Data types used for true and false
  22. 36. A monitor is an example of a _____ device
  23. 37. This escape sequence \t is called a ___ character
Down
  1. 1. A piece of the computer's memory that is given a name and type, and can store a value
  2. 4. Most common data type to declare this value: 3.5
  3. 5. This escape sequence \n will create a _______
  4. 6. The identifier that is at the beginning of a loop syntax
  5. 7. the result of this expression, 81/27
  6. 9. A problem in the structure of a program that causes the compiler to fail is called a _____ error
  7. 10. The processing power of your computer comes from
  8. 12. Machine language
  9. 15. Place to store and access data in computers
  10. 17. Using + between a string and another value to make a longer string is called a string _______
  11. 18. A program that translates high-level language into machine language is called ____
  12. 19. A note written in the source code
  13. 21. 1024KB is equivalent to 1 ______
  14. 25. the result of this expression, 99/3 + 67
  15. 26. Every basic java statement ends with this
  16. 30. the result of this expression (8 + 4) / 3 * 5
  17. 33. Primitive data type that uses 2 bytes of storage