Document: Basic organization of a computer MCQs Quiz | Class 9
This quiz is for Class 9 students studying Computer Applications (Code 165), based on Unit 4: Lab Exercises. It covers essential topics like the CPU, memory, I/O devices, and the hard disk. Attempt all questions and click “Submit Quiz” to see your score and download a PDF of your answers.
Understanding the Basic Organization of a Computer
A computer system is composed of several key components that work together to perform tasks. This basic organization, often based on the Von Neumann architecture, can be broken down into four main functions: input, processing, storage, and output. Understanding these parts is fundamental to computer literacy.
Key Components of a Computer System
1. CPU (Central Processing Unit)
The CPU is often called the “brain” of the computer. It is responsible for executing instructions and performing calculations. It fetches instructions from memory, decodes them, and then executes them. A CPU consists of two main parts:
- Arithmetic Logic Unit (ALU): Performs all arithmetic operations (like addition, subtraction) and logical operations (like AND, OR, NOT).
- Control Unit (CU): Directs and coordinates most of the operations within the computer. It tells the other parts of the computer system what to do by interpreting instructions.
2. Memory
Computer memory is any physical device capable of storing information temporarily or permanently. There are two main types of memory:
- Primary Memory (Main Memory): This is the memory that the CPU can access directly. It is volatile, meaning its contents are lost when the power is turned off.
- RAM (Random Access Memory): Used to store data and programs that are currently being used by the computer. It is volatile.
- ROM (Read-Only Memory): Contains pre-written instructions that the computer needs to boot up. It is non-volatile, meaning it retains its contents even without power.
- Secondary Memory (Storage): This is non-volatile memory used for long-term storage of data and programs. The CPU does not access it directly. Examples include Hard Disk Drives (HDD), Solid-State Drives (SSD), and USB flash drives.
| Feature | RAM (Random Access Memory) | ROM (Read-Only Memory) |
|---|---|---|
| Volatility | Volatile (loses data on power off) | Non-volatile (retains data on power off) |
| Usage | Stores data for active programs | Stores boot-up instructions (firmware) |
| Speed | Very fast | Slower than RAM |
| Type | Read-Write memory | Read-Only memory |
3. I/O (Input/Output) Devices
Input/Output devices are the communication channels between the user and the computer. They allow us to send information to the computer and receive results from it.
- Input Devices: Used to provide data and control signals to a computer. Examples include the keyboard, mouse, scanner, and microphone.
- Output Devices: Used to display or present the results of processing. Examples include the monitor, printer, speakers, and projector.
4. Hard Disk (Secondary Storage)
A hard disk drive (HDD) is the primary device a computer uses to store information for the long term. It is a non-volatile storage device, which means the data remains safe even when the computer is turned off. It stores the operating system, software applications, and all your personal files (documents, pictures, music, etc.).
Quick Revision Points
- The CPU is the central processing unit and acts as the computer’s brain.
- The ALU performs calculations, while the CU directs operations.
- RAM is volatile memory used for active tasks.
- ROM is non-volatile memory used for booting up.
- Input devices (e.g., keyboard) send data to the computer.
- Output devices (e.g., monitor) display results from the computer.
- The hard disk provides long-term, non-volatile storage.
Extra Practice Questions
- What is the primary function of the Control Unit (CU) in a CPU?
Answer: To direct and coordinate the operations of the entire computer system. - Which of the following is an example of a device that is both an input and an output device?
Answer: A touchscreen monitor. - Why is secondary storage necessary in a computer?
Answer: Because primary memory (RAM) is volatile and cannot store data permanently. - What does the term ‘booting up’ refer to?
Answer: The process of starting a computer, where the system loads instructions from ROM to start the operating system. - Arrange the following storage units in ascending order of size: Megabyte (MB), Kilobyte (KB), Gigabyte (GB), Terabyte (TB).
Answer: Kilobyte (KB), Megabyte (MB), Gigabyte (GB), Terabyte (TB).