What are the two major internal HDD interfaces?
SATA (Serial ATA) and SAS (Serial Attached SCSI).
Which storage device uses nonvolatile flash memory with no moving parts?
SSD (Solid-State Drive).
What drive type combines a spinning disk with flash cache?
SSHD (Solid-State Hybrid Drive).
What are the two common HDD form factors in PCs/laptops?
3.5-inch and 2.5-inch.
What is a ‘head crash’ in an HDD?
When a read/write head contacts the platter, risking data loss.
What is the maximum link rate of SATA 3 (SATA III)?
6 Gb/s (about 600 MB/s theoretical).
Which slot provides the fastest consumer SSD performance?
M.2 slot using PCIe/NVMe (typically x4).
NVMe stands for ____ and benefits SSDs by ____.
Non-Volatile Memory Express; reducing latency and increasing throughput over PCIe.
What are the two required steps after installing a new drive?
Partition the drive, then perform a high-level format.
Which Windows file system supports encryption, compression, quotas, and permissions?
NTFS.
Which Apple file system is used across macOS, iOS, iPadOS, and supports strong encryption?
APFS (Apple File System).
Which Windows tool manages partitions and volumes?
Disk Management (diskmgmt.msc).
What is a ‘spanned volume’ in Windows?
A JBOD volume that extends across multiple disks with no fault tolerance.
Which RAID level stripes data for performance but no redundancy?
RAID 0.
Which RAID level mirrors data for fault tolerance?
RAID 1.
Which RAID level stripes with parity and needs at least three disks?
RAID 5.
What does ‘hot-swappable’ mean for a drive?
It can be added/removed while the system is powered on (hardware/OS support required).
What Windows feature aggregates disks into flexible virtual disks?
Storage Spaces.
Which tool checks a drive for file-system errors and bad sectors?
Error Checking GUI or chkdsk.
What is file fragmentation on an HDD?
File clusters are scattered non-contiguously, slowing access.
Which tool consolidates files on HDDs to improve performance?
Optimize Drives (defragmentation for HDDs).
Why should you not defragment an SSD?
It adds unnecessary writes that reduce SSD lifespan with no benefit; use TRIM/Optimize instead.
If UEFI detects a new drive but the OS does not, what likely step was missed?
Initializing and partitioning the drive.
What do loud clicking/grinding noises from an HDD suggest?
Impending failure—back up immediately and replace.