CBSE Class 11 Computer Science Chapter 1: Computer overview and its Basics NCERT Solutions

NCERT Solutions PDF Class 11 PDF

This section provides detailed NCERT Solutions for Class 11 Computer Science, focusing on Chapter 1: Computer overview and its Basics. It covers fundamental concepts of computer functioning, including the role of the control unit. The solutions explain various types of memory, such as primary memory, RAM (Random Access Memory), ROM (Read Only Memory), PROM (Programmable Read Only Memory), EPROM (Erasable Programmable Read Only Memory), and EEPROM (Electrically Erasable Programmable Read Only Memory), detailing their characteristics like volatility and programmability. Additionally, it lists and provides examples of essential input and output devices, crucial for understanding computer interaction. The solutions also outline the main components of a computer system (hardware and software) and explain the functional components. These solutions are designed to help students grasp the core principles of computer systems and prepare effectively for their examinations.

Quick info

BoardCBSE
ClassClass 11
SubjectComputer Science
Session2026
LanguageEnglish
TypeNCERT Solutions
ChapterChapter 1

Chapter summary

This chapter's NCERT Solutions for CBSE Class 11 Computer Science delve into the foundational aspects of computers. It clarifies the function of the control unit, differentiates between various memory types (primary, RAM, ROM, PROM, EPROM, EEPROM), and lists common input and output devices. The solutions also introduce the basic components (hardware and software) and functional elements of a computer system, providing a clear understanding of how computers operate at a basic level.

Learning outcomes

  • Understand the role of the control unit in a computer system.
  • Differentiate between various types of memory (RAM, ROM, PROM, EPROM, EEPROM).
  • Identify and provide examples of input and output devices.
  • Explain the basic components of a computer system (hardware and software).
  • Describe the functional components of a computer system.

Topics covered

Paper topics

  • Computer Functioning
  • Control Unit
  • Primary Memory
  • RAM (Random Access Memory)
  • ROM (Read Only Memory)
  • PROM (Programmable Read Only Memory)
  • EPROM (Erasable Programmable Read Only Memory)
  • EEPROM (Electrically Erasable Programmable Read Only Memory)
  • Input Devices
  • Output Devices
  • Computer System Components
  • Functional Components of a Computer

Important topics

  • Types of Memory (RAM, ROM, PROM, EPROM, EEPROM)
  • Function of the Control Unit
  • Input and Output Devices
  • Computer System Components (Hardware/Software)

PDF preview

Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.

Loading document …
Page of
Loading page …

Questions and Solutions

Question 1

Which part interprets program instructions and initiate control operations?
Solution: The part of the computer system that interprets program instructions and initiates control operations is the Control Unit. It acts as the brain of the computer, directing the flow of information and coordinating the activities of all other components based on the program's instructions.

Question 2

What is primary memory?
Solution: Primary memory, also known as main memory or internal memory, is the core storage area of a computer. It is used to temporarily store data and instructions that the CPU (Central Processing Unit) needs for immediate processing. This type of memory is typically volatile, meaning it loses its contents when the power supply is turned off.

Question 3

What is RAM?
Solution: RAM stands for Random Access Memory. It is the main working memory of a computer. RAM is used to hold the user's instructions and data that are currently being processed by the CPU. A key characteristic of RAM is that it is volatile, meaning it requires a continuous power supply to retain information; its contents are lost when the computer is switched off.

Question 4

What is ROM?
Solution: ROM stands for Read Only Memory. It is a type of semiconductor memory whose contents are permanently stored and cannot be easily altered or erased after manufacturing. ROM is non-volatile, meaning it retains its data even when the power is turned off. It typically stores essential system instructions, such as the firmware needed to boot up the computer.

Question 5

What is PROM?
Solution: PROM stands for Programmable Read Only Memory. This is a type of ROM that can be programmed by the user or manufacturer exactly once after its production. Once the data is written into a PROM chip, it cannot be altered or erased. This makes it suitable for applications where the stored information needs to be permanent but is specific to a particular device or system.

Question 6

What is EPROM?
Solution: EPROM stands for Erasable Programmable Read Only Memory. Unlike PROM, the data stored in an EPROM chip can be erased. This erasure is typically done by exposing the chip to a special type of equipment that emits ultraviolet light. After erasure, the EPROM can be reprogrammed with new data, making it more flexible than PROM.

Question 7

What is EEPROM?
Solution: EEPROM stands for Electrically Erasable Programmable Read Only Memory. This advanced type of ROM allows its contents to be erased and reprogrammed electrically, without needing to remove the chip from the device or use special ultraviolet light equipment. This electrical erasing and programming capability makes EEPROM highly convenient for firmware updates and configurations.

Question 8

Give three examples of both input devices and output devices.
Solution:

Here are three examples each for input and output devices:

Input Devices: These devices are used to send data or commands into the computer.

  1. Keyboard: Used for typing text and commands.
  2. Mouse: Used for pointing, clicking, and selecting items on the screen.
  3. Scanner: Used to convert physical documents or images into digital format.

Output Devices: These devices are used to display or present information processed by the computer.

  1. Monitor: Displays visual information and graphics.
  2. Speaker: Produces audio output.
  3. Printer: Creates hard copies of digital documents.

Question 1

Name the components of a computer system.
Solution: A computer system fundamentally consists of two primary components:
  1. Hardware: These are the physical, tangible parts of the computer that you can see and touch, such as the monitor, keyboard, CPU, and memory chips.
  2. Software: This refers to the intangible set of instructions, programs, and data that tell the hardware what to do and how to do it. Examples include operating systems and application programs.

Question 2

Explain functional components of a computer system.
Solution: A computer system is composed of various interconnected functional components that work together to process data and perform tasks. These components include:

1. Input Devices: Allow data and instructions to be entered into the system (e.g., keyboard, mouse).

2. Central Processing Unit (CPU): The brain of the computer, responsible for executing instructions and performing calculations. It includes the Arithmetic Logic Unit (ALU) and the Control Unit.

3. Memory: Stores data and instructions. This includes primary memory (RAM) for active processing and secondary memory (like hard drives) for long-term storage.

4. Output Devices: Present the results of processing to the user (e.g., monitor, printer).

5. Storage Devices: Used for long-term storage of data and programs (e.g., hard disk drive, SSD).

All these components must be properly connected and coordinated to ensure the system functions correctly.

Common mistakes

  • Confusing volatile and non-volatile memory types.
  • Incorrectly defining the purpose of different ROM variants (PROM, EPROM, EEPROM).
  • Failing to list distinct examples for input and output devices.

Revision tips

  • Create flashcards for different memory types and their characteristics.
  • Draw a simple diagram showing the relationship between hardware and software.
  • Practice listing input/output devices without referring to the solutions.
  • Review the function of the control unit and its importance in program execution.

Practice MCQs

Q1. Which component of a computer system is responsible for interpreting program instructions and initiating control operations?

Q2. What is a key characteristic of RAM (Random Access Memory)?

Q3. Which type of memory can be programmed once after manufacturing, and its contents cannot be altered?

Q4. What does PROM stand for?

Q5. Which of the following is an example of an output device?

Frequently asked questions

What is the main function of the Control Unit in a computer?

The Control Unit interprets program instructions and initiates control operations, managing the overall functioning of the computer system.

What is the difference between RAM and ROM?

RAM (Random Access Memory) is volatile memory used for active processing and loses data when power is off, while ROM (Read Only Memory) is non-volatile and stores essential system instructions permanently.

Can the data in PROM be changed after it's written?

No, PROM (Programmable Read Only Memory) can be programmed only once after manufacturing, and its contents cannot be altered.

What are some examples of input and output devices?

Examples of input devices include keyboards and mice, while examples of output devices include monitors and printers.

What are the two main components of a computer system?

The two main components of a computer system are Hardware, which refers to the physical parts, and Software, which refers to the programs and instructions.

How is EEPROM different from EPROM?

EEPROM (Electrically Erasable Programmable Read Only Memory) can be erased and reprogrammed using electric pulses, whereas EPROM (Erasable Programmable Read Only Memory) requires special equipment and ultraviolet light for erasure.

Content reviewed by the NCERT Help team. Editorial Team and update policy

NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.