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