what is the CPU
CENTRAL PROCESSING UNIT
the main processor in a computer, often referred to as the “brain” of the device. It’s responsible for executing instructions and manipulating data, controlling the flow of information and hardware within the system
What is the RAM
Random access memory
the temporary storage area within a computer where the operating system, programs, and data are loaded and accessed while the computer is running.
what is the ALU and what does it do
what is the CU and what is its role
THE CONTROL UNIT:
examples of registers within the CPU
what are registers
memory locations within the processor which work at very high speeds, and they are used to control the fetch decode execute cycle
summarise the PC
summarise the MAR
summarise the MDR
summarise the CIR
what does the ACC do
the accumulator stores the result of calculations
summarise address bus
carries the address of the instruction or data in the MAR from the processor to the memory, unidirectional
summarise data bus
the data bus carries data between the processor and the memory, bidirectional
summarise the control bus
controls signals between the processor and the components, bidirectional
What does the status register do
What does the clock do?
Summarise, general-purpose registers
What is the program counter responsible for?
It holds the address of the next instruction to be executed
What is the memory buffer register responsible for?
It’s used to temporarily stored the data which is read from a written to memory
how does clock speed affect processor performance
how does cache size affect processor performance
what is cache
small amount of expensive , fast memory inside/near to the CPU
what are the levels of cache
L1 - embedded in the CPU chip, is the smallest and fastest
L2 - fairly fast and medium size (256kb - 2mb)
what is a core
a complete copy of a CPU