CPU Flashcards
What is the CPU.
The main part of the computer, consisting of the register, ALU and control unit.
What is the main part of the computer, consisting of the register, ALU and control unit.
The CPU.
what is Von Neumann Architecture.
Traditional computing architecture that forms a basis for most digital computer systems. Instruction are fetched, decoded and executed one at a time.
MAR
Holds the address of data ready for the use by the memory register, or the address of an instruction passed from the program counter. Step 2 of the fetch, decode, execute cycle.
MDR
Holds the data fetched from or to be written to the memory. Step 3 of the fetch, decode, execute cycle.
PC
Program counter, holds the address for the next instruction. Step 1 of the fetch, decode, execute cycle.
Accumulator
Holds the result of the calculation.
ALU
Performs calculations and logic comparisons in the CPU.
CU
Control unit, decodes instructions. Sends signals to control the how the data moves around the CPU
Cache
Memory in the processor providing fast access to frequently used instructions and data
F.D.E cycle
the complete process of retrieving an instruction form store, decoding it and carrying it out. It is also know as the instruction cycle.
Clock speed
Measured in Hertz, the clock speed is the frequency at which the internal clock generates pulses. the higher the clock rate, the faster the computer may work. the Clock is an electronic unit that synchronises related components by generating pulses at a constant rate
Cache size
A part of the main store between the central processor and the rest of the memory. It has extremely fast access, so sections of a program and its associated data are copied TO BE CONTIUED