Save
...
Computer Architecture
Von Neumann
Fetch-Decode-Execute Cycle
Save
Share
Learn
Content
Leaderboard
Learn
Created by
e.m.d.
Visit profile
Cards (3)
Fetch:
The PC contains the address of the
memory location
of the next
instruction
to be
fetched
The
address
is
copied
from the PC to the
MAR
via the
address
bus
The contents of the memory location in the MAR are copied to the
MDR
The
MDR contents
are copied to the
CIR
and the PC is
incremented
to process the next
instruction
Decode: The
instruction
is now
decoded
so that it can be
interpreted
in the
next stage
of the cycle
Execute:
The CPU passes the
decoded instructions
as a set of
control
signals to appropriate computer
components
This allows each instruction to be carried out in a
logical sequence