- Home
- /
- Computational Thinking
- /
- Systems, Networks & Impact
- /
- Storage
Storage
Also known as: data storage, persistent storage
Grade 6-8
View on concept mapStorage is the part of a computing system that keeps data over time, even when the power is turned off. Students need storage concepts to reason about file size, device capacity, saving work, backups, and why compression matters.
Definition
Storage is the part of a computing system that keeps data over time, even when the power is turned off. Files, photos, apps, and operating systems all live in storage devices such as SSDs, hard drives, and flash memory.
๐ก Intuition
Memory is the desk you are working on right now. Storage is the filing cabinet that keeps your work after you leave.
๐ฏ Core Idea
Storage is about persistence: the data stays there after the program stops running.
Example
Formula
๐ Why It Matters
Students need storage concepts to reason about file size, device capacity, saving work, backups, and why compression matters.
๐ญ Hint When Stuck
When comparing storage needs, count how many items you have and estimate how many bytes each one uses. Then compare that to the device capacity.
Formal View
๐ง Common Stuck Point
Storage is not the same as memory. Memory is temporary working space; storage is long-term data keeping.
โ ๏ธ Common Mistakes
- Confusing storage capacity with RAM
- Ignoring file size growth for images, audio, or video
- Assuming deleting an app always removes all of its saved data
Common Mistakes Guides
Frequently Asked Questions
What is Storage in CS Thinking?
Storage is the part of a computing system that keeps data over time, even when the power is turned off. Files, photos, apps, and operating systems all live in storage devices such as SSDs, hard drives, and flash memory.
What is the Storage formula?
When do you use Storage?
When comparing storage needs, count how many items you have and estimate how many bytes each one uses. Then compare that to the device capacity.
Prerequisites
Next Steps
How Storage Connects to Other Ideas
To understand storage, you should first be comfortable with computing system and bits bytes. Once you have a solid grasp of storage, you can move on to data compression.