cpu Flashcards
Describe the purpose of the CPU
consists of components of the computer that processes instructions (logical op/simple arithmetic)
program instructions are interpreted and executed in CPU
What must a computer be able to do to process data?
input data and instructions
store data and instructions (a memory)
output results of the processing
control and interpret machine language and send appropriate signals to different parts of the computer
Describe the control unit.
sends and receives signals from and to different parts of the comouter
supervises the fetch decode execute cycle
ensures all data and instructions are processed at the right time, in the right order
directs the flow of data and instructions
Describe the Arithmetic and logic unit.
processes and manipulates data
performs simple arithmetic calcs and logic operations e.g. comparing values
Why are registers required in the CPU?
to store results from ALU
for the CU to store details of operations being dealt with by fde cycle
Describe what registers are.
Temporary fast access storage location
in the cpu
where info is temporarily stored
What is a con of registers?
It has a limited storage capacity
Describe CIR
current instruction register
it stores the instruction currently being executed
Describe PC
program counter
it s stores memory location of the next instruction needed by the processor
Describe MAR
memory address register
stores memory location of where data is being read from or written to
Describe ACC
Accumulator
stores the results from the calculations made by ALU
What are buses?
pathways that use groups of parallel wires to transfer data from one location in the computer to another
Describe the data bus.
carries data and instruction to and from the processor and memory, as program is run
carries data both ways (to and from memory)(to and from I/O controllers)
Describe the address bus.
carries data in one direction
from processor to memory
carries the memory address of the next instruction or data item
used to access anything stored in memory to the processor
Describe the control bus
helps the CU communicate with other parts of the computer
delivers control information on time to the CU, at the right place
one way but can at times be both directions