Across
- 3. A request to the processor so that a currently operating process, such as a read from a disk drive, can be interrupted by another process, such as a write into memory
- 9. The processing logic of a CPU that is manufactured on a silicon wafer containing millions or billions of transistors
- 10. Cache memory that is part of the CPU hardware
- 11. A computer that uses more than one CPU
- 12. Cache memory that is slower than L1 or L2 cache but is much larger
- 13. The numeric code read by the CPU that represents a particular machine instruction
- 15. An internal communications pathway inside a computer that specifies the source and target address for memory reads and writes
- 17. A CPU design that permits the processor to operate on one instruction at the same time it is fetching one or more subsequent instructions from the operating system or application
- 19. A memory address that a CPU begins reading from whenever the CPU receives a reset signal, such as when power is first applied or someone presses the reset button on a computer
- 20. An internal communications pathway that carries data between the CPU and memory locations
Down
- 1. A feature of some Intel CPUs that allows two threads to run on each CPU core simultaneously
- 2. A computer program that takes a high-level language like C++ or Java and turns it into assembly code that is executed by the CPU
- 4. A computer program that translates assembly code into numeric values called opcodes that the CPU can understand
- 5. A RISC processor that is commonly used in mobile devices such as smartphones and tablet
- 6. The smallest piece of computer code that can be independently scheduled for execution
- 7. A small program inside a CISC CPU that must interpret and execute each instruction
- 8. Special computer memory that temporarily stores data used by the CPU.
- 10. Cache memory that is somewhat slower than L1 cache but is much larger.
- 14. The part of a processor used to read and execute instructions
- 16. A small program inside a CISC CPU that must interpret and execute each instruction
- 18. Cache memory that is found on some advanced modern CPUs
