AP Computer Science Review Game

1234567891011121314151617181920
Across
  1. 1. base number of octal numbers
  2. 5. used in programming memory reference
  3. 6. base number of hexadecimal numbers
  4. 10. maximum number of abstract class extended
  5. 11. highest number used in octal numbers
  6. 12. base number of binary numbers
  7. 13. interface cannot define ____
  8. 15. return type of a method when nothing is returned
  9. 16. keyword that a class is a subclass of a parent
  10. 17. contains a collection of numbers
  11. 20. putting two Strings together with a +
Down
  1. 2. an interface doesn’t extend, it ____
  2. 3. not used by abstract methods but used in normal methods
  3. 4. not required for abstract methods
  4. 7. when one loop is within another
  5. 8. variable type with only two values
  6. 9. the lesser binary number
  7. 14. method that is never final or static
  8. 18. type of search that repeatedly divides list in half
  9. 19. math operator that returns the remainder after division