π₯οΈ 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
What is the main function of a computer system?
- Processing data
- Storing data
- Displaying data
- 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.
π₯οΈ Hardware
Which of the following is an example of hardware?
- Operating system
- Spreadsheet software
- Monitor
- 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.
π I/O Devices
Which device allows users to input data into a computer system?
- Printer
- Monitor
- Keyboard
- 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.
π I/O Devices
Which of the following is an output device?
- Mouse
- Printer
- Scanner
- 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.
βοΈ CPU
What does CPU stand for?
- Central Processing Unit
- Computer Processing Unit
- Control Processing Unit
- 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.
βοΈ CPU
What is the primary function of the CPU?
- Storing data
- Executing instructions
- Displaying output
- 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).
π§ Memory
Which type of memory is the fastest and is located inside the CPU?
- Primary memory
- Secondary memory
- Cache memory
- 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.
π§ Memory
Which of the following is an example of primary memory?
- Hard disk drive
- USB flash drive
- DVD-ROM
- 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.
π§ Memory
Which unit of memory is the smallest?
- Bit
- Byte
- KB
- 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.
π§ Memory
Which unit of memory is the largest?
- GB
- TB
- PB
- 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).
π§ Memory
Which of the following is a secondary memory device?
- CPU
- RAM
- CD-ROM
- 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).
π§ Memory
Which type of memory is non-volatile and used for long-term storage?
- Cache memory
- RAM
- Secondary memory
- 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.
πΎ Software
Which of the following is an example of software?
- Keyboard
- Mouse
- Windows operating system
- 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.
π I/O Devices
Which device is used to display the output from a computer system?
- Printer
- Monitor
- Scanner
- 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.
π§ Memory
Which unit of memory is equivalent to 1024 bytes?
- Kilobyte (KB)
- Megabyte (MB)
- Gigabyte (GB)
- 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).
πΎ Software
What is the role of an operating system?
- Processing data
- Storing data
- Managing computer resources
- 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.
πΎ Software
Which of the following is an example of a system software?
- Word processor
- Spreadsheet software
- Device drivers
- 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.
πΎ Software
Which of the following is an example of an application software?
- Operating system
- Antivirus software
- Device drivers
- 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.
π I/O Devices
Which of the following is an example of an input device?
- Printer
- Scanner
- Speaker
- 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.
βοΈ CPU
Which of the following is responsible for executing instructions and performing calculations in a computer system?
- CPU
- RAM
- Hard disk drive
- 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.
