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