Summary and Exam Tips for Data Storage
Data Storage is a subtopic of Hardware, which falls under the subject Computer Science in the Cambridge IGCSE curriculum. In computer systems, storage is categorized into Primary Memory and Secondary Storage. Primary Memory includes RAM (Random Access Memory) and ROM (Read Only Memory). RAM, known as the "working memory," is volatile and temporarily holds data and programs. It comes in two types: DRAM (Dynamic RAM), which is cheaper and needs constant refreshing, and SRAM (Static RAM), which is faster and doesn't require refreshing. ROM is non-volatile and stores permanent data like BIOS instructions.
Secondary Storage encompasses devices not directly addressable by the CPU, such as HDDs (Hard Disk Drives), SSDs (Solid State Drives), and optical media like CDs and DVDs. HDDs use magnetic platters, while SSDs use transistors, offering faster access and durability. Optical storage uses laser technology for reading and writing data. Virtual Memory extends RAM using HDD space, allowing larger applications to run but may cause disk thrashing, slowing down the system. Lastly, Cloud Storage offers remote data storage with benefits and drawbacks worth exploring.
Exam Tips
- Understand the Differences: Be clear about the distinctions between Primary Memory (RAM and ROM) and Secondary Storage (HDD, SSD, Optical). This is crucial for answering questions on storage types.
- Focus on Characteristics: Remember key characteristics of DRAM and SRAM. DRAM is cheaper but slower, while SRAM is faster and more expensive.
- Know the Technologies: Familiarize yourself with the technologies behind Magnetic, Solid State, and Optical Storage. This will help in questions about storage evolution and technology.
- Virtual Memory Concepts: Understand how Virtual Memory works and the implications of disk thrashing. This is often tested in scenarios involving system performance.
- Cloud Storage Insights: Be prepared to discuss the benefits and drawbacks of Cloud Storage. This is a common topic for essay-type questions.
