Computer Systems and Organisation Quiz 1

πŸ–₯️ Computer Systems & Organisation Quiz β€” Class 11 Computer Science (Chapter 1)

Test your understanding of Basic Computer Organisation with this free 20-question CBSE Class 11 Computer Science (Code 083) quiz. It covers the fundamentals every board exam pulls from: hardware vs software, input & output devices, the CPU, primary & secondary memory, and memory units.

Tap any question to check the answer along with a short explanation β€” perfect for quick revision before a class test or the boards.

🧩 BasicsπŸ–₯️ HardwareπŸ’Ύ Softwareβš™οΈ CPU🧠 MemoryπŸ”Œ I/O Devices
Q1
🧩 Basics

What is the main function of a computer system?

  1. Processing data
  2. Storing data
  3. Displaying data
  4. Transmitting data
Show Answer & Explanation

βœ… Answer: (a) Processing data

A computer system exists primarily to process data β€” taking raw input, performing operations on it, and turning it into meaningful output. Storing, displaying, and transmitting are all supporting functions that revolve around this core purpose.

Q2
πŸ–₯️ Hardware

Which of the following is an example of hardware?

  1. Operating system
  2. Spreadsheet software
  3. Monitor
  4. Word processor
Show Answer & Explanation

βœ… Answer: (c) Monitor

Hardware refers to the physical, touchable parts of a computer. A monitor is a physical output device, while the operating system, spreadsheet software, and word processor are all software β€” sets of instructions, not physical parts.

Q3
πŸ”Œ I/O Devices

Which device allows users to input data into a computer system?

  1. Printer
  2. Monitor
  3. Keyboard
  4. Projector
Show Answer & Explanation

βœ… Answer: (c) Keyboard

The keyboard is a primary input device used to type data and commands into the computer. Printers, monitors, and projectors are all output devices β€” they display or produce results, not accept input.

Q4
πŸ”Œ I/O Devices

Which of the following is an output device?

  1. Mouse
  2. Printer
  3. Scanner
  4. Microphone
Show Answer & Explanation

βœ… Answer: (b) Printer

A printer takes data from the computer and produces a physical result (a printout) β€” that makes it an output device. Mouse, scanner, and microphone are all used to feed data into the system, so they’re input devices.

Q5
βš™οΈ CPU

What does CPU stand for?

  1. Central Processing Unit
  2. Computer Processing Unit
  3. Control Processing Unit
  4. Central Power Unit
Show Answer & Explanation

βœ… Answer: (a) Central Processing Unit

CPU stands for Central Processing Unit β€” often called the β€œbrain” of the computer, since it carries out instructions from programs.

Q6
βš™οΈ CPU

What is the primary function of the CPU?

  1. Storing data
  2. Executing instructions
  3. Displaying output
  4. Transmitting data
Show Answer & Explanation

βœ… Answer: (b) Executing instructions

The CPU’s core job is executing instructions β€” fetching, decoding, and running the steps of a program. Storage, display, and transmission are handled by other components (memory, monitor, network hardware).

Q7
🧠 Memory

Which type of memory is the fastest and is located inside the CPU?

  1. Primary memory
  2. Secondary memory
  3. Cache memory
  4. Virtual memory
Show Answer & Explanation

βœ… Answer: (c) Cache memory

Cache memory sits closest to the CPU (often built directly into the chip) and is the fastest type of memory, used to store frequently accessed data for quick retrieval.

Q8
🧠 Memory

Which of the following is an example of primary memory?

  1. Hard disk drive
  2. USB flash drive
  3. DVD-ROM
  4. RAM
Show Answer & Explanation

βœ… Answer: (d) RAM

RAM (Random Access Memory) is primary memory β€” it’s directly accessible by the CPU and holds data temporarily while programs run. The other three are all secondary storage devices.

Q9
🧠 Memory

Which unit of memory is the smallest?

  1. Bit
  2. Byte
  3. KB
  4. MB
Show Answer & Explanation

βœ… Answer: (a) Bit

A bit (binary digit β€” a single 0 or 1) is the smallest unit of memory. 8 bits make a byte, and kilobytes/megabytes are built up from bytes.

Q10
🧠 Memory

Which unit of memory is the largest?

  1. GB
  2. TB
  3. PB
  4. EB
Show Answer & Explanation

βœ… Answer: (d) EB

Among these, an Exabyte (EB) is the largest β€” the storage hierarchy runs GB < TB (1024 GB) < PB (1024 TB) < EB (1024 PB).

Q11
🧠 Memory

Which of the following is a secondary memory device?

  1. CPU
  2. RAM
  3. CD-ROM
  4. Cache memory
Show Answer & Explanation

βœ… Answer: (c) CD-ROM

A CD-ROM is secondary (auxiliary) storage β€” non-volatile and used to hold data permanently, separate from the CPU’s fast, temporary working memory (RAM and cache).

Q12
🧠 Memory

Which type of memory is non-volatile and used for long-term storage?

  1. Cache memory
  2. RAM
  3. Secondary memory
  4. Virtual memory
Show Answer & Explanation

βœ… Answer: (c) Secondary memory

Secondary memory (like hard disks and SSDs) is non-volatile β€” it retains data even when the power is switched off, which is why it’s used for long-term storage. RAM and cache lose their contents when power is off.

Q13
πŸ’Ύ Software

Which of the following is an example of software?

  1. Keyboard
  2. Mouse
  3. Windows operating system
  4. Printer
Show Answer & Explanation

βœ… Answer: (c) Windows operating system

The Windows operating system is a set of programs and instructions β€” software. Keyboard, mouse, and printer are all physical hardware devices.

Q14
πŸ”Œ I/O Devices

Which device is used to display the output from a computer system?

  1. Printer
  2. Monitor
  3. Scanner
  4. Speaker
Show Answer & Explanation

βœ… Answer: (b) Monitor

A monitor visually displays the computer’s output on screen. A printer gives physical output, a scanner is an input device, and a speaker outputs sound rather than visuals.

Q15
🧠 Memory

Which unit of memory is equivalent to 1024 bytes?

  1. Kilobyte (KB)
  2. Megabyte (MB)
  3. Gigabyte (GB)
  4. Terabyte (TB)
Show Answer & Explanation

βœ… Answer: (a) Kilobyte (KB)

In the binary system, 1 Kilobyte (KB) = 1024 bytes. Each higher unit is 1024 times the one before it (1 MB = 1024 KB, and so on).

Q16
πŸ’Ύ Software

What is the role of an operating system?

  1. Processing data
  2. Storing data
  3. Managing computer resources
  4. Displaying output
Show Answer & Explanation

βœ… Answer: (c) Managing computer resources

The operating system’s core role is managing computer resources β€” memory, storage, processes, and hardware devices β€” and acting as the bridge between the user, application software, and hardware.

Q17
πŸ’Ύ Software

Which of the following is an example of a system software?

  1. Word processor
  2. Spreadsheet software
  3. Device drivers
  4. Photo editing software
Show Answer & Explanation

βœ… Answer: (c) Device drivers

Device drivers are system software β€” programs that let the operating system communicate with hardware. Word processors, spreadsheets, and photo editors are all application software, built for end-user tasks.

Q18
πŸ’Ύ Software

Which of the following is an example of an application software?

  1. Operating system
  2. Antivirus software
  3. Device drivers
  4. Web browser
Show Answer & Explanation

βœ… Answer: (d) Web browser

A web browser is application software β€” it’s built for a specific end-user task (browsing the internet). Operating systems, antivirus software, and device drivers are all classified as system software.

Q19
πŸ”Œ I/O Devices

Which of the following is an example of an input device?

  1. Printer
  2. Scanner
  3. Speaker
  4. USB flash drive
Show Answer & Explanation

βœ… Answer: (b) Scanner

A scanner captures data (images/documents) and feeds it into the computer, making it an input device. Printer and speaker are output devices, and a USB flash drive is secondary storage.

Q20
βš™οΈ CPU

Which of the following is responsible for executing instructions and performing calculations in a computer system?

  1. CPU
  2. RAM
  3. Hard disk drive
  4. Monitor
Show Answer & Explanation

βœ… Answer: (a) CPU

The CPU is responsible for executing instructions and performing all arithmetic and logical calculations. RAM only holds data temporarily, the hard disk stores it permanently, and the monitor just displays output.

Jitendra Singh
βœ” Verified Educator

Jitendra Singh

Founder of CBSEPython.in

I help CBSE Class 9–12 students learn Python, Information Technology, Artificial Intelligence and Computer Science through easy notes, quizzes, MCQs and sample papers.

Read More About Me β†’