4.1 ProcessorFundamentals.CPU_architecture Flashcards
(123 cards)
What is the Von Neumann architecture?
A computer architecture introduced in the 1940s that introduced the concept of the stored program.
What does the Arithmetic Logic Unit (ALU) do?
It performs all arithmetic and logical operations within the processor.
What is the role of the Control Unit (CU)?
It ensures the synchronisation of data flow and programs throughout the computer by sending control signals along the control bus.
What is the purpose of the system clock?
It produces timing signals on the control bus to ensure synchronisation in the computer system.
What is the Immediate Access Store (IAS)?
A memory component that holds all data and programs needed to be accessed by the control unit.
What is an accumulator in a CPU?
A temporary general-purpose register that stores numerical values during operations.
What is a register?
A temporary storage component in the processor that holds data or instructions as part of the fetch-execute cycle.
What is a status register?
A register used during arithmetic or logical operations to store information about the result, such as flags.
What is a flag in a CPU?
A flag indicates the status of a bit, e.g., N = 1 indicates the result of an addition gives a negative value.
What is the address bus?
A bus that carries addresses throughout the computer system.
What is the data bus?
A bus that allows data to be carried from the processor to memory (and vice versa) or to and from input/output devices.
What is the control bus?
A bus that carries signals from the control unit to all other computer components.
What does unidirectional mean in relation to buses?
It describes a bus where bits can travel in one direction only.
What does bidirectional mean in relation to buses?
It describes a bus where bits can travel in both directions.
What is a word in computing?
A group bits used by a computer to represent a single unit.
What is a clock cycle?
The vibrational frequency of the clock, measured in GHz, which sends out pulses along the control bus.
What is overclocking?
Changing the clock speed of a system clock to a value higher than the factory/recommended setting.
What does BIOS stand for?
basic input/output system
What is cache memory?
A high-speed auxiliary memory that allows for fast data transfer and retrieval.
What is a core in a CPU?
A unit made up of an ALU, control unit, and registers that is part of the CPU.
What is a dual core CPU?
A CPU containing two cores.
What is a quad core CPU?
A CPU containing four cores
What is a port in computing?
An external connection that allows a computer to communicate with peripheral devices.
What is a USB?
Universal Serial Bus, a type of port used to connect devices to a computer.