Save
...
Paper 1
Systems Architecture
The CPU
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Caylin Hindle
Visit profile
Cards (24)
What does 'CPU' stand for?
Central Processing Unit
View source
What is the purpose of the CPU?
To process
data
and
instructions
View source
What are the main components of the CPU?
Control Unit
(CU)
Arithmetic and Logic Unit
(ALU)
Registers
Cache memory
View source
What does the Control Unit (CU) do?
It sends control
signals
to direct CPU
operations
View source
What is the function of the ALU?
It performs simple
calculations
and
logical
operations
View source
What is a register?
A temporary storage space for
instructions
View source
What is the purpose of cache memory?
To
temporarily
store
frequently
accessed data
View source
How does cache memory compare to registers and RAM?
Cache is
slower
than registers but
faster
than RAM
View source
What is computer architecture?
The design and structure of a computer
Determines how
components
interact
Influences
performance
and capabilities
View source
What is the most common type of computer architecture?
Von Neumann
architecture
View source
Who developed the concept of stored program computers?
John von Neumann
View source
What is a key feature of Von Neumann architecture?
Stores both
program instructions
and data in
RAM
View source
How does Harvard architecture differ from Von Neumann architecture?
Harvard has separate memories for
instructions
and
data
View source
What are buses in computer architecture?
Pathways for data transfer between
components
View source
What are the components of the fetch-execute cycle?
Fetch the
instruction
from
memory
Decode the instruction
Execute the instruction
Store the result
View source
What is the purpose of the fetch-execute cycle?
To process
data
and instructions
View source
What role do control signals play in the CPU?
They
direct
the
operation
of the
CPU
View source
What is the relationship between cache memory and RAM?
Cache is
faster
but
smaller
than RAM
View source
What is the function of the ALU in the CPU?
Performs
arithmetic
and
logic
operations
View source
What is the significance of registers in the CPU?
They provide temporary storage for
instructions
View source
How does the Control Unit interact with other CPU components?
It sends control signals to the
ALU
and
RAM
View source
What is the role of cache memory in improving CPU performance?
It
speeds
up
access
to
frequently
used
data
View source
What is the main difference between Von Neumann and Harvard architectures?
Von Neumann uses one
memory
, Harvard uses two
View source
What is the purpose of buses in a computer system?
To transfer data between
components
View source