Java Terms Crossword
Across
- 3. A loop to continuously run the code while a condition is true
- 6. A compact computer language which only has 1’s and 0’s
- 11. Numbers in base 2
- 13. A software that manages computer hardware and software resources
- 14. Allows java to run on any device (abbreviated)
- 16. The main memory in a computer
- 17. A data type that can take decimal numbers
- 18. A data type that can take a string of characters
- 20. A loop to perform a certain number of iterations specified by the user
Down
- 1. Numbers in base 10
- 2. Makes your code Object Oriented
- 4. Compiles your code
- 5. A block of code that, when called, performs specific actions mentioned in it
- 7. Where you write your code
- 8. Numbers in base 16
- 9. Numbers in base 8
- 10. A Coding Language
- 12. A data type that can only take whole numbers
- 15. A data type that can only take a character
- 19. executes instructions of a given program