Module 3 CPU
Across
- 3. The address bus typically runs at the external clock speed of the CPU. The address, like all data in the computer, is in digital form and is conveyed as a series of
- 4. 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
- 5. A path or channel between a computer’s CPU and the devices it manages, such as memory and I/O devices
- 9. An internal communications pathway that keeps the CPU informed of the status of particular computer resources and devices, such as memory and disk drives
- 10. is the ability to run two or more processes (known as threads) at the same time
- 13. Most processors used in modern client (like laptops and PCs) and server systems are
- 14. A component of a CPU that provides timing and coordination between the other parts of the CPU, such as the arithmetic logic unit, registers, and system bus
- 17. The numeric code read by the CPU that represents a particular machine instruction
- 18. A computer program that translates assembly code into numeric values called opcodes that the CPU can understand
- 19. processors are RISC-based and are the most commonly used processor architecture in the world due to their extensive use in mobile devices.
- 20. The smallest piece of computer code that can be independently scheduled for execution
Down
- 1. 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
- 2. 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
- 6. The computer hardware design that includes the processor (CPU) and communication routes between the CPU and the hardware it manages, such as memory and disk storage
- 7. The part of a processor used to read and execute instructions
- 8. An internal communications pathway that carries data between the CPU and memory locations
- 11. The processing logic of a CPU that is manufactured on a silicon wafer containing millions or billions of transistors
- 12. provides timing and coordination between the other parts of the CPU, such as the arithmetic logic unit, registers, and system bus.
- 15. When power is applied to the CPU, it begins reading data from a memory address called
- 16. A feature of some Intel CPUs that allows two threads to run on each CPU core simultaneously
- 18. performs the primary task of executing instructions.