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