Computer systems: Components overview MCQs Quiz | Class 9

This quiz is for Class IX students studying Computer Applications (Code 165), based on Unit 1: Basics of Information Technology. It covers essential topics about the main components of a computer system, including the CPU, memory (RAM/ROM), storage devices, and input/output (I/O) devices. Attempt all questions and click “Submit Quiz” to see your score, then download the PDF answer sheet for your records.

Understanding Computer System Components

A computer system is a collection of integrated devices that input, process, store, and output data and information. Understanding its core components is fundamental to computer literacy. These components work together to perform tasks as instructed by the user.

1. Central Processing Unit (CPU)

Often called the “brain” of the computer, the CPU is responsible for executing instructions and performing calculations. It’s the most critical hardware component. The CPU itself has two main parts:

  • Arithmetic Logic Unit (ALU): This unit performs all arithmetic operations (like addition, subtraction) and logical operations (like AND, OR, NOT).
  • Control Unit (CU): This unit acts as a manager. It directs and coordinates all the operations of the computer. It fetches instructions from memory, decodes them, and sends control signals to other parts of the computer to execute them.

2. Memory

Computer memory is any physical device capable of storing information temporarily or permanently. There are two main types of memory:

  • Primary Memory: This is the main memory of the computer, directly accessible by the CPU. It is typically volatile.
    • RAM (Random Access Memory): This is volatile memory, meaning its contents are lost when the computer is turned off. It is used to store data and programs that are currently being used by the CPU.
    • ROM (Read-Only Memory): This is non-volatile memory, meaning its contents are retained even when the power is off. It contains the firmware and boot-up instructions for the computer, like the BIOS.
  • Secondary Memory: This is non-volatile memory used for long-term storage of data and programs. It is slower than primary memory but has a much larger capacity.

3. Storage Devices

Storage devices are used to store data permanently. They are a form of secondary memory. Common examples include:

  • Hard Disk Drive (HDD): A traditional storage device that uses magnetic spinning platters to store data.
  • Solid-State Drive (SSD): A modern storage device that uses flash memory chips. It is much faster, more durable, and quieter than an HDD.
  • USB Flash Drive: A portable storage device that uses flash memory and connects via a USB port.
Feature Hard Disk Drive (HDD) Solid-State Drive (SSD)
Technology Magnetic spinning disks Flash memory chips
Speed Slower Much faster
Durability More fragile (moving parts) More durable (no moving parts)
Cost Cheaper per gigabyte More expensive per gigabyte

4. Input and Output (I/O) Devices

I/O devices are peripherals used to get data into the computer and get results out.

  • Input Devices: These devices are used to provide data and control signals to a computer. Examples include the keyboard, mouse, scanner, microphone, and webcam.
  • Output Devices: These devices are used to display or present the results of processing from the computer. Examples include the monitor, printer, speakers, and projector.

Quick Revision Points

  • The CPU is the brain and consists of the ALU and CU.
  • RAM is volatile memory for active tasks; ROM is non-volatile for startup instructions.
  • Storage devices like HDDs and SSDs hold data permanently.
  • Input devices (e.g., keyboard) send data to the computer.
  • Output devices (e.g., monitor) show results from the computer.

Extra Practice Questions

  1. Explain the difference between volatile and non-volatile memory with examples.
  2. If you want to make your computer boot up and open programs faster, which component would be the best to upgrade: the CPU, RAM, or storage to an SSD? Why?
  3. List three devices that can be considered both input and output devices.
  4. What is the role of the Control Unit (CU) and how does it differ from the Arithmetic Logic Unit (ALU)?
  5. Why is secondary storage necessary in a computer system?

Author

  • CBSE Quiz Editorial Team

    Content created and reviewed by the CBSE Quiz Editorial Team based on the latest NCERT textbooks and CBSE syllabus. Our goal is to help students practice concepts clearly, confidently, and exam-ready through well-structured MCQs and revision content.