Which type of storage device is a hard disk?
Secondary
Computer systems use different types of storage devices to hold data and programs. These devices are categorized based on their speed, capacity, cost, and how they are accessed by the Central Processing Unit (CPU). Let's look at the common classifications.
Storage devices are broadly classified into:
A hard disk drive (HDD) is a data storage device that uses magnetic storage to store and retrieve digital information using rapidly rotating platters coated with magnetic material. HDDs are a form of non-volatile storage, meaning they retain stored data even when powered off.
Considering the characteristics of a hard disk drive:
These characteristics align perfectly with the definition of Secondary Storage.
Let's summarize the comparison with primary storage:
| Feature | Primary Storage (RAM) | Secondary Storage (Hard Disk) |
|---|---|---|
| Volatile/Non-Volatile | Volatile (data lost when power off) | Non-Volatile (data retained when power off) |
| CPU Access | Directly accessible by CPU | Not directly accessible; data loaded into primary storage first |
| Speed | Very Fast | Slower than primary, faster than tertiary/off-line |
| Capacity | Limited (typically GBs) | Large (typically TBs) |
| Cost | Expensive per GB | Cheaper per GB |
Based on this comparison and the definitions, a hard disk drive is a classic example of a Secondary Storage device.
Besides hard disks, other common examples of secondary storage include:
| Storage Type | Key Characteristics | Examples |
|---|---|---|
| Primary | Volatile, Fast, CPU Direct Access | RAM, Cache Memory |
| Secondary | Non-Volatile, Slower than Primary, Larger Capacity | Hard Disk Drives (HDD), Solid State Drives (SSD) |
| Tertiary | Non-Volatile, Slowest Access, Archival, Automated Libraries | Tape Libraries, Optical Disk Libraries |
| Off-line | Non-Volatile, Manually Removed, Transportable | External HDDs, USB Drives, CDs/DVDs (when removed) |
Hard disk drives have been a foundational technology for computer storage for decades. They store data magnetically on spinning platters. The data is read and written by magnetic heads that move across the surface of these platters. While Solid State Drives (SSDs) are increasingly popular due to their speed and lack of moving parts, HDDs still offer a lower cost per gigabyte, making them suitable for mass storage and backups.
The classification of storage devices is important for understanding how computers manage data flow between the CPU and the various storage layers.
Which one of the following is considered as a threat to database and DBMS ?
Deductive model of DBMS is also known as ______.
_____ is a system database that contains description of the data in the database.
What is DBMS?
Which of the following is an advantage of ‘server-database’?