JavaCrossword

1234567891011121314151617181920212223242526272829303132333435363738394041
Across
  1. 6. - a function
  2. 9. - allows user input
  3. 11. - a word
  4. 12. park - original location of SunMicroSystems
  5. 15. - if/else statement
  6. 16. - truth value
  7. 18. - ends every statement
  8. 22. Search - search the array until the correct item is found
  9. 23. - a group of methods and variables
  10. 24. - a sequence of 8 bits
  11. 25. - closes a method or class
  12. 35. - a method with the same name as the class
  13. 36. - returning a statement
  14. 37. - printing a statement
  15. 38. - random access memory
  16. 40. oriented - a system that includes objects that can be manipulated
  17. 41. - a series of values
Down
  1. 1. operator - comparing 2 values
  2. 2. - The company that created java
  3. 3. - do this while that happens
  4. 4. - doesn’t return a value
  5. 5. - a programming language
  6. 7. - a letter
  7. 8. - while this happens do this
  8. 10. - sends you back to your code
  9. 13. - decimal value
  10. 14. - remainder of a value divided by another value
  11. 17. operator - and or
  12. 19. - allowing the reader to understand what the coder is doing
  13. 20. loops - series of loops
  14. 21. - a decimal number
  15. 24. - language that computer understands
  16. 25. - finding values by splitting intervals in half
  17. 26. - central processing unit
  18. 27. - form of conditional statement
  19. 28. - comments explaining the project
  20. 29. - comes when putting a print statement
  21. 30. - sorting based on least o greatest
  22. 31. - a whole number
  23. 32. if - series of if statements
  24. 33. file - name of project
  25. 34. - a letter set as a substitute for a value
  26. 37. - table format of different sets of info
  27. 39. loop - a loop when you know how many times you want it done