Define processor.
The component of a computer that performs calculations and executes instructions.
What does ALU stand for?
Arithmetic Logic Unit.
True or false: The control unit directs the operation of the processor.
TRUE
Fill in the blank: The fetch-decode-execute cycle is essential for _______.
instruction processing.
What is the function of the CU?
It coordinates the activities of the processor and manages data flow.
Define register.
A small, fast storage location within the CPU used to hold temporary data.
What is the purpose of the cache memory?
To store frequently accessed data for quicker retrieval by the CPU.
True or false: RAM is a type of non-volatile memory.
FALSE
Fill in the blank: The address bus carries _______ from the CPU to memory.
memory addresses.
What does clock speed measure?
The number of cycles per second a CPU can execute instructions.
Define instruction set architecture (ISA).
The set of instructions that a processor can execute.
What is a data bus?
A system within a computer that transfers data between components.
True or false: Multi-core processors can execute multiple instructions simultaneously.
TRUE
Fill in the blank: The system bus connects the CPU to _______.
other components like memory and I/O devices.
What is the role of the fetch stage?
To retrieve the next instruction from memory.
Define pipelining.
A technique where multiple instruction phases are overlapped to improve performance.
What does throughput refer to in processors?
The number of instructions executed in a given time period.
True or false: Secondary storage is faster than RAM.
FALSE
Fill in the blank: The ALU performs _______ and logical operations.
arithmetic
What is a bus in computer architecture?
A communication system that transfers data between components.
Define interrupt.
A signal that temporarily halts the CPU to allow a different process to run.
What is the purpose of virtual memory?
To extend the apparent amount of RAM using disk space.
True or false: Registers are slower than cache memory.
FALSE
Fill in the blank: The data path is the part of the CPU that handles _______.
data processing.