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 ____.
AMotherboard
BProcessor
CMicrochip
DNone 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?
ACircuit board
BCPU
CMemory
DNetwork 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?
Amain storage
Bsecondary storage
Cprinter
Dprocessor
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:
ADecode, Fetch, Execute
BExecute, Fetch, Decode
CFetch, Decode, Execute
DStore, 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.
Acache
Bbackup
Cmain
Dregister
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.