AP CSA Review

123456789101112131415161718192021222324252627
Across
  1. 2. First line of a class
  2. 4. Automatically runs when you create an object
  3. 7. Method that changes fields in a class
  4. 8. Accessible from anywhere in program
  5. 10. Starts a while loop
  6. 11. Programming language
  7. 12. Method that retrieves fields in a class
  8. 18. A sequence of characters wrapped in quotes
  9. 20. ++
  10. 22. Static data type holding a homogenous sequence of values
  11. 23. Usually referring to combining strings
  12. 24. One loop inside of another
  13. 25. Starts a conditional statement, followed by a block of statements to be executed if Boolean expression is true
  14. 26. True or false
  15. 27. %
Down
  1. 1. --
  2. 3. Indicates a method returns no value
  3. 5. The field of method exists in the object that defines the class
  4. 6. A rational number
  5. 8. Variable representing a method's input
  6. 9. Related set of fields and methods
  7. 10. A class that "wraps" a primitive type
  8. 13. //
  9. 14. Variable holding a non-primitive type
  10. 15. Only accessible within its class
  11. 16. A loop that will never terminate
  12. 17. Int, boolean, double
  13. 19. An integral value
  14. 21. Using boolean values with &&, ||, !
  15. 24. Represents a missing value