there are two more sub-layers of the primary storage, besides main large-capacity RAM:
Processor Register: are located inside the processor. Each register typically holds a word of data (often 32 or 64 bits). Registers are technically among the fastest of all forms of computer data storage.
Processor Cache: is an intermediate stage between ultra-fast registers and much slower main memory. The data and instructions that are most recently or most frequently used by CPU are stored in cache.
Optical storage devices are relatively inexpensive and portable.
Optical Disk uses laser technology to read and write data.
Categories:
CDs
DVDs
Blu-ray Discs (BDs)
Compact Discs (CD)
CDs are the oldest type of optical storage device and have a capacity of up to 700MB.
Types:
CD-ROM: Compact disk with read only memory
CD-W: Compact disk for write once and read many times(WORM). It then becomes a read only disk.
CD-RW: Compact disk which you may read and rewrite many times.
Digital Video Disk(DVD)
The DVD (common abbreviation for Digital Video Disc or Digital Versatile Disc)
DVDs are of the same dimensions as compact discs (CDs), but store more than six times as much data. Allows up to 17 gigabytes of storage (from 4.7 GB to 17 GB).
Types:
DVD ROM: Digital Video Disk which is read only.
DVD-W: Digital Video Disk which can be written to one time. It then becomes read only.
DVD-RW: Digital Video Disk which can be rewritten many time.
Blu-ray Discs (BDs)
-BDs have a capacity of up to 128GB.
👀 Task: Identifying Computer Hardwar Components
Open the computer casing and show the inside.
Point out and name the main components one by one.
Attach labels to each component for easy recognition.
📌 Key Components to Show:
✅ Motherboard – The main board where everything connects.
✅ CPU (Processor) – The brain of the computer.
✅ RAM (Memory) – Helps the computer work fast.
✅ Storage (HDD/SSD) – Saves files and programs.
✅ Power Supply Unit (PSU) – Gives power to the computer.
✅ Cooling Fan – Keeps the computer from overheating.
Additional topics
Flash memory
Flash memory is a type of computer storage that combines the best of two worlds:
Non-volatile: Like a hard drive, it retains data even when the power is off. This makes it ideal for storing important files, documents, and programs.
Rewritable: Unlike a hard drive, you can erase and rewrite data on flash memory multiple times. This makes it useful for portable devices like USB drives and memory cards, where you frequently add, remove, or update files.
How it works:
Flash memory chips are made up of tiny cells that store data using electrical charges.
These cells use transistors called floating-gate transistors.
The amount of charge in the floating gate determines whether a bit is stored as 0 or 1.
There are two main types of flash memory:
NAND flash: This is the most common type, found in USB drives, memory cards, and solid-state drives (SSDs). It’s faster for writing large amounts of data but has a limited number of erase cycles.
NOR flash: This type is less common but offers faster read speeds and more erase cycles. It’s often used for storing code that needs to be accessed quickly, such as the BIOS in a computer.
Here are some of the advantages of flash memory:
Portable: Due to its small size and lightweight design, it’s perfect for mobile devices.
Durable: Flash memory is more resistant to physical shock and vibration compared to hard drives.
Fast: Flash memory can read and write data much faster than traditional hard drives.
Low power consumption: Flash memory uses less power than hard drives, making it ideal for laptops and other battery-powered devices.
Overall, flash memory is a versatile and reliable storage solution for various electronic devices.
True/False (Mark T for True and F for False)
Processor registers are the fastest form of computer storage.
The CPU can directly access data stored in secondary storage.
Secondary storage devices are more expensive than primary storage devices.
Optical disks, like CDs and DVDs, can only be read, not written to.
Solid-state drives (SSDs) are faster than traditional hard disk drives (HDDs).
The main reason to use secondary storage devices is for permanent data storage.
The acronym RAM stands for Random Access Memory.
The acronym HDD stands for Hard Disk Drive.
The acronym SSD stands for Solid-State Drive.
The acronym CD-ROM stands for Compact Disc Read-Only Memory.
The acronym DVD stands for Digital Video Disc.
Answer Key (True/False):
True
False
True
False
True
True
True
True
True
True
True
Multiple Choice (Select the best answer)
Which of the following is NOT a secondary storage device?
Hard disk drive (HDD)
Solid-state drive (SSD)
Random Access Memory (RAM)
Floppy disk
What is the main reason to use storage devices?
To increase the processing power of the CPU
To make computers more portable
To store data and programs permanently
To connect to the internet
What is the capacity of a typical CD?
8 GB to 2 TB
1.44 MB
Up to 700MB
Up to 128GB
Which of the following is NOT a type of optical storage device?
CD
DVD
Blu-ray Disc
Hard disk drive
Which type of storage is directly accessible by the CPU and volatile, meaning information is lost when powered off?
Hard Disk Drive (HDD)
Solid-State Drive (SSD)
Random Access Memory (RAM)
Optical Disc
What is the main purpose of secondary storage?
Provide temporary storage for actively used data and instructions
Hold large amounts of data permanently, even when the computer is off
Enhance the processing power of the CPU
Connect to the internet
Which secondary storage device offers the fastest access speeds?
Hard Disk Drive (HDD)
Solid-State Drive (SSD)
USB Flash Drive
Optical Disc
What are some factors to consider when choosing between RAM and SSD for your computer?
Cost, data access speed, storage capacity, and portability
Brand of the device, size of the computer case, and operating system used
Color of the device and whether it comes with a carrying case
None of the above
Fill in the Blanks
A program must be loaded into _____ before execution. It is the only one directly accessible to the CPU. CPU continuously reads instructions stored there and executes them.
_______ is an intermediate stage between ultra-fast registers and much slower main memory.
Answer Key (Fill in the Blanks):
Random Access Memory(RAM)
Processor Cache
Exercises
Review Questions
Explain the difference between primary and secondary storage.
What are the advantages and disadvantages of using HDDs?
Describe the different types of optical storage devices and their capacities.
How has flash memory technology changed the way we store data?
What is RAM (Random Access Memory)?
What is an SSD?
What are the advantages of SSDs over HDDs?
What is SSD and Discuss the advantages of SSDs compared to Hard Disk Drives (HDDs) for use in personal computers.
What is the difference between primary and secondary storage?
Give examples of primary and secondary storage devices?
What is the main purpose of secondary storage devices?
Explain the function of optical storage devices in computer systems.
What factors contribute to the increasing popularity of SSDs over HDDs?
Differentiate between primary and secondary storage, providing examples of each type and their respective functions in a computer system.
Explain the concept of optical storage devices and their utilization in computer systems. Provide examples and describe their capacities.
How does flash memory technology revolutionize data storage compared to traditional magnetic storage? Discuss the benefits and applications of flash memory devices such as USB flash drives and solid-state drives (SSDs).
References and Bibliography
Computer Basics: Computer Data Storage Devices. https://github.com/topics/data-storage