CPU (Central Processing Unit) MCQs

Computer

CPU (Central Processing Unit) MCQs

Practice CPU MCQs with answers and explanations covering ALU, CU, registers, processors and central processing unit concepts frequently asked in competitive exams.

327
Total Questions

Practice Questions

Page 1 of 17
Question #1
The Central Processing Unit (CPU) is also known as the:
A. Heart of the computer
B. Memory of the computer
C. Input device
D. Brain of the computer

Correct Answer: Option D


Explanation:
The CPU is referred to as the brain of the computer as it performs all major processing tasks.

This question belongs to: Computer CPU (Central Processing Unit)
Question #2
Which of the following is NOT a main component of the CPU?
A. Random Access Memory (RAM)
B. Registers
C. Arithmetic Logic Unit (ALU)
D. Control Unit (CU)

Correct Answer: Option A


Explanation:
RAM is primary memory outside the CPU, while ALU, CU, and Registers are integral parts of the CPU.

This question belongs to: Computer CPU (Central Processing Unit)
Question #3
The Arithmetic Logic Unit (ALU) primarily performs:
A. Fetching instructions from memory
B. Storing data permanently
C. Controlling input/output devices
D. Arithmetic and logical operations

Correct Answer: Option D


Explanation:
ALU executes arithmetic operations like addition and logical operations like AND, OR.

This question belongs to: Computer CPU (Central Processing Unit)
Question #4
The Control Unit (CU) in CPU is responsible for:
A. Managing secondary storage
B. Storing intermediate results
C. Performing calculations
D. Directing and coordinating operations

Correct Answer: Option D


Explanation:
CU fetches, decodes instructions and generates control signals for other components.

This question belongs to: Computer CPU (Central Processing Unit)
Question #5
Processor registers are used to:
A. Hold data and instructions for immediate processing
B. Store data permanently
C. Control peripheral devices
D. Perform input operations

Correct Answer: Option A


Explanation:
Registers provide fast temporary storage within the CPU for quick access by ALU.

This question belongs to: Computer CPU (Central Processing Unit)
Question #6
Which component of CPU acts as the manager directing the flow of data?
A. ALU
B. Registers
C. Cache Memory
D. CU

Correct Answer: Option D


Explanation:
The Control Unit manages and synchronizes the operations of the CPU.

This question belongs to: Computer CPU (Central Processing Unit)
Question #7
The full form of ALU is:
A. Arithmetic Logic Unit
B. Advanced Logic Unit
C. Arithmetic Language Unit
D. Application Logic Unit

Correct Answer: Option A


Explanation:
ALU stands for Arithmetic Logic Unit, handling math and logic in the CPU.

This question belongs to: Computer CPU (Central Processing Unit)
Question #8
In the instruction cycle, the first step is usually:
A. Execute
B. Fetch
C. Decode
D. Store

Correct Answer: Option B


Explanation:
The CPU fetches the instruction from memory as the initial step of the fetch-decode-execute cycle.

This question belongs to: Computer CPU (Central Processing Unit)
Question #9
Which of the following is a type of register that holds the address of the next instruction?
A. Accumulator
B. Program Counter
C. Memory Address Register
D. Instruction Register

Correct Answer: Option B


Explanation:
The Program Counter (PC) keeps track of the address of the next instruction to be executed.

This question belongs to: Computer CPU (Central Processing Unit)
Question #10
Modern CPUs often include multiple cores to:
A. Enable parallel processing
B. Reduce power consumption only
C. Increase memory size
D. Decrease clock speed

Correct Answer: Option A


Explanation:
Multi-core processors allow simultaneous execution of instructions for better performance.

This question belongs to: Computer CPU (Central Processing Unit)
Question #11
The combination of ALU and CU forms the:
A. Memory Unit
B. Central Processing Unit
C. Output Unit
D. Input Unit

Correct Answer: Option B


Explanation:
ALU and CU, along with registers, constitute the CPU.

This question belongs to: Computer CPU (Central Processing Unit)
Question #12
Registers are faster than:
A. RAM
B. Cache memory
C. Hard disk
D. All of the above

Correct Answer: Option D


Explanation:
Registers are the fastest storage in the computer hierarchy, located inside the CPU.

This question belongs to: Computer CPU (Central Processing Unit)
Question #13
What does the Control Unit do during the decode phase?
A. Interprets the instruction
B. Performs calculations
C. Fetches data from disk
D. Stores results

Correct Answer: Option A


Explanation:
Decoding involves interpreting the instruction to determine the required action.

This question belongs to: Computer CPU (Central Processing Unit)
Question #14
Which register temporarily holds data being processed by the ALU?
A. Program Counter
B. Accumulator
C. Address Register
D. Status Register

Correct Answer: Option B


Explanation:
The Accumulator is commonly used to hold operands and results of ALU operations.

This question belongs to: Computer CPU (Central Processing Unit)
Question #15
The speed of a CPU is measured in:
A. Pixels
B. Watts
C. Bytes
D. Hertz (Hz)

Correct Answer: Option D


Explanation:
CPU clock speed is measured in Hertz, indicating cycles per second.

This question belongs to: Computer CPU (Central Processing Unit)
Question #16
Cache memory is placed between:
A. Input and Output devices
B. CPU and RAM
C. ALU and CU
D. RAM and Hard Disk

Correct Answer: Option B


Explanation:
Cache provides faster access to frequently used data between CPU and main memory.

This question belongs to: Computer CPU (Central Processing Unit)
Question #17
The fetch-decode-execute cycle is also known as the:
A. Control cycle
B. Memory cycle
C. Instruction cycle
D. Data cycle

Correct Answer: Option C


Explanation:
It represents the basic operational cycle of the CPU for processing instructions.

This question belongs to: Computer CPU (Central Processing Unit)
Question #18
Which unit coordinates the activities of all other units in the CPU?
A. Bus
B. Register
C. CU
D. ALU

Correct Answer: Option C


Explanation:
The Control Unit directs the overall operation of the processor.

This question belongs to: Computer CPU (Central Processing Unit)
Question #19
A 64-bit processor can handle data in:
A. 128-bit chunks only
B. 64-bit chunks
C. 32-bit chunks
D. 8-bit chunks

Correct Answer: Option B


Explanation:
Bit width indicates the amount of data the processor can process at once.

This question belongs to: Computer CPU (Central Processing Unit)
Question #20
The main function of the CPU is to:
A. Display output on screen
B. Execute programs and process data
C. Connect to the internet
D. Store large amounts of data

Correct Answer: Option B


Explanation:
The CPU carries out instructions of computer programs through processing.

This question belongs to: Computer CPU (Central Processing Unit)