Java

1234567891011121314151617181920212223242526
Across
  1. 1. Executes instructions from hardware and software
  2. 4. loops under certain conditions
  3. 6. allows you to run java on any device
  4. 7. a data type that takes whole number
  5. 10. makes your code object oriented
  6. 13. only extensions can use it
  7. 16. What your code gets compiled into
  8. 19. Base 8
  9. 20. Base 10
  10. 21. Base 2
  11. 22. loops until the condition is false
  12. 24. Temporary memory
  13. 25. A coding language
  14. 26. Permanent memory
Down
  1. 2. available for everyone
  2. 3. Compiles your code
  3. 5. only you can use it
  4. 8. code that runs when called
  5. 9. Saved data
  6. 11. software that manages the computers hardware
  7. 12. The opposite of object oriented
  8. 14. a data type that takes words
  9. 15. Base 16
  10. 17. Where you write your code
  11. 18. a data type that takes decimals
  12. 23. a data type type that only takes characters