KwickAcademy Computer Systems · 8 min · free
Secondary Storage: Magnetic, Optical, Solid State and Cloud
Secondary storage is non-volatile and large, so files survive a power cut: magnetic, optical, solid state and cloud.
Follows the syllabus of: CBSE Class 9 Computer Applications (165), CBSE Class 11 Information Technology (802), ISC Class 11 Computer Science (868), GSEB Std 9 Computer Studies
On screen in this lesson
Why primary memory is not enough
| RAM is volatile: data is lost when power goes |
| RAM is small: a few GB, not hundreds |
| RAM costs much more per GB |
| ROM cannot be changed to save your files |
Secondary storage
| Non-volatile: keeps data without power |
| Large capacity at low cost per GB |
| Slower than RAM; not reached directly by CPU |
| Programs are loaded from it into RAM to run |
Magnetic storage
| Hard disk drive (HDD): spinning platters |
| Read-write head moves over tracks and sectors |
| Tiny areas magnetised to store 0s and 1s |
| Magnetic tape: cheap, huge, for backups |
Optical storage
| CD, DVD and Blu-ray discs |
| A laser reads pits and lands on the surface |
| Capacity: CD 700 MB, DVD 4.7 GB, Blu-ray 25 GB |
| Cheap to share, but scratches easily |
Solid state storage
| No moving parts: uses flash memory chips |
| Data stored as electric charge in cells |
| SSD, pen drive, memory card, phone storage |
| Fast, light and shock-proof, but costlier per GB |
Storage compared
| Point | HDD | SSD |
|---|---|---|
| Moving parts | Yes | No |
| Speed | Slower | Much faster |
| Cost per GB | Lower | Higher |
| Survives a drop | Less likely | More likely |
| Noise and heat | More | Less |
Quick answers
Why is an SSD better for a school laptop?
It is fast and has no moving parts, so it survives bumps.
What happens when RAM is full and you open more apps?
Virtual memory swaps pages to disk, so the laptop slows down.
KwickClips from this lesson
Short clips, one idea each. Good for revision the night before.
Why can ROM not hold your files?40 sec
Which is cheapest for large backups?44 sec
What is the cloud, really?41 sec
What is virtual memory?38 secThe full lesson, in text
Hello students, welcome to Kwickprep. Your phone switches off, and when it restarts, every photo and song is still there. Where were they kept? Today we will learn about secondary storage: magnetic, optical, solid state and cloud, and also a clever trick called virtual memory.
First, why can we not keep everything in primary memory? RAM is volatile, so every file would vanish when the power goes off. RAM is also small, usually a few GB, while our photos, videos and apps need hundreds of GB. RAM costs much more per GB than storage, so a huge RAM would make computers very expensive. And ROM is mostly read only, so we cannot save our own files in it.
So computers also use secondary storage, also called backing storage. It is non volatile, so it keeps data even without power. It gives a large capacity at a low cost per GB. It is slower than RAM, and the CPU does not reach it directly. When you open an app, it is copied from storage into RAM, and then it runs.
The first family is magnetic storage. A hard disk drive, or HDD, has round metal platters. They spin very fast, often five thousand four hundred or seven thousand two hundred times a minute. A read write head moves over the platter, which is divided into circles called tracks and slices called sectors. The head magnetises tiny areas one way or the other to store zeros and ones. Magnetic tape stores data in a long strip, and it is cheap and huge, so large companies still use it for backups.
The second family is optical storage, which means storage read by light. CDs, DVDs and Blu-ray discs are examples. A laser shines on the spinning disc, and the pits and flat areas called lands reflect light differently, giving zeros and ones. A CD holds about seven hundred MB, a single layer DVD about 4.7 GB, and a single layer Blu-ray about twenty five GB. Discs are cheap and portable, but they scratch easily and are slower than other storage.
The third family is solid state storage. Solid state means it has no moving parts at all. It uses flash memory chips, which store data as electric charge trapped in tiny cells. SSDs, pen drives, memory cards and the storage inside your phone are all solid state. It is fast, light, silent and survives a fall, but it still costs more per GB than a hard disk.
Board exams often ask you to compare these, so here is HDD against SSD. A hard disk has moving parts, while an SSD has none. An SSD is much faster, so a laptop starts in seconds. A hard disk costs less per GB, so it suits very large storage. An SSD is more likely to survive a drop because nothing moves. A hard disk also makes more noise and heat. Optical discs are the cheapest to share but have the smallest capacity.
Choosing storage is a common exam question, so let us practise with four needs. For a school laptop, an SSD is best because it is fast and survives bumps. For a large office backup, tape or a hard disk is best because it is cheap per GB. For selling a film, a Blu-ray disc is cheap to copy in large numbers. To carry a project to school, a pen drive is small and portable.
The fourth option is cloud storage. Here your files are kept on computers called servers, in a large building called a data centre, owned by a company. You reach them over the internet from your phone, laptop or any other device. Google Drive, OneDrive and iCloud are common examples, and DigiLocker keeps government documents like mark sheets. Remember, the cloud is not magic, because the data centre itself uses hard disks and SSDs.
Cloud storage has both sides. You can open your files on any device, but only when you have an internet connection. Sharing is easy with a link, but extra space often needs a monthly fee. Files are backed up automatically, but a hacked account is a privacy risk. You cannot lose it like a pen drive, but the company controls the servers and can change its rules.
Some courses, including Cambridge IGCSE, also teach virtual memory. Imagine RAM is full, but you open one more program. The operating system then uses part of the secondary storage as if it were extra RAM, and this is virtual memory. Data is split into blocks called pages, and pages not needed right now are moved out to storage and brought back when needed. Storage is much slower than RAM, so the computer slows down, and heavy swapping is called disk thrashing.
Here is virtual memory as a flowchart. The operating system first asks, is there enough free RAM? If yes, the app is simply loaded into RAM. If no, it moves pages that are not being used out to the disk. Then the new app is loaded into the RAM that was freed. The app runs, a little slower if swapping happens often.
Let us pause and predict. A laptop has four GB of RAM. You open twenty five browser tabs and a game together. What happens to its speed, and why? It slows down, because RAM is full and virtual memory keeps swapping pages to the slower disk. Adding more RAM is the real cure.
Let us revise what we learned today. RAM is volatile, small and costly, so we need secondary storage. Magnetic storage includes hard disks and tape, and optical storage includes CD, DVD and Blu-ray. Solid state storage, like SSDs and pen drives, is fast with no moving parts. Cloud storage keeps files on servers that we reach over the internet. Virtual memory uses storage as extra RAM when RAM is full. Look at your own phone and find out how much storage and RAM it has.
Courses that teach this
| Course | Unit |
|---|---|
| CBSE Class 9 Computer Applications (165) | Basics of Information Technology |
| CBSE Class 11 Information Technology (802) | Part B, Unit 1: Computer Organization |
| ISC Class 11 Computer Science (868) | Boolean Algebra and Computer Architecture |
| GSEB Std 9 Computer Studies | Memory, Storage Devices and Data Representation |
| Cambridge IGCSE Grade 9 Computer Science (0478) | 3. Hardware |
| Cambridge IGCSE Grade 10 Computer Science (0478) | 3. Hardware |
| NIOS Senior Secondary Data Entry Operations (336) | Lesson 1: Basics of Computer |
Voice-over in this lesson is AI-generated. The script is written and checked by Kajal Ma'am. Boards can revise a syllabus mid-year, so confirm anything you plan around against the official board circular. Keep your passwords, OTPs and ID numbers to yourself — we never ask for them. To reach Kajal Ma'am, use the WhatsApp button; sharing your number there is how we call you back.
Free to watch, no sign-up. Live classes with Kajal Ma'am are the paid course; these lessons stay free either way.

