10th Class Computer Chapter 1 memory management 2026 Download MCQs

10th Class Computer Science and Entrepreneurship Chapter No. 1 – 1.4 Memory in Operating System MCQs based MCQs for final examination preparation in Punjab Pakistan. We include all Multiple Choice Questions from New Computer Science book 2026 issued by PECTAA.
Remember this quiz and Chapter Operating System : Service and Structure for both Tech Group and Simple Computer Group in 10 class. So all students must review there exam preparation from this website. Easy to understand the 10th Class Computer using these online tests.
1.4 Memory
Memory is a fundamental component of a computer system, used to store data and instructions required for processing. It ensures that the CPU can access information quickly during program execution.
1.4.1 Primary Memory (RAM)
Primary memory, also called Random Access Memory (RAM), is the main working area of a computer. It is a fast storage area where the computer keeps the data and instructions temporarily. Its data is erased when the computer is turned off. Example: When you open a Word document, the computer quickly places the program and the document into RAM so the CPU can work on them right away.
1.4.2 Virtual Memory
When the RAM is full, the operating system uses part of the computer’s storage drive (like Hard drives, solid-state drives (SSD), or Non-Volatile Memory Express (NVMe)) as virtual memory. This extra space acts like temporary RAM, allowing more programs to run at the same time. Storage drives operate at lower data transfer speeds and have higher access times as compared to RAM; that’s why the use of virtual memory can result in reduced system performance. When several programs are open simultaneously, the operating system may transfer data from less active programs to virtual memory. This frees up space in RAM for the programs you are currently using, but may make those fewer active programs slower to respond.
Complete 10th Class Chapter 1 OS New Syllabus 2026 MCQs with Answers
1.1 Introduction to Operating System
1.2 Architecture of Operating System
1.3 Process Management in Operating System

