__ | 1. | CPU | | A. | consists of the programs that give the hardware functionalit |
__ | 2. | Hardware | | B. | Consists of the physical devices on your desktop |
__ | 3. | JVM - Java Virtual Machine | | C. | supports communication between a user and the computer |
__ | 4. | Program | | D. | High speed internal memory |
__ | 5. | RAM or Primary Memory | | E. | Devices that save the information we work on like documents |
__ | 6. | Secondary Memory | | F. | Supports the human use of the computer |
__ | 7. | Software | | G. | The part of the computer that does the work |
__ | 8. | System Software | | H. | The character encoding scheme used by JAVA |
__ | 9. | Unicode | | I. | Used to be able to run JAVA Byte code |
__ | 10. | User Interface | | J. | a sequence of instructions for a computer |
__ | 11. | '+' - the plus symbol | | A. | Examples are Eclipse, Dr. Java, JBuilder |
__ | 12. | ()'s - Parenthesis | | B. | String of chars inside the ()'s after a method call |
__ | 13. | Actual Parameters | | C. | Used to change the order of operations when needed |
__ | 14. | Arithmetic expression | | D. | An expression that returns either true or false |
__ | 15. | Boolean | | E. | Mistakes made by the compiler |
__ | 16. | Break Statement | | F. | An item whose values do not change |
__ | 17. | Compile Time Errors | | G. | Combines initialization, condition test, and cntr update |
__ | 18. | For statement | | H. | Used to concatenate strings together |
__ | 19. | IDE | | I. | consists of operands & operators combined for algebra |
__ | 20. | Literal | | J. | Used to get out of a loop prematurely |
__ | 21. | Casting | | A. | Words that have a special meaning in JAVA |
__ | 22. | Control or Conditional | | B. | an item whose value can change during execution |
__ | 23. | Count controlled Loop | | C. | A technique to convert one type to another |
__ | 24. | Extended assignment operators | | D. | A loop that will repeat itself forever without program halt |
__ | 25. | Infinite Loop | | E. | Examples are +=, -=, *= |
__ | 26. | Keywords | | F. | A control variable is used to count the times through a loop |
__ | 27. | Logic Error | | G. | This error occurs when a loop goes one to many or few times |
__ | 28. | Off-by-One error | | H. | While and If-Else Statements are of this type |
__ | 29. | Random Class | | I. | The class necessary to generate a number |
__ | 30. | Variable | | J. | Occurs when a programmer fails to program accurately |