JavaCrossword

12345678910111213141516171819202122232425262728293031323334353637383940
Across
  1. 4. Loop A statement in Java programming creates a loop that executes continuously
  2. 5. value When you have a method labeled int, double, String, etc, it must do this
  3. 7. Central Processing Unit
  4. 9. “Do you want credit? Then you need this…
  5. 12. A letter that substitutes for a value
  6. 14. Tell the user what the code is supposed to do
  7. 16. colon Ends a print statement, as well as many other things
  8. 19. The remainder of a number divided by a number (3/2=1)
  9. 21. True or False?
  10. 24. operator And/Or
  11. 27. Arrays Arrays seperated into a table-like format
  12. 28. A list of values
  13. 32. These surround a print statement
  14. 33. Mr. Kulla was “born” in this place
  15. 35. Operator Greater than/Equal to/Less than
  16. 39. A system that includes objects that can be manipulated
Down
  1. 1. loop a loop where you know how many times you wan the loop to run
  2. 2. A method that has the name as the class
  3. 3. A letter that can be stored into a variable
  4. 6. Elements are sorted as they gradually bubble to their location
  5. 8. The language we use to code in class
  6. 10. a sequence of 8 bits
  7. 11. Park The original location of SunMicrosystems
  8. 13. A statement that evaluates if a statement is true or not
  9. 15. Search You use this in order to search the array
  10. 17. Decimal values to 7 digit decimal precision
  11. 18. This is the language the computer understands
  12. 19. The teacher of this class
  13. 20. Something that doesn’t return a value
  14. 22. Search Finding a value by splitting intervals in half as fast as possible
  15. 23. Sends back your code
  16. 25. Random Access Memory
  17. 26. Method This method is needed in every program
  18. 29. The company that created Java
  19. 30. File All of your classes are stored into this
  20. 31. Receive user imput
  21. 34. a group of methods and variables
  22. 36. Java beans are use to make this
  23. 37. The nickname for a male in this class
  24. 38. many letters compiled into a phrase/word/sentence
  25. 40. Opens and closes a method or a class