👁 5-question demo test — paid plans include full timer, navigator, mark-for-review, and subject-/chapter-level mock tests. Unlock all mocks · ₹4,999

5-question demo · Computer Knowledge Test - SSC CGL - Tier II

From the first chapter. Tap an option to lock it in — answers + explanations show immediately.

Question 1 of 5
The main system board of the computer is called ____.
A Motherboard
B Processor
C Microchip
D None of these
Why: The main system board, which houses the CPU, memory, expansion slots, and other key components, is called the **motherboard**. It serves as the central circuit hub where all computer components connect and communicate. This is a fundamental part of computer organization and hardware structure. Option A matches this definition.
Question 2 of 5
Which of the following system components is the brain of a computer?
A Circuit board
B CPU
C Memory
D Network card
Why: The **CPU (Central Processing Unit)** is known as the brain of the computer because it handles all processing tasks, executes instructions, performs arithmetic and logical operations via ALU, and controls other components through the control unit. It is the core of computer organization. Option B is correct.
Question 3 of 5
Which part of the computer is directly invoked in executing the instructions of the computer program?
A main storage
B secondary storage
C printer
D processor
Why: The **processor (CPU)** directly executes program instructions by fetching them from memory, decoding them, and performing the required operations. It is the central component in computer system organization responsible for instruction execution. Other options like storage or peripherals do not execute instructions. Option D is correct.
Question 4 of 5
A computer executes programs in the sequence of:
A Decode, Fetch, Execute
B Execute, Fetch, Decode
C Fetch, Decode, Execute
D Store, Fetch, Execute
Why: A computer follows the **fetch-decode-execute cycle**: First, it **fetches** the instruction from memory; then **decodes** it to understand the operation; finally, it **executes** the instruction. This is the standard instruction cycle in CPU organization. Option C matches this sequence.
Question 5 of 5
The memory unit that communicates directly with the CPU is called ______ memory.
A cache
B backup
C main
D register
Why: **Cache memory** is the high-speed memory that communicates most directly with the CPU, storing frequently used data for quick access and reducing latency compared to main memory (RAM). While registers are even closer, cache is the standard term for this direct communication in memory hierarchy. Option A is correct.