nerdexam
LPI

010-160 · Question #1

What are the differences between hard disk drives and solid state disks? (Choose two correct answers.)

The correct answer is A. Hard disks have a motor and moving parts, solid state disks do not. E. Solid state disks provide faster access to stored data than hard disks. HDDs use spinning magnetic platters and mechanical read/write heads, while SSDs use NAND flash memory with no moving parts, giving SSDs a significant speed advantage.

The Linux Operating System

Question

What are the differences between hard disk drives and solid state disks? (Choose two correct answers.)

Options

  • AHard disks have a motor and moving parts, solid state disks do not.
  • BHard disks can fail due to physical damage, while solid state disks cannot fail.
  • CSolid state disks can store many times as much data as hard disk drives.
  • D/dev/sda is a hard disk device while /dev/ssda is a solid state disk.
  • ESolid state disks provide faster access to stored data than hard disks.

How the community answered

(58 responses)
  • A
    88% (51)
  • B
    7% (4)
  • C
    3% (2)
  • D
    2% (1)

Why each option

HDDs use spinning magnetic platters and mechanical read/write heads, while SSDs use NAND flash memory with no moving parts, giving SSDs a significant speed advantage.

AHard disks have a motor and moving parts, solid state disks do not.Correct

Hard disk drives contain a motor that spins magnetic platters and mechanical read/write heads that physically move to locate data, whereas solid state drives store data in NAND flash memory chips that have no mechanical components whatsoever.

BHard disks can fail due to physical damage, while solid state disks cannot fail.

SSDs can and do fail due to NAND flash wear-out from write cycles, controller failure, and power loss corruption, so the claim that SSDs cannot fail is factually incorrect.

CSolid state disks can store many times as much data as hard disk drives.

SSDs do not inherently store more data than HDDs - HDDs typically offer larger raw capacities at lower cost per gigabyte, and storage capacity is independent of the HDD/SSD distinction.

D/dev/sda is a hard disk device while /dev/ssda is a solid state disk.

The Linux device node /dev/sda refers to the first detected block storage device regardless of whether it is an HDD or SSD; there is no /dev/ssda device naming convention in Linux.

ESolid state disks provide faster access to stored data than hard disks.Correct

SSDs provide much faster data access than HDDs because they eliminate seek time and rotational latency entirely - data is retrieved electronically from flash cells rather than waiting for a physical head to position itself over a spinning platter.

Concept tested: HDD vs SSD hardware characteristics comparison

Source: https://www.kernel.org/doc/html/latest/block/index.html

Topics

#HDD vs SSD#storage hardware#disk technology

Community Discussion

No community discussion yet for this question.

Full 010-160 Practice