Memory: Primary vs Secondary MCQs Quiz | Class 9
This is an interactive MCQ quiz for Class 9 Computer Applications (Code 165), Unit 1: Basics of Information Technology. The questions focus on the topic of Memory: Primary vs Secondary, covering the key differences and use cases for each type. Attempt all questions and click ‘Submit Quiz’ to see your score and download a PDF of your answers.
Understanding Primary and Secondary Memory
In a computer system, memory is a crucial component used to store data and instructions. It is broadly categorized into two main types: Primary Memory and Secondary Memory. Understanding the difference between these two is fundamental to learning the basics of information technology.
Primary Memory
Primary memory, also known as main memory or internal memory, is the memory that the CPU can access directly. It is volatile in nature, meaning its contents are lost when the power is turned off. It is significantly faster than secondary memory but has a smaller storage capacity and is more expensive per bit.
- RAM (Random Access Memory): This is the main working memory of the computer. It stores the operating system, application programs, and data currently in use so that they can be quickly reached by the computer’s processor. It is volatile.
- ROM (Read-Only Memory): This memory is non-volatile. The data in ROM is pre-recorded and cannot be easily altered or removed. It typically contains the firmware or startup instructions for the computer, such as the BIOS.
Secondary Memory
Secondary memory, also known as external memory or auxiliary storage, is non-volatile. It retains data even when the power is switched off. It is used for long-term storage of data and programs. Compared to primary memory, it is slower, cheaper, and has a much larger storage capacity.
- Hard Disk Drives (HDD): Traditional storage devices that use magnetic platters to store data.
- Solid-State Drives (SSD): Modern storage devices that use flash memory, offering much faster data access than HDDs.
- Optical Disks: Includes CDs, DVDs, and Blu-ray discs.
- Flash Drives: Portable storage devices like USB pen drives and memory cards.
Key Differences: Primary vs. Secondary Memory
| Characteristic | Primary Memory | Secondary Memory |
|---|---|---|
| Nature | Mostly volatile (except ROM) | Non-volatile |
| Speed | Very fast | Slower |
| Capacity | Smaller (e.g., GBs) | Larger (e.g., TBs) |
| Cost | More expensive per bit | Cheaper per bit |
| CPU Access | Directly accessible by the CPU | Accessed via I/O channels; not direct |
| Examples | RAM, ROM, Cache Memory | HDD, SSD, USB Drive, CD/DVD |
Quick Revision Points
- Primary memory is the computer’s main memory (RAM, ROM).
- Secondary memory is for long-term storage (HDD, SSD).
- Primary memory is volatile (data is lost on power off), while secondary is non-volatile.
- The CPU can directly access primary memory but not secondary memory.
- Primary memory is faster, smaller, and more expensive than secondary memory.
Extra Practice Questions
- Which type of memory is essential for a computer to start up and load the operating system?
- If you are working on a large video editing project, where is the project file stored while the editing software is open and running?
- Why is an SSD generally preferred over an HDD for installing the operating system?
- Is a USB pen drive an example of primary or secondary memory? Why?
- What is the main functional difference between RAM and ROM?