Question 1
What does CPU stand for?
-
Central Processing Unit
-
Central Program Unit
-
Computer Processing Utility
-
Core Processing Unit
Question 2
Which CPU part controls instruction flow?
-
Control Unit
-
Arithmetic Logic Unit
-
Cache
-
Register file
Question 3
Which CPU part performs calculations and logic tests?
-
ALU
-
Control Unit
-
ROM
-
Bus
Question 4
Which description matches cache memory?
-
Small, fast CPU memory
-
Large, volatile main memory
-
Permanent, read-only startup memory
-
Long-term magnetic file storage
Question 5
Which description matches CPU registers?
-
Tiny, ultra-fast CPU storage
-
Large, volatile main memory
-
Permanent, read-only startup memory
-
Long-term external file storage
Question 6
What unit is CPU clock speed usually measured in?
-
GHz
-
GB
-
ms
-
dpi
Question 7
What does clock speed measure?
-
Cycles per second
-
Programs installed
-
Bytes in RAM
-
Cores on a chip
Question 8
What is a CPU core?
-
An independent processing unit
-
A temporary storage register
-
A small block of cache memory
-
A path carrying data signals
Question 9
What can a dual-core CPU do better than a single-core CPU?
-
Process more tasks at the same time
-
Run each core at twice the clock speed
-
Store twice as much data in RAM
-
Fetch every instruction in one clock cycle
Question 10
What does FDE stand for?
-
Fetch, Decode, Execute
-
Fetch, Delete, Execute
-
Find, Decode, Execute
-
Fetch, Decode, Exit
Question 11
What is RAM?
-
Volatile memory
-
Optical storage
-
Non-volatile firmware memory
-
External backup media
Question 12
What is ROM?
-
Non-volatile memory
-
Temporary memory
-
A type of CPU cache
-
A cloud storage service
Question 13
What does virtual memory use?
-
Secondary storage as extra RAM
-
ROM as extra cache
-
GPU memory as hard drive space
-
Cloud storage as BIOS memory
Question 14
Compared with an HDD, what is usually true of an SSD?
-
Faster
-
Slower
-
More fragile to shock
-
Louder in operation
Question 15
Which is optical storage?
-
DVD
-
SSD
-
USB flash drive
-
Magnetic tape
Question 16
Which is magnetic storage?
-
Hard disk drive
-
DVD-ROM
-
SD card
-
Blu-ray disc
Question 17
Which is solid-state storage?
-
USB flash drive
-
CD-ROM
-
Hard disk drive
-
Magnetic tape reel
Question 18
What is an embedded system?
-
A computer built into a larger device
-
A general-purpose computer for many applications
-
A remote computer providing network services
-
A virtual computer running in software
Question 19
Why is secondary storage needed?
-
To keep data when power is off
-
To increase the CPU clock speed
-
To execute instructions in the ALU
-
To hold the next instruction address
Question 20
Which is utility software?
-
Antivirus
-
Spreadsheet
-
Web browser quiz
-
Presentation editor
Question 21
What is an interrupt?
-
A signal requesting CPU attention
-
A pulse setting the CPU clock rate
-
An address stored in the program counter
-
An instruction held in the memory register
Question 22
What problem can virtual memory help with?
-
Running out of RAM
-
Low internet bandwidth
-
A dead CMOS battery
-
Insufficient CPU cores
Question 23
What does the program counter hold?
-
The address of the next instruction
-
The instruction currently being decoded
-
The result of the latest calculation
-
The data moving to secondary storage
Question 24
What does the accumulator store?
-
Intermediate results from the ALU
-
The address of the next instruction
-
The instruction currently being decoded
-
Files waiting for secondary storage
Question 25
What happens in the fetch stage?
-
An instruction is retrieved from memory
-
An instruction is interpreted by the control unit
-
An operation is carried out by the CPU
-
A result is written back to a register
Question 26
Why can cache improve CPU performance?
-
Frequently used data reaches the CPU faster
-
The CPU clock frequency automatically increases
-
Each processor core gains more registers
-
Instructions become permanently stored
Question 27
Why can virtual memory slow a computer?
-
Secondary storage is slower than RAM
-
ROM is slower than secondary storage
-
Cache is disabled while RAM is full
-
The CPU loses one core when it is used
Question 28
Why can adding RAM improve performance?
-
Hold more active programs and data
-
Increase the CPU clock frequency
-
Make secondary storage non-volatile
-
Add another processing core
Question 29
What is embedded software?
-
Software controlling a dedicated device
-
A word processor on a laptop
-
A database query
-
A web browser extension
Question 30
What does a device driver do?
-
Lets the operating system communicate with hardware
-
Protects the computer from malicious software
-
Allocates CPU time to running processes
-
Translates high-level source code into machine code