A computer is an electronic device designed to process data and perform tasks according to a set of instructions called a program. Understanding the organization of a computer involves knowing its main components, how they interact, and the role each plays in executing instructions efficiently.
The basic components of a computer system can be broadly classified into three categories:
The motherboard is the main system board of a computer. It acts as the backbone that connects all components together. It contains:
Key fact: The motherboard is sometimes called the main system board.
The CPU is often called the brain of the computer because it performs the actual processing of instructions. It consists of:
The CPU executes instructions in a specific sequence called the instruction cycle:
Fetch → Decode → Execute → Store results
The CPU operates at a certain clock speed, measured in hertz (Hz), which determines how many cycles it can perform per second. For example, a CPU with a clock speed of 3 GHz completes 3 billion cycles per second.
Memory in a computer is used to store data and instructions temporarily or permanently. It is classified as:
The memory unit that communicates directly with the CPU is called primary memory. Cache memory is a special type of fast memory used to increase processing speed by keeping frequently accessed data close to the CPU.
The Control Unit coordinates all functions of the computer by managing the flow of data between the CPU, memory, and peripherals. It ensures instructions are executed in the correct order.
Errors in programming are called bugs. Detecting and correcting these errors is essential for smooth computer operation.
This diagram shows the CPU connected to primary memory (RAM). The CPU fetches instructions and data from memory, processes them, and may store results back.
Question: What is the main system board of a computer called?
Solution: The main system board is called the motherboard. It connects all components such as CPU, memory, and peripherals.
Answer: Motherboard.
Difficulty: Easy
Question: If a CPU has a clock speed of 3 GHz, how many clock cycles does it complete in one second?
Solution: 1 GHz = \( 10^9 \) cycles per second.
Therefore, 3 GHz = \( 3 \times 10^9 \) cycles per second.
Answer: \( 3 \times 10^9 \) clock cycles per second.
Difficulty: Medium
Question: A computer's main memory is 8 GB, divided into 4 equal blocks. What is the size of each block?
Solution: Total memory = 8 GB.
Number of blocks = 4.
Size of each block = \( \frac{8 \text{ GB}}{4} = 2 \text{ GB} \).
Answer: Each block is 2 GB.
Difficulty: Easy
Question: Which system component is called the brain of the computer?
Solution: The CPU is called the brain of the computer because it processes instructions and controls all operations.
Answer: CPU (Central Processing Unit).
Difficulty: Easy
Question: What is the primary function of the Control Unit in a CPU?
Solution: The Control Unit fetches instructions from memory, decodes them, and directs the ALU and other components to execute them in the correct sequence.
Answer: To coordinate and control the execution of instructions.
Difficulty: Medium
Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.
Go to practice →