From the course: Programming Foundations: Inside Computing Hardware

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Permanent storage

Permanent storage

- [Instructor] For permanent data storage on our computers, we use hard disk drive or solid state drive. They are the main and the long-term data storage devices in a computer. They are responsible for permanently storing all data and information that a computer needs to function. This includes the computer operating system, all installed software, and any personal files, such as documents, photos, and videos. You can always retrieve the data when needed, even after the computer is turned off. So they are considered as non-volatile storage. Think of them as the computer filing cabinet or closet, where all data is kept when it's not being used. There are two common types, a hard disk drive or HDD and a solid state drive or SSD. Both have the same core function, storing data, but they operate using different principles. The drive capacity means the amount of data the drive can store for both HDD and SSD. It's typically…

Contents