Informatics PracticesClass 11Computer Chapter System

Computer Chapter System | Class 11 Informatics Practices Notes

By ConceptScroll Team · Published on 17 July 2026 · 3 min read

Computer Chapter System – this guide gives you a concise, exam-ready overview of Computer Chapter System from Class 11 Informatics Practices, written by ConceptScroll editors and reviewed against the latest NCERT textbook.

1.3 COMPUTER MEMORY

Memory is a crucial component of a computer system that stores data and instructions required for processing. The term 'memory' typically refers to primary or main memory, which the CPU accesses directly during operation. Secondary memory, or storage devices, provide permanent data storage for future use. Computers use binary digits (bits) as the basic unit of memory, representing data in 0s and 1s. Groups of bits form larger units: a nibble consists of 4 bits, a byte consists of 8 bits (2 nibbles), and bytes combine to form kilobytes (KB), megabytes (MB), gigabytes (GB), terabytes (TB), and beyond, following powers of 1024. Primary memory includes Random Access Memory (RAM) and Read Only Memory (ROM). RAM is volatile, losing its contents when power is off, and is used for temporary data storage during processing. ROM is non-volatile, retaining data even without power, and stores permanent instructions such as the boot loader. Cache memory is a small, very fast memory located between the CPU and primary memory to speed up data access by storing frequently used data. Secondary memory offers larger, non-volatile storage but is slower than primary memory. Examples include Hard Disk Drives (HDD), Solid State Drives (SSD), CDs, DVDs, and flash drives. Data capturing involves gathering data in digital form from various sources, data storage saves it for future use, and data retrieval fetches stored data for processing. Data deletion marks storage space as free without immediately erasing content, allowing for potential recovery unless overwritten. Data recovery techniques can restore deleted or corrupted data if not overwritten. Security concerns include unauthorized deletion or recovery of data, mitigated by access controls, encryption, and secure data deletion methods.

📊 Diagram: Table 1.1 lists memory units from KB to YB with their descriptions. Figure 1.7 shows various storage devices including HDD, CD/DVD, and memory cards. Figure 1.8 illustrates data capture using a barcode reader.

🧪 Activity: Activity 1.3: Explore methods to recover deleted data or data from corrupted devices.

🔗 Connection: This section on memory leads to the next topic on software, which uses memory and hardware to perform tasks.

Frequently asked questions

1. Name the software required to make a computer functional. Write down its two primary functions.

The software required to make a computer functional is the Operating System (OS). Its two primary functions are: 1. Managing hardware resources such as CPU, memory, and input/output devices. 2. Providing a user interface and platform for running application software.

2. What is the need of RAM? How does it differ from ROM?

RAM (Random Access Memory) is needed to temporarily store data and instructions that the CPU needs while executing programs. It is volatile memory, meaning data is lost when power is off.

ROM (Read Only Memory) is non-volatile memory that permanently stores instructions needed to boot the computer. Data in ROM cannot be modified or is difficult to modify.

Differences:

  • RAM is volatile; ROM is non-volatile.
  • RAM is used for temporary data storage during execution; ROM stores permanent instruc
3. What is the need for secondary memory?

Secondary memory is needed to store data and programs permanently or for long-term use. It provides large storage capacity at a lower cost compared to primary memory (RAM). It retains data even when the computer is turned off.

4. Draw the block diagram of a computer system. Briefly write about the functionality of each component.

Block Diagram of a Computer System includes:

  • Input Unit: Accepts data and instructions from the user.
  • Central Processing Unit (CPU): Processes data and controls operations.
  • Memory Unit: Stores data and instructions temporarily (RAM) or permanently (ROM).
  • Output Unit: Displays or produces the results.
  • Secondary Storage: Stores data permanently.

Functionality:

  • Input Unit: Converts user input into machine-readable form.
  • CPU: Executes instructions, performs arithmetic and logic operat

Ready to ace this chapter?

Get the full Computer Chapter System chapter — interactive notes, diagrams, worked solutions, polls and a free practice quiz — in the ConceptScroll app.

Open in ConceptScroll →

Study smarter with ConceptScroll

Daily NCERT-aligned reels, AI doubt solving and chapter quizzes — all free.

Start learning free
#cbse notes#class 11#informatics practices#ncert

Continue reading