How does a HDD (Hard drive disk) work?

A HDD is a mechanical form of storage, using electromagnetism to store and write data.
Mechanical drives are very prone to data lose and breaking when moved around, due to their mechanical nature.
They consist of two main components, an actuator (Consisting of an "Arm" that does the reading and writing), and a platter on which the data is stored.
Data is arranged in concentric (Non spiral) tracks around the platter and are further divided up into segments which run from the center of the pllatter to the outside (Think slices of pizza).
When reading or writing, the arm moves out to the correct segment and then the platter spins so that the arm can get to the correct segment. At this point the arm can either receive the bits of data on the HDD or send out electric signals to re-write the bits on the disk.

HB

Related Computing A Level answers

All answers ▸

Describe a difference between an array and a linked list.


Express the number 208 as a) an 8-bit binary number b) an octal string c) a hexadecimal string


How can I decide whether Quicksort or Mergesort is better for a given situation?


Discuss the differences between operating systems designed for desktop computers and embedded systems.