Storage Devices: Introduction To Computer Science I
Storage Devices: Introduction To Computer Science I
Lecture 3
Storage devices
A storage device is any computing hardware that is used for storing,
recording and extracting data files and objects. It can hold and store
information both temporarily and permanently. It can be internal or external
to a computer or any similar computing device. A storage device may also
be known as a storage medium or storage media. Storage devices are one of
the core components of any computing device. They store virtually all the
data and applications on a computer. They are available in different form
factors. For example, a standard computer has multiple storage devices
including RAM, ROM, cache, hard disk and externally connected USB
drives.
There are two different types of storage devices:
than DRAM. SRAM has lesser memory capacity and higher costs, but
DRAM has greater memory capacity and lower costs. SRAM is typically
used in CPU cache, DRAM is typically used in system memory and video
graphics memory.
DRAM consists of several modifications such as SDRAM (Synchronous
Dynamic RAM), SDR SDRAM (Single Data Rate Synchronous Dynamic
RAM), DDR SDRAM (Double Data Rate Synchronous Dynamic RAM).
SDRAM is a classification of DRAM that operates in sync with the CPU
clock. It waits for the clock signal before responding to data input.
SDR SDRAM is the expended form for SDRAM. The ‘single data rate’
indicates how the memory processes one read and one write instruction per
clock cycle.
DDR SDRAM (Double Data Rate Synchronous Dynamic RAM (DDR
SDRAM). DDR SDRAM is capable of processing two read and two write
instructions per clock cycle. DDR SDRAM also works at a lower standard
voltage (2.5 V from 3.3 V) than SDR SDRAM. Today our computer mostly
used from the abilities of DDR SDRAM and DIM RAMs.
A DIMM (dual in-line memory module) is other type of DRAMs. DIMM is
a double SIMM (single in-line memory module). A DIMM is a module that
contains one or several random access memory (RAM) chips on a small
circuit board.
Lecture 3 Introduction to Computer Science I ZU-019
Cache Memory
Cache memory is a small-sized type of volatile computer memory. It
provides high-speed data access to a processor and stores frequently used
computer programs, applications and data. The purpose of cache memory is
to store program instructions and data that are used repeatedly in the
operation of programs. As the microprocessor processes data, it looks first in
the cache memory. If it finds the instructions or data it's looking for there
from a previous reading of data, it does not have to perform a more time-
consuming reading of data from larger main memory or other data storage
devices. It is the fastest memory in a computer, and is typically integrated
onto the motherboard.
Lecture 3 Introduction to Computer Science I ZU-019
A disk drive uses read and write heads containing electromagnets to create
magnetic charges on the medium.
Lecture 3 Introduction to Computer Science I ZU-019
Hard disk
Floppy diskette
SuperDisk
With DVD+RW you can read and write to a DVD+RW or DVD+R disc
several times. DVD-R DL (DL stands for Dual Layer) is a derivative of
the DVD-R format standard. DVD-R DL discs hold 8.5 GB by utilizing two
recordable dye layers, each capable of storing a little less than the
4.7 gigabyte (GB) of a single layer disc, almost doubling the total disc
capacity. Discs can be read in many DVD devices (older units are less
compatible) and can only be written using DVD-R DL compatible recorders.
It is part of optical disc recording technologies for digital
recording to optical disc.
Lecture 3 Introduction to Computer Science I ZU-019
Memory card is a type of storage media that is often used to store photos,
videos, or other data in electronic devices. Devices that commonly use a
memory card include digital cameras, MP3 players, PDAs, handheld
computers, cell phones, game consoles and printers. The picture to the right
is a MicroSD flash memory card, which is just one of the types of memory
cards available.
Memory Stick is a flash memory card used with Sony digital cameras and
other Sony products. Sony released several models of the Memory Stick,
including the Memory Stick PRO, Memory Stick Duo, Memory Stick PRO
Duo, Memory Stick Micro (M2), and Memory Stick PRO-HG. The capacity
of the Memory Sticks range in size from 4 MB to 256 GB, with a theoretical
maximum capacity of 2 TB, but they have not been produced in that
capacity to date.
Lecture 3 Introduction to Computer Science I ZU-019