Secondary Memory MCQs Quiz | Class 9
This quiz is for Class 9 students studying Computer Applications (Code 165), based on Unit 1: Basics of Information Technology. It covers essential concepts of Secondary Memory, including non-volatile storage and the long-term data storage concept. Attempt all questions and click ‘Submit Quiz’ to see your score and download a PDF of your answers.
Understanding Secondary Memory
Secondary memory, also known as secondary storage or auxiliary storage, is a crucial component of a computer system. Unlike primary memory (like RAM), which is volatile, secondary memory is non-volatile. This means it can store data and programs for a long time, even when the computer is turned off. Its main purpose is to provide long-term, persistent storage for the operating system, software applications, and user files.
Key Concepts of Secondary Memory
- Non-Volatile Storage: The most defining characteristic. It retains information permanently until it is explicitly deleted or overwritten. This is essential for saving your work, installing software, and storing the operating system.
- Long-Term Data Storage: It offers high-capacity storage, ranging from gigabytes (GB) to terabytes (TB), allowing users to store large amounts of data like documents, photos, videos, and applications.
- Slower Access Speed: Compared to primary memory (RAM), secondary memory is significantly slower. The CPU cannot directly access data from secondary storage; it must first be loaded into RAM.
Types of Secondary Storage Devices
There are several types of secondary storage, each with its own technology, advantages, and disadvantages.
1. Magnetic Storage Devices
These devices use magnetic patterns to store data. The most common example is the Hard Disk Drive (HDD). An HDD consists of one or more rotating platters coated with magnetic material. Read/write heads move across the platters to access and modify data. They offer large storage capacities at a relatively low cost but are slower and more susceptible to damage from physical shock due to their moving parts.
2. Solid-State Storage Devices
These devices use flash memory to store data electronically. The most prominent example is the Solid-State Drive (SSD). Unlike HDDs, SSDs have no moving parts, which makes them faster, more durable, and quieter. USB Flash Drives (pen drives) and Memory Cards also fall into this category. While their performance is superior, SSDs are generally more expensive per gigabyte than HDDs.
| Feature | Hard Disk Drive (HDD) | Solid-State Drive (SSD) |
|---|---|---|
| Technology | Magnetic (rotating platters) | Flash Memory (no moving parts) |
| Speed | Slower | Much Faster |
| Cost | Lower per GB | Higher per GB |
| Durability | More fragile due to moving parts | More durable and shock-resistant |
3. Optical Storage Devices
These devices use a laser to read and write data from a spinning disc. Examples include CDs (Compact Discs), DVDs (Digital Versatile Discs), and Blu-ray Discs. They are typically used for software distribution, movies, and long-term archiving. Their capacity is generally lower than modern HDDs and SSDs, and access speeds are slower.
Quick Revision Points
- Secondary memory is non-volatile; it keeps data when power is off.
- It is used for long-term storage of files and programs.
- It has a larger capacity but is slower than RAM.
- HDD uses magnetic storage and has moving parts.
- SSD uses flash memory, has no moving parts, and is much faster than an HDD.
- Optical Discs (CD, DVD, Blu-ray) use lasers for reading and writing data.
Extra Practice Questions
- What is the main difference between primary and secondary memory?
- Give two examples of solid-state storage devices.
- Why is an SSD generally more durable than an HDD?
- Which type of storage would be best for archiving a large photo collection that you don’t need to access frequently?
- Explain why a computer needs both RAM and a hard drive to function effectively.