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