Save
A-level Computer Science
School Notes
Structure of the Processor
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Ana Saker
Visit profile
Cards (25)
What is the basic organization of the CPU composed of?
Memory
Unit,
Control Unit
,
Arithmetic Logic Unit
View source
What is the function of the Memory Unit in the CPU?
It
stores
data
within the
CPU
View source
What does the Control Unit do?
It
sends
control
signals
and
decodes
instructions
View source
What operations does the Arithmetic Logic Unit (ALU) perform?
Arithmetic
and
logical
operations
View source
How do buses connect the processor to Main Memory?
Data
Bus
and
Control
Bus
are
two-way
View source
What is a register in the CPU?
A
location
in the
processor
for
specific purposes
View source
What is the purpose of the Program Counter (PC)?
It
holds
the
location
of the next
instruction
View source
What does the Memory Address Register (MAR) contain?
The
address
the
processor
is
currently
accessing
View source
What is the function of the Memory Data Register (MDR)?
It
passes
data
entering
or
leaving
the
CPU
View source
How does the MDR interact with the MAR?
Data
from
MAR
is
copied
to
MDR
View source
What is the Current Instruction Register (CIR)?
It holds the
instruction
currently
being
processed
View source
What does the CIR do with the opcode?
It holds the
opcode
while
it
is
decoded
View source
What is the role of the Accumulator?
It holds
data
being
processed
and
intermediate
results
View source
What is the purpose of the I/O Bus?
It
facilitates
data
transfer
to and
from
peripheral devices
View source
What are the two broad categories of processor architecture?
Von Neumann
and
Harvard architectures
View source
What is a feature of the Von Neumann Architecture?
Single
control unit
and
single
ALU
View source
How does the Harvard Architecture differ from Von Neumann?
Data
and
instructions
are
stored
in
separate
memory
units
View source
What are the features of RISC processors?
Limited
instructions
and
simple
tasks
View source
What are the features of CISC processors?
Complex
instructions
that
may
take
multiple
cycles
View source
What are the disadvantages of CISC processors?
Higher
cost
and
slower
program
execution
View source
Why might a RISC processor lead to increased battery life?
It requires
fewer
transistors
and
less
power
View source
What is an advantage of using a RISC processor?
Costs
less
to
design
and
produce
View source
How does the Fetch Execute Cycle utilize registers?
PC
holds
address
,
passes
to
MAR
,
loads
to
MDR
View source
What is the role of multicore systems?
Multiple
processing units
can
work
simultaneously
View source
What are high-end GPUs used for?
Rendering
models
, running
CAD
software
,
calculations
View source