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
-
Processor cores
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 does FDE stand for?
-
Fetch, Decode, Execute
-
Fetch, Delete, Execute
-
Find, Decode, Execute
-
Fetch, Decode, Exit
Question 10
What is RAM?
-
Volatile memory
-
Optical storage
-
Non-volatile firmware memory
-
External backup media
Question 11
What is ROM?
-
Non-volatile memory
-
Temporary memory
-
A type of CPU cache
-
A cloud storage service
Question 12
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 13
Compared with an HDD, what is usually true of an SSD?
-
Faster
-
Slower
-
More fragile
-
Louder in operation
Question 14
Which is optical storage?
-
DVD
-
SSD
-
USB flash drive
-
Magnetic tape
Question 15
Which is magnetic storage?
-
Hard disk drive
-
DVD-ROM
-
SD card
-
Blu-ray disc
Question 16
Which is solid-state storage?
-
USB flash drive
-
CD-ROM
-
Hard disk drive
-
Magnetic tape reel
Question 17
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 18
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 19
Which is utility software?
-
Antivirus
-
Spreadsheet
-
Web browser quiz
-
Presentation editor
Question 20
What problem can virtual memory help with?
-
Running out of RAM
-
Low internet bandwidth
-
A dead CMOS battery
-
Insufficient CPU cores
Question 21
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 22
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 23
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 24
What is embedded software?
-
Software controlling a dedicated device
-
A word processor on a laptop
-
A database query
-
A web browser extension
Question 25
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
Question 26
Which of these is software?
-
An operating system
-
A keyboard
-
A hard disk
-
A processor
Question 27
Which gate outputs 1 only when both inputs are 1?
-
AND
-
OR
-
NOT
-
XOR
Question 28
What does a truth table list?
-
Every input combination and its output
-
The speed of a circuit
-
The cost of components
-
The order of instructions
Question 29
In a logic circuit, what does one gate’s output become?
-
An input to the next gate
-
A separate circuit
-
The power supply
-
A truth table
Question 30
Which of these is application software?
-
A word processor
-
An operating system
-
A device driver
-
A disk defragmenter
Question 31
Which is closest to the instructions a processor runs?
-
Machine code
-
A high-level language
-
Pseudocode
-
A flowchart
Question 32
How does an interpreter run a program?
-
One line at a time
-
All at once, before running
-
Only after the program ends
-
Only on a remote server
Question 33
Which editor feature colours language keywords as you type?
-
Syntax highlighting
-
A breakpoint
-
A watch window
-
Auto-indent
Question 34
In the stored program concept, where are instructions held?
-
In main memory
-
In the ALU
-
In the control unit
-
On the display