Save
Computer Science
Term 1 test
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Yusuf Ali
Visit profile
Cards (28)
What are the core components of CPU architecture?
Arithmetic Logic Unit
,
Control Unit
,
Registers
, Cache, and Buses
View source
What is the primary purpose of the CPU?
To
fetch
and
execute
instructions
stored in memory
View source
What are the steps involved in the Fetch-Decode-Execute Cycle?
Fetch
,
Decode
, and
Execute
View source
What does the Fetch stage involve?
The
CPU
retrieves
instructions
from memory
View source
What role does the Control Unit play in the CPU?
It manages the execution of
instructions
View source
What is the function of the ALU?
Handles
arithmetic
and
logic
operations
View source
What is the purpose of CPU registers?
To provide high-speed storage for
immediate
data and instructions
View source
What is the function of Cache in a CPU?
Stores frequently used
instructions
/data
View source
What does the Program Counter (PC) do?
Keeps track of the next instruction’s
address
View source
What is the role of the Memory Address Register (MAR)?
Holds
memory addresses
for
data
to be
accessed
View source
What does the Memory Data Register (MDR) do?
Stores data
retrieved
from or
written
to memory
View source
How does clock speed affect CPU performance?
It determines how many
cycles
the CPU can perform per
second
View source
What is the significance of cache size in a CPU?
A
larger
cache reduces
data retrieval time
View source
How do the number of cores in a CPU affect multitasking?
More cores allow
parallel processing
for improved multitasking
View source
What are embedded systems?
Specialized
computer
systems performing dedicated tasks
View source
What is the purpose of RAM?
Temporary
storage for
active processes
View source
What is the difference between RAM and ROM?
RAM is
volatile
, while ROM is
non-volatile
View source
What is virtual memory used for?
To prevent system slowdown when
physical RAM
is full
View source
What is the purpose of secondary storage?
Long-term storage
of data
View source
What are examples of secondary storage?
Hard Drives
,
CDs/DVDs
,
SSDs
,
USB drives
View source
What are the advantages of magnetic storage?
Large
capacity
and
cost-effective
View source
What are the disadvantages of solid-state storage?
More
expensive
compared to
other storage types
View source
How is data capacity measured in storage devices?
In
bytes
,
kilobytes
,
megabytes
,
gigabytes
, and
terabytes
View source
What factors should be considered when selecting storage devices?
Capacity
,
Speed
,
Portability
, Durability,
Reliability
, and
Cost
View source
What are the actions that occur at each stage of the fetch-execute cycle?
Fetch: CPU retrieves instructions from memory using
PC
and
MAR
Decode:
Control Unit
interprets the fetched instruction
Execute:
ALU
or other components perform the operation
View source
What are the advantages and disadvantages of different storage types?
Magnetic
Storage:
Advantages: Large capacity, cost-effective
Disadvantages: Slower, less durable
Optical
Storage:
Advantages: Portable, inexpensive for small data
Disadvantages: Limited capacity, slower
Solid-State
Storage:
Advantages: Fast, durable, portable
Disadvantages: More expensive
View source
What are the characteristics of embedded systems?
Specialized for
dedicated tasks
Low
power consumption
Compact size
Optimized for
specific functions
View source
What is the role of primary storage in a computer system?
RAM
: Temporary storage for active processes,
volatile
ROM
: Stores
firmware
and boot instructions,
non-volatile
View source