Computer Science Puzzle
Across
- 2. What binary integers cannot have negative values?
- 4. Java manages memory using ____ collection
- 5. The 'R' in 'RISC' stands for
- 7. The default subdomain in a URL is ____
- 12. ____ tubes are the predecessors of transistors
- 13. What is set by the processor when addition operation overflows?
- 15. We use ____ encryption to secure communications
- 18. ____ keys are used to relate tables in SQL
- 19. What intermediate format does Java compile to?
- 21. C++ is C with ____ orientated programming
- 22. What header do websites use to know your browser?
- 24. Simulating a computer in a computer is called
- 25. Accessing the memory of a free variable causes ____ behaviour
Down
- 1. Python manages memory with a ____ counting system
- 3. What's the C equivalent of a class in OOP?
- 6. ____ files are needed to use C libraries
- 8. ____ loops run as long as a condition is true
- 9. TypeScript compiles to ____
- 10. Accessing values in a HashMap is a ____ time operation
- 11. ____ operations are used to share an integer across threads
- 14. Python was developed by ____ van Rossum
- 16. A ____ table is used to query from multiple related tables in SQL
- 17. What is a heap allocated, resizable array?
- 20. ____'s law states that transistor count per processor will double every decade
- 23. The Linux kernel is written by