Table of Contents

Computer - Storage Device (Media)

About

A storage device is a Computer - Device that stores byte:

It is an array of circuits that saves bit state (0 or 1). A storage device can be anything that can store and retrieve 0 and 1.

It's also referenced as:

Computer data storage, often called storage or memory, refers to computer components and recording media that retain digital data used for computing for some interval of time.

They basically serve I/O request .

Computer data storage provides one of the core functions of the modern computer, that of information retention. It is one of the fundamental components of all modern computers, and coupled with a central processing unit (CPU, a processor), implements the basic computer model used since the 1940s.

In contemporary usage:

The purpose of a data storage component in the computer world is to store items (data) and allow easy access to them as shelves storage in the real world.

A data storage component is a computer components where data are recording (storing) such as:

They are differentiated

Type of data storage

The storage component can be differentiated by their characteristic or properties but to simplify, there are three main or basic characteristics:

Based on the above characteristics, in a typical computer there are four physical types of data storage device (known as memory hierarchy):

A modern computer uses sophisticated rules and techniques to manage these. Typically the hardware manages the CPU cache automatically, and the software controls how CPU registers, RAM, and Disk are used. The CPU registers are a bit more special, as usually they are not dynamically controlled. Rather when a given program is compiled, it has a built-in specific CPU registers usage.

Documentation / Reference