apcsa

12345678910111213141516171819
Across
  1. 3. what does 64 in hexadecimal equal in decimal.
  2. 5. largest decimal number that can be created with 4 bits in binary
  3. 8. The octal numeral system uses a ____ ___ binary coding.
  4. 12. Another name for Java abstract methods(2 words)
  5. 13. what language that is "spoken" based off of binary
  6. 14. what must be declared before using a abstract class
  7. 15. how many symbols does the hexadecimal system have
  8. 17. An ______ ______ in Java is one that is declared with the abstract keyword
  9. 18. We can have an abstract class without any abstract ___
  10. 19. smallest number you can get in binary
Down
  1. 1. 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
  2. 2. The hexadecimal numeral system uses a ____ ___ binary coding.
  3. 4. A Java _______ contains static constants and abstract methods.
  4. 6. how many bits of binary to get 10
  5. 7. Abstract ___ can’t be instantiated hence if you try to execute below code it will throw compilation error.
  6. 9. 0,1
  7. 10. base 8 system
  8. 11. What is the goal of java interface
  9. 12. biggest number before resetting in a octal system
  10. 16. What does binary, octal, and hexadecimal have all in common