Storage Devices
Storage Devices
Lecture # 10
• Storage Devices
Learning Objectives
Storage Devices
Types of Storage
1
CSCA0101 Computing Basics
Storage Devices
Primary Storage
• Also known as main memory.
• Primary storage is a storage location that holds memory
for short periods of times while the computer is on.
• The continuously reads instructions stored
CPU and executes them as required.
there
• Example:
– RAM
– ROM
1
Random Access Memory (RAM)
Computers store temporary data in the RAM (Random Access Memory).
These could be operating instructions, loose bits of data or content from
programs that are running.
The contents of RAM are constantly rewritten as the data is
processed.
When the computer is switched off,
all the data is cleared from the
RAM.
This type of memory is called
volatile because it only stores the
data whilst the computer is
switched on.
RAM sticks are found on the motherboard.
CSCA0101 Computing Basics
Storage Devices
There are two types of RAM:
1-DRAM (Dynamic Random Access Memory)
2-SRAM (Static Random Access Memory)
Static RAM Dynamic RAM
• Faster • Slower
• More expensive • Less expensive
• More power consumption • Less power consumption
• does not need to be refreshed • needs to be refreshed
thousands of times per
second
Read Only Memory (ROM)
When a computer is first switched on, it needs to load up the BIOS
(Basic Input/output System) and basic instructions for the
hardware.
These are stored in ROM (Read Only Memory).
Read Only Memory (ROM) is
both a non-volatile and
permanent form of primary
storage.
ROM can be found on the
motherboard.
How memory works?
• The main memory is connected to the CPU through data
bus.
• When CPU wants to read data from the memory it first
place request on the control bus, and also place the
address of the bytes or word needed on the address bus.
• The memory unit reads the command and the address and
puts the required data on the data bus.
• The CPU then read this data from the data bus.
• This is similar for writing data.
Memory works
CSCA0101 Computing Basics
Storage Devices
Secondary Storage
• Secondary storage is a storage medium that holds
information until it is deleted or overwritten regardless if
the computer has power
• It is not directly accessible by the CPU.
• Computer usually uses its input/output channels to access
secondary storage and transfers the desired data using
intermediate area in primary storage.
• Example:
– Hard disk
20
CSCA0101 Computing Basics
Storage Devices
Secondary Storage
Hard Disk
• The hard disk drive is the main, and usually largest, data
storage device in a computer.
• It can store anywhere from 160 gigabytes
to 2
terabytes.
• Hard disk speed is the speed at which content can
be read and written on a hard disk.
• A hard disk unit comes with a set rotation
speed varying from 4500 to 7200 rpm.
• Disk access time is measured in milliseconds.
21
CSCA0101 Computing Basics
Storage Devices
Secondary Storage
Hard Disk
22
Types of Hard Disk
There are two types of Hard Disk
• Internal Hard disk
• External Hard disk
CSCA0101 Computing Basics
Storage Devices
Secondary Storage
Hard Disk
24
CSCA0101 Computing Basics
Storage Devices
Secondary Storage
Hard Disk
25
Magnetic card
• A magnetic card is a card that contains either
a magnetic strip or a magnetic object in the
card, encoded with digital data.
• A magnetic card may contain information
about an individual, such as available credit on
a credit card or pass codes for entering secure
buildings. It's usually the size of a business
card or credit card.
Magnetic card
• The picture is an example of a magnetic card
being swiped through a magnetic card reader.
CSCA0101 Computing Basics
Storage Devices
Optical Disc
• Optical disc is any storage media that holds content in
digital format and is read using a laser assembly is
considered optical media.
• The most common types of optical media are
– Compact Disc (CD)
– Digital Versatile Disc (DVD)
28
Storage Devices
Flash Memory
Storage Devices
Memory Card
• An electronic flash memory storage disk commonly
used in consumer electronic devices such as digital
cameras, MP3 players, mobile phones, and other
small portable devices.
• Memory cards are usually read by connecting the
device containing the card to your computer, or by
using a USB card reader.
33
CSCA0101 Computing Basics
Storage Devices
Memory Card
34
Online and cloud
Storing data online and in cloud storage is
becoming popular as people need to access their
data from more than one device.
• Cloud storage
• Network media
Cloud computing
• Cloud computing is a term used to describe
services provided over a network by a
collection of remote servers.
• This abstract "cloud" of computers provides
massive, distributed storage and processing
power, which can be accessed by any Internet-
connected device running a web browser.
How do you access cloud computing?
• Cloud computing is accessed through
an application (e.g., Dropbox app) on your
computer, smartphone, or tablet or
a website that accesses the cloud through
your browser
Learning Outcomes