chapter3-part2
chapter3-part2
7 Data Storage
Data storage is crucial for any computer system. It allows data to be stored temporarily
for processing or permanently for future use. In this module, we’ll explore the main
categories of storage, their characteristics, and how they work.
Primary Storage
Primary storage refers to storage types that the CPU can directly access. These include:
• Non-volatile storage: Data remains intact even when the power is off.
• Purpose: Stores essential programs like the BIOS and the bootstrap program.
• Fixed content: ROM contents are preprogrammed and rarely changed.
Comparison Table of RAM and ROM
Characteristic
RAM ROM
s
Type Volatile Non-volatile
Stores active programs & Stores boot programs
Usage
data (BIOS)
Upgradability Easy to upgrade Difficult to alter
Key Terms
Secondary Storage
Secondary storage is used for long-term storage of data and instructions. Unlike
primary storage, it is not directly accessed by the CPU. Data from secondary storage
must be loaded into primary storage before processing.
1. Magnetic Storage
a. Relies on magnetism to store data.
b. Example: Hard Disk Drive (HDD).
c. Structure:
i. Circular plates (platters) with magnetized dots represent binary
data (1s and 0s).
ii. A read/write head moves across the platters to access or modify
data.
d. Activity: Research the history of magnetic storage, including floppy disks
and magnetic tape.
2. Optical Storage
a. Uses lasers to read and write data on circular disks.
b. Examples: CDs, DVDs, Blu-rays.
c. Operation:
i. Data is stored as pits and lands on a spiral track.
ii. A laser reads the pattern to interpret the stored binary data.
d. Activity: Draw a diagram of an optical storage system.
3. Solid-State Storage
a. No moving parts, relies on semiconductor chips.
b. Examples: Solid State Drive (SSD), USB flash drives.
c. Operation:
i. Data is stored in cells formed by transistors arranged in grids.
ii. Types: NAND (series wiring) and NOR (parallel wiring).
d. Activity: Identify other solid-state storage devices besides SSDs and USB
drives.
Key Terms
Virtual Memory
Virtual memory is not a physical storage device but an extension of the RAM created
using the hard drive.
Key Terms
Cloud Storage
Cloud storage is a modern solution for storing data online rather than on physical
devices.
• How it works:
o Data is stored on remote servers and accessed via the internet.
o Providers: Google Drive, Dropbox, Amazon S3, etc.
• Advantages:
o Accessibility from anywhere with an internet connection.
o Scalability for large storage needs.
• Disadvantages:
o Dependency on internet connectivity.
o Privacy and security concerns.
Fun Fact
The term "cloud" comes from the idea of large collections of data resembling clouds of
millions of raindrops.
Question 1
1. RAM
2. ROM
3. Virtual Memory
4. Cache
Question 3
Question 4
1. Magnetic dots.
2. Electrical charges.
3. Pits and lands.
4. Transistor states.
Question 5
1. A USB connection.
2. Internet access.
3. An SSD device.
4. A local server.
Question 6
Question 7
1. Are permanent.
2. Are volatile.
3. Cannot be changed.
4. Are stored in the BIOS.
Question 8
1. ROM
2. HDD
3. RAM
4. Cache
Question 9
1. User files.
2. Operating system updates.
3. Startup instructions like BIOS.
4. Temporary files.
Question 10
1. HDD
2. RAM
3. SSD
4. CD/DVD
Question 11
1. Limited capacity.
2. High cost.
3. Dependency on internet access.
4. No scalability.
Question 12
Question 13
1. ROM
2. HDD
3. RAM
4. Optical Disk
Question 14
Question 15
1. Magnetic storage.
2. Virtual memory.
3. DNA data storage.
4. ROM advancements.