Computer Science Igcse Chapter 4 Notes
Computer Science Igcse Chapter 4 Notes
NO
Any data YES The contents of buffer are
The print data is sent to
sent to emptied to the printer and
the buffer from memory
printer? printing take place
YES
When all data have been printed,
The current task is
an interrupt signal send to the
stopped temporarily and
processor to request more data
the interrupt is served.
to be printed.
Von Neumann Model
PC CIR
Register
MAR MDR AC
Memory
Central Processing Unit (CPU)
is the electronic circuit responsible for executing the instructions of a computer
program.
Is also called processor or microprocessor
Consists of
CU
ALU
Register
Register
is simply a high speed storage area within the computer.
All data must be stored in a register before it can be processed.
Memory
Address
The location of where
data can be stored in
a computer memory
Memory unit
Read Operation Address Contents
Read 0000 0010 (instruction) 0000 0000 1100 1010
0000 0001 1011 0001
Step 1: The address is written in MAR. 0000 0010 1111 1011
MAR .
0 0 0 0 0 0 1 0 .
1111 1110 0001 0010
Step 2: The read signal is sent to the
memory via the control bus 1111 1111 0111 1011
CIR
Immediate access store (IAS) holds data and
instructions when they are loaded from main
Read 3001 memory and are waiting to be processed.
Fetch and Execute Cycle
The PC contain the address of the next
instruction to be fetched