CS209

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