Save
Computer science
The CPU
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Burak
Visit profile
Cards (25)
What does CPU stand for?
Central Processing Unit
View source
What factors influence the processing power of a CPU?
Clock speed
,
number
of
cores
,
cache
size
View source
What are the two main types of CPU architecture?
Von Neumann
and
Harvard
View source
What are the three main parts of the CPU?
Control
Unit
(CU
)
Arithmetic Logic Unit
(ALU)
Cache
View source
What is the main job of the Control Unit (CU)?
Manage
fetching
,
decoding
, and
execution
View source
What does the Control Unit control within the CPU?
Flow of data
inside
and
outside
the CPU
View source
What does the Arithmetic Logic Unit (ALU) do?
Performs
calculations
and logic operations
View source
What types of operations can the ALU perform?
Addition,
subtraction,
comparisons
,
logic
operations
View source
How does the cache compare to RAM?
Faster than RAM but has lower
capacity
View source
Which cache level is the quickest?
L1
View source
What is the role of registers in the CPU?
Temporarily hold
tiny
bits
of data
View source
What is the function of the program counter (PC)?
Holds the
memory
address
of the
instruction
View source
What does the memory address register (MAR) hold?
Memory
address
about
to
be
used
View source
What does the accumulator do?
Stores intermediate results of
calculations
View source
What does the memory data register (MDR) hold?
Actual data or
instruction
fetched
from
memory
View source
What is the Fetch-Execute Cycle?
Fetch instruction
from memory
Decode instruction
Execute instruction
View source
What happens during the FETCH phase of the Fetch-Execute Cycle?
Copy
address
to
MAR
,
fetch
instruction
to
MDR
View source
What occurs during the EXECUTE phase of the Fetch-Execute Cycle?
Instruction is performed by the
CPU
View source
What does the Control Unit do during the DECODE phase?
Decodes the instruction in the
MDR
View source
How does the Von Neumann architecture function?
CPU
runs programs stored in memory
Programs consist of
instructions
and data
Uses one memory for both data and instructions
View source
When was the Von Neumann architecture designed?
In
1945
View source
What is a key feature of the Von Neumann architecture?
Uses one memory for data and
instructions
View source
What does the program counter (PC) do in the Fetch-Execute Cycle?
Holds the memory address of the
instruction
View source
What is the role of the memory address register (MAR) in the CPU?
Holds the memory address about to be
used
View source
What is the purpose of the accumulator in the ALU?
Stores intermediate results of
calculations
View source