SlideShare a Scribd company logo
CSCA0101 Computing Basics
1
CSCA0101
COMPUTING BASICS
Chapter 5
Storage Devices
CSCA0101 Computing Basics
2
Storage Devices
1. Computer Data Storage
2. Types of Storage
3. Storage Device Features
4. Other Examples of Storage Device
CSCA0101 Computing Basics
3
Storage Devices
Storage Devices
• A storage device is used in the computers to store
the data.
• Provides one of the core functions of the modern
computer.
CSCA0101 Computing Basics
4
Storage Devices
Types of Storage
There are four type of storage:
• Primary Storage
• Secondary Storage
• Tertiary Storage
• Off-line Storage
CSCA0101 Computing Basics
5
Storage Devices
Primary Storage
• Also known as main memory.
• Main memory is directly or indirectly connected to
the central processing unit via a memory bus.
• The CPU continuously reads instructions stored
there and executes them as required.
• Example:
– RAM
– ROM
– Cache
CSCA0101 Computing Basics
6
Storage Devices
Primary Storage
RAM
• It is called Random Access Memory because any of
the data in RAM can be accessed just as fast as any
of the other data.
• There are two types of RAM:
– DRAM (Dynamic Random Access Memory)
– SRAM (Static Random Access Memory)
CSCA0101 Computing Basics
7
Storage Devices
Primary Storage
RAM
Static RAM Dynamic RAM
• Faster
• More expensive
• More power consumption
• does not need to be refreshed
• Slower
• Less expensive
• Less power consumption
• needs to be refreshed thousands
of times per second
CSCA0101 Computing Basics
8
Storage Devices
Primary Storage
ROM
• This memory is used as the computer
begins to boot up.
• Small programs called firmware are
often stored in ROM chips on hardware
devices (like a BIOS chip), and they
contain instructions the computer can
use in performing some of the most
basic operations required to operate
hardware devices.
• ROM memory cannot be easily or
quickly overwritten or modified.
CSCA0101 Computing Basics
9
Storage Devices
Primary Storage
Cache
• Cache is a high-speed access area that can be
either a reserved section of main memory or a
storage device.
• Most computers today come with L3 cache or L2
cache, while older computers included only L1
cache.
CSCA0101 Computing Basics
10
Storage Devices
Secondary Storage
• 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
CSCA0101 Computing Basics
11
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.
CSCA0101 Computing Basics
12
Storage Devices
Secondary Storage
Hard Disk
Internal Hard disk External Hard disk
CSCA0101 Computing Basics
13
Storage Devices
Secondary Storage
Hard Disk
Internal Hard disk External Hard disk
Portability No Yes
Price Less expensive More expensive
Speed Fast Slow
Size Big Small
CSCA0101 Computing Basics
14
Storage Devices
Tertiary Storage
• Typically it involves a robotic mechanism which will
mount (insert) and dismount removable mass
storage media into a storage device.
• It is a comprehensive computer storage system that
is usually very slow, so it is usually used to archive
data that is not accessed frequently.
• This is primarily useful for extraordinarily large data
stores, accessed without human operators.
CSCA0101 Computing Basics
15
Storage Devices
Tertiary Storage
• Examples:
– Magnetic Tape
– Optical Disc
CSCA0101 Computing Basics
16
Storage Devices
Tertiary Storage
Magnetic Tape
• A magnetically coated strip of
plastic on which data can be
encoded.
• Tapes for computers are similar to
tapes used to store music.
• Tape is much less expensive than
other storage mediums but
commonly a much slower solution
that is commonly used for backup.
CSCA0101 Computing Basics
17
Storage Devices
Tertiary Storage
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
– Blu-ray (BD)
– Compact Disc (CD)
– Digital Versatile Disc (DVD)
CSCA0101 Computing Basics
18
Storage Devices
Tertiary Storage
Optical Disc
CD DVD BD
Capacity 700MB 4.7GB – 17GB 50GB
Wavelength 780nm 650nm 405nm
Read/Write
Speed
1200KB/s 10.5MB/s 36MB/s
Example • CD-ROM,
• CD-R
• CD-RW
• DVD-ROM
• DVD+R/RW
• DVD-R/RW
• DVD-RAM
• BD-R
• BD-RE
CSCA0101 Computing Basics
19
Storage Devices
Tertiary Storage
Optical Disc
CSCA0101 Computing Basics
20
Storage Devices
Off-line Storage
• Also known as disconnected storage.
• Is a computer data storage on a medium or a device
that is not under the control of a processing unit.
• It must be inserted or connected by a human
operator before a computer can access it again.
CSCA0101 Computing Basics
21
Storage Devices
Off-line Storage
• Also known as disconnected or removable
storage.
• Is a computer data storage on a medium or a device
that is not under the control of a processing unit.
• It must be inserted or connected by a human
operator before a computer can access it again.
CSCA0101 Computing Basics
22
Storage Devices
Off-line Storage
• Examples:
– Floppy Disk
– Zip diskette
– USB Flash drive
– Memory card
CSCA0101 Computing Basics
23
Storage Devices
Off-line Storage
Floppy Disk
• A soft magnetic disk.
• Floppy disks are portable.
• Floppy disks are slower to access than hard disks
and have less storage capacity, but they are much
less expensive.
• Can store data up to 1.44MB.
• Two common sizes: 5 ¼” and 3 ½”.
CSCA0101 Computing Basics
24
Storage Devices
Off-line Storage
Floppy Disk
5 ¼ inch Floppy Disk 3 ½ inch Floppy Disk
CSCA0101 Computing Basics
25
Storage Devices
Off-line Storage
Zip Diskette
• Hardware data storage device
developed by Iomega that
functions like a Standard 1.44"
floppy drive.
• Capable to hold up to 100 MB of
data or 250 MB of data on new
drives.
• Now it less popular as users
needed larger storage
capabilities.
CSCA0101 Computing Basics
26
Storage Devices
Off-line Storage
USB Flash Drive
• A small, portable flash memory
card that plugs into a
computer’s USB port and
functions as a portable hard
drive.
• Flash drives are available in
sizes such as 256MB, 512MB,
1GB, 5GB, and 16GB and are
an easy way to transfer and
store information.
CSCA0101 Computing Basics
27
Storage Devices
Off-line Storage
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.
CSCA0101 Computing Basics
28
Storage Devices
Off-line Storage
Memory Card
Secure Digital card (SD) MiniSD Compact Flash Memory Stick
MultiMedia card XD-Picture card Memory card reader
CSCA0101 Computing Basics
29
Storage Devices
Storage Device Features
• Volatility
• Accessibility
• Mutability
• Addressability
CSCA0101 Computing Basics
30
Storage Devices
Volatility
• Two types of volatility:
– Volatile Memory
– Non-Volatile Memory
CSCA0101 Computing Basics
31
Storage Devices
Volatility
Volatile Memory
• Requires constant power to maintain the stored
information.
• The fastest memory technologies.
• All contents are erased when the system's power is
turned off or interrupted.
• It has been more popularly known as temporary
memory.
CSCA0101 Computing Basics
32
Storage Devices
Volatility
Non-Volatile Memory
• Will retain the stored information even if it is not
constantly supplied with electric power.
• Non volatile memory is the device which keeps the
data even when the current is off.
• It is suitable for long-term storage of information.
CSCA0101 Computing Basics
33
Storage Devices
Accessibility
• Refers to reading or writing data records
• Two types of accessibility:
– Random access
– Sequential access
CSCA0101 Computing Basics
34
Storage Devices
Accessibility
Random Access
• Any location in storage can be accessed at any
moment in approximately the same amount of time.
• Such characteristic is well suited for primary and
secondary storage.
CSCA0101 Computing Basics
35
Storage Devices
Accessibility
Sequential Access
• The accessing of pieces of information will be in a
serial order, one after the other; therefore the time to
access a particular piece of information depends
upon which piece of information was last accessed.
• Such characteristic is typical of off-line storage.
CSCA0101 Computing Basics
36
Storage Devices
Mutability
• Allows information to be overwritten at any time.
• A computer without some amount of read/write
storage for primary storage purposes would be
useless for many tasks.
• Three types of mutability:
– Read/write storage or mutable storage
– Read only storage
– Slow write, fast read storage
CSCA0101 Computing Basics
37
Storage Devices
Mutability
Read/Write Storage or Mutable Storage
• Allows information to be overwritten at any time.
• A computer without some amount of read/write
storage for primary storage purposes would be
useless for many tasks.
CSCA0101 Computing Basics
38
Storage Devices
Mutability
Read Only Storage
• Retains the information stored at the time of
manufacture, and write once storage (WORM)
allows the information to be written only once at
some point after manufacture.
• These are called immutable storage.
CSCA0101 Computing Basics
39
Storage Devices
Mutability
Slow Write, Fast Read Storage
• Read/write storage which allows information to be
overwritten multiple times, but with the write
operation being much slower than the read
operation.
CSCA0101 Computing Basics
40
Storage Devices
Addressability
• Three types of addressability
– Location-addressable
– File addressable
– Content-addressable
CSCA0101 Computing Basics
41
Storage Devices
Addressability
Location-addressable
• Each individually accessible unit of information in
storage is selected with its numerical memory
address.
CSCA0101 Computing Basics
42
Storage Devices
Addressability
File addressable
• Information is divided into files of variable length,
and a particular file is selected with human-readable
directory and file names.
CSCA0101 Computing Basics
43
Storage Devices
Addressability
Content-addressable
• Each individually accessible unit of information is
selected based on the basis of (part of) the contents
stored there.
• Content-addressable storage can be implemented
using software (computer program) or hardware
(computer device), with hardware being faster but
more expensive option.
• Hardware content addressable memory is often
used in a computer's CPU cache.
CSCA0101 Computing Basics
44
Storage Devices
Other Example of Storage Devices
• Punch card
• Cloud storage
• RAID
CSCA0101 Computing Basics
45
Storage Devices
Other Example of Storage Devices
Punched Card
• Early method of data storage used with early
computers
• Punch cards also known as Hollerith cards
• Containing several punched holes that represents
data
CSCA0101 Computing Basics
46
Storage Devices
Other Example of Storage Devices
Cloud Storage
• Cloud storage means "the storage of data online in
the cloud," wherein a data is stored in and
accessible from multiple distributed and connected
resources that comprise a cloud.
• Cloud storage can provide the benefits of greater
accessibility and reliability; rapid deployment; strong
protection for data backup, archival and disaster
recovery purposes.
CSCA0101 Computing Basics
47
Storage Devices
Other Example of Storage Devices
Cloud Storage
• Examples:
– Google Drive
– Flickr
– Microsoft Sky Drive
CSCA0101 Computing Basics
48
Storage Devices
Other Example of Storage Devices
RAID
• RAID is short for redundant array of independent (or
inexpensive) disks.
• It is a category of disk drives that employ two or
more drives in combination for fault tolerance and
performance.
• RAID disk drives are used frequently on servers but
aren't generally necessary for personal computers.
• RAID allows you to store the same data redundantly
(in multiple paces) in a balanced way to improve
overall storage performance.

More Related Content

What's hot

Comuputer processor
Comuputer processorComuputer processor
Comuputer processor
Sanjeev Jain
 
CPU-Central Processing Unit (With History and Complete Detail)
CPU-Central Processing Unit (With History and Complete Detail)CPU-Central Processing Unit (With History and Complete Detail)
CPU-Central Processing Unit (With History and Complete Detail)
Adeel Rasheed
 
CPU (Central Processing Units)
CPU (Central Processing Units)CPU (Central Processing Units)
CPU (Central Processing Units)
Prabin Maharjan
 
Computer architecture and organization
Computer architecture and organizationComputer architecture and organization
Computer architecture and organization
Tushar B Kute
 
Secondary storage devices
Secondary storage devicesSecondary storage devices
Secondary storage devices
Samiksha Pun
 
memory hierarchy
memory hierarchymemory hierarchy
memory hierarchy
sreelakshmikv
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
lina hajjar
 
Cache memory
Cache memoryCache memory
Cache memory
Anuj Modi
 
09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)
09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)
09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)
Akhila Dakshina
 
ROM (Read Only Memory)
ROM (Read Only Memory)ROM (Read Only Memory)
ROM (Read Only Memory)
JaneAlamAdnan
 
Storage devices
Storage devicesStorage devices
Storage devices
shidabahri810
 
Motherboard ppt
Motherboard pptMotherboard ppt
Motherboard ppt
Vipin Gupta
 
Flash memory
Flash memoryFlash memory
Flash memory
Abdullah Shiam
 
Types of computer
Types of computerTypes of computer
Types of computer
Burhan Ahmed
 
Floppy disk
Floppy diskFloppy disk
Floppy disk
Em Magallon
 
Basic of Computer fundamental
Basic of Computer fundamental Basic of Computer fundamental
Basic of Computer fundamental
Sohan Grover
 
COMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONSCOMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONS
Angel Mary George
 
Control unit
Control unitControl unit
Control unit
Piyush Rochwani
 
Cpu ppt cse
Cpu ppt cseCpu ppt cse
Cpu ppt cse
Manpreet Kaur Sidhu
 
Primary Storage Devices
Primary Storage DevicesPrimary Storage Devices
Primary Storage Devices
Raul Correa
 

What's hot (20)

Comuputer processor
Comuputer processorComuputer processor
Comuputer processor
 
CPU-Central Processing Unit (With History and Complete Detail)
CPU-Central Processing Unit (With History and Complete Detail)CPU-Central Processing Unit (With History and Complete Detail)
CPU-Central Processing Unit (With History and Complete Detail)
 
CPU (Central Processing Units)
CPU (Central Processing Units)CPU (Central Processing Units)
CPU (Central Processing Units)
 
Computer architecture and organization
Computer architecture and organizationComputer architecture and organization
Computer architecture and organization
 
Secondary storage devices
Secondary storage devicesSecondary storage devices
Secondary storage devices
 
memory hierarchy
memory hierarchymemory hierarchy
memory hierarchy
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 
Cache memory
Cache memoryCache memory
Cache memory
 
09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)
09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)
09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)
 
ROM (Read Only Memory)
ROM (Read Only Memory)ROM (Read Only Memory)
ROM (Read Only Memory)
 
Storage devices
Storage devicesStorage devices
Storage devices
 
Motherboard ppt
Motherboard pptMotherboard ppt
Motherboard ppt
 
Flash memory
Flash memoryFlash memory
Flash memory
 
Types of computer
Types of computerTypes of computer
Types of computer
 
Floppy disk
Floppy diskFloppy disk
Floppy disk
 
Basic of Computer fundamental
Basic of Computer fundamental Basic of Computer fundamental
Basic of Computer fundamental
 
COMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONSCOMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONS
 
Control unit
Control unitControl unit
Control unit
 
Cpu ppt cse
Cpu ppt cseCpu ppt cse
Cpu ppt cse
 
Primary Storage Devices
Primary Storage DevicesPrimary Storage Devices
Primary Storage Devices
 

Similar to Memory devices

Ppt oN yogi-converted.pptx
Ppt oN yogi-converted.pptxPpt oN yogi-converted.pptx
Ppt oN yogi-converted.pptx
MohammadShahvan1
 
storage devices. ITC FLOPPY DISC USB CLOUD STORAGE
storage devices. ITC FLOPPY DISC USB CLOUD STORAGEstorage devices. ITC FLOPPY DISC USB CLOUD STORAGE
storage devices. ITC FLOPPY DISC USB CLOUD STORAGE
mahjabeen344727
 
Fundamentals of Computing Chapter 6
Fundamentals of Computing Chapter 6Fundamentals of Computing Chapter 6
Fundamentals of Computing Chapter 6
Mohd Harris Ahmad Jaal
 
Storage Devices
Storage DevicesStorage Devices
Storage Devices
The University of Lahore
 
Upes ppt template
Upes ppt templateUpes ppt template
Upes ppt template
Mitali Chugh
 
19IS305_U4_LP10_LM10-22-23.pdf
19IS305_U4_LP10_LM10-22-23.pdf19IS305_U4_LP10_LM10-22-23.pdf
19IS305_U4_LP10_LM10-22-23.pdf
JESUNPK
 
Types of memory in Computer
Types of memory in ComputerTypes of memory in Computer
Types of memory in Computer
Fazle Rabbi Ador
 
Overview of physical storage media
Overview of physical storage mediaOverview of physical storage media
Overview of physical storage media
Srinath Sri
 
Intro computers
Intro computersIntro computers
Intro computers
mikhilmurali
 
MODULE 2.pptx
MODULE 2.pptxMODULE 2.pptx
MODULE 2.pptx
kndnewguade
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
Aditya Singh
 
cache.pptx
cache.pptxcache.pptx
cache.pptx
ssuser22c406
 
Basic of computer 2
Basic of computer 2Basic of computer 2
Basic of computer 2
Prakash Pandey
 
Presentacion pujol
Presentacion pujolPresentacion pujol
Presentacion pujol
Dylan Real G
 
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 3 - Storage
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 3 - StorageUnderstanding Computers: Today and Tomorrow, 13th Edition Chapter 3 - Storage
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 3 - Storage
yaminohime
 
MDFH_Session6 (1)_hayes _ chapter 6 SE 222
MDFH_Session6 (1)_hayes _ chapter 6 SE 222MDFH_Session6 (1)_hayes _ chapter 6 SE 222
MDFH_Session6 (1)_hayes _ chapter 6 SE 222
tabeh82816
 
storage devices
storage devicesstorage devices
storage devices
samina khan
 
Storage devices ppt by abhishek srivastava
Storage devices ppt by abhishek srivastavaStorage devices ppt by abhishek srivastava
Storage devices ppt by abhishek srivastava
Abhishek Srivastava
 
Conceptual framework storage devices (2)
Conceptual framework   storage devices (2)Conceptual framework   storage devices (2)
Conceptual framework storage devices (2)
Rajendra Sharma
 
1 hardware
1 hardware1 hardware
1 hardware
Veeresh Khelgi
 

Similar to Memory devices (20)

Ppt oN yogi-converted.pptx
Ppt oN yogi-converted.pptxPpt oN yogi-converted.pptx
Ppt oN yogi-converted.pptx
 
storage devices. ITC FLOPPY DISC USB CLOUD STORAGE
storage devices. ITC FLOPPY DISC USB CLOUD STORAGEstorage devices. ITC FLOPPY DISC USB CLOUD STORAGE
storage devices. ITC FLOPPY DISC USB CLOUD STORAGE
 
Fundamentals of Computing Chapter 6
Fundamentals of Computing Chapter 6Fundamentals of Computing Chapter 6
Fundamentals of Computing Chapter 6
 
Storage Devices
Storage DevicesStorage Devices
Storage Devices
 
Upes ppt template
Upes ppt templateUpes ppt template
Upes ppt template
 
19IS305_U4_LP10_LM10-22-23.pdf
19IS305_U4_LP10_LM10-22-23.pdf19IS305_U4_LP10_LM10-22-23.pdf
19IS305_U4_LP10_LM10-22-23.pdf
 
Types of memory in Computer
Types of memory in ComputerTypes of memory in Computer
Types of memory in Computer
 
Overview of physical storage media
Overview of physical storage mediaOverview of physical storage media
Overview of physical storage media
 
Intro computers
Intro computersIntro computers
Intro computers
 
MODULE 2.pptx
MODULE 2.pptxMODULE 2.pptx
MODULE 2.pptx
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
 
cache.pptx
cache.pptxcache.pptx
cache.pptx
 
Basic of computer 2
Basic of computer 2Basic of computer 2
Basic of computer 2
 
Presentacion pujol
Presentacion pujolPresentacion pujol
Presentacion pujol
 
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 3 - Storage
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 3 - StorageUnderstanding Computers: Today and Tomorrow, 13th Edition Chapter 3 - Storage
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 3 - Storage
 
MDFH_Session6 (1)_hayes _ chapter 6 SE 222
MDFH_Session6 (1)_hayes _ chapter 6 SE 222MDFH_Session6 (1)_hayes _ chapter 6 SE 222
MDFH_Session6 (1)_hayes _ chapter 6 SE 222
 
storage devices
storage devicesstorage devices
storage devices
 
Storage devices ppt by abhishek srivastava
Storage devices ppt by abhishek srivastavaStorage devices ppt by abhishek srivastava
Storage devices ppt by abhishek srivastava
 
Conceptual framework storage devices (2)
Conceptual framework   storage devices (2)Conceptual framework   storage devices (2)
Conceptual framework storage devices (2)
 
1 hardware
1 hardware1 hardware
1 hardware
 

More from Zainab&Sons

Proteins lecture 3
Proteins lecture 3Proteins lecture 3
Proteins lecture 3
Zainab&Sons
 
Strutural organisation of proteins
Strutural organisation of proteinsStrutural organisation of proteins
Strutural organisation of proteins
Zainab&Sons
 
Lipoproteins
LipoproteinsLipoproteins
Lipoproteins
Zainab&Sons
 
Lipids
LipidsLipids
Lipids
Zainab&Sons
 
Chemistry of lipids
Chemistry of lipidsChemistry of lipids
Chemistry of lipids
Zainab&Sons
 
Lipids digestion
Lipids digestionLipids digestion
Lipids digestion
Zainab&Sons
 
Chemistry of lipids ii
Chemistry of lipids iiChemistry of lipids ii
Chemistry of lipids ii
Zainab&Sons
 
Hormones
HormonesHormones
Hormones
Zainab&Sons
 
Enzymes
EnzymesEnzymes
Enzymes
Zainab&Sons
 
Urea cycle
Urea cycleUrea cycle
Urea cycle
Zainab&Sons
 
Lipid catabolism (fatty acid oxidation)
Lipid catabolism (fatty acid oxidation)Lipid catabolism (fatty acid oxidation)
Lipid catabolism (fatty acid oxidation)
Zainab&Sons
 
Glycogenolysis
GlycogenolysisGlycogenolysis
Glycogenolysis
Zainab&Sons
 
Glycogen metabolism
Glycogen metabolismGlycogen metabolism
Glycogen metabolism
Zainab&Sons
 
Gluconeogenesis
GluconeogenesisGluconeogenesis
Gluconeogenesis
Zainab&Sons
 
Citric acid cycle (2)
Citric acid cycle (2)Citric acid cycle (2)
Citric acid cycle (2)
Zainab&Sons
 
Cholesterol biosynthesis
Cholesterol biosynthesisCholesterol biosynthesis
Cholesterol biosynthesis
Zainab&Sons
 
Carbohydrate
CarbohydrateCarbohydrate
Carbohydrate
Zainab&Sons
 
Carb lec 2 & 3 slides
Carb lec 2 & 3 slidesCarb lec 2 & 3 slides
Carb lec 2 & 3 slides
Zainab&Sons
 
Transcription translation
Transcription translationTranscription translation
Transcription translation
Zainab&Sons
 
Nucleic acids
Nucleic acidsNucleic acids
Nucleic acids
Zainab&Sons
 

More from Zainab&Sons (20)

Proteins lecture 3
Proteins lecture 3Proteins lecture 3
Proteins lecture 3
 
Strutural organisation of proteins
Strutural organisation of proteinsStrutural organisation of proteins
Strutural organisation of proteins
 
Lipoproteins
LipoproteinsLipoproteins
Lipoproteins
 
Lipids
LipidsLipids
Lipids
 
Chemistry of lipids
Chemistry of lipidsChemistry of lipids
Chemistry of lipids
 
Lipids digestion
Lipids digestionLipids digestion
Lipids digestion
 
Chemistry of lipids ii
Chemistry of lipids iiChemistry of lipids ii
Chemistry of lipids ii
 
Hormones
HormonesHormones
Hormones
 
Enzymes
EnzymesEnzymes
Enzymes
 
Urea cycle
Urea cycleUrea cycle
Urea cycle
 
Lipid catabolism (fatty acid oxidation)
Lipid catabolism (fatty acid oxidation)Lipid catabolism (fatty acid oxidation)
Lipid catabolism (fatty acid oxidation)
 
Glycogenolysis
GlycogenolysisGlycogenolysis
Glycogenolysis
 
Glycogen metabolism
Glycogen metabolismGlycogen metabolism
Glycogen metabolism
 
Gluconeogenesis
GluconeogenesisGluconeogenesis
Gluconeogenesis
 
Citric acid cycle (2)
Citric acid cycle (2)Citric acid cycle (2)
Citric acid cycle (2)
 
Cholesterol biosynthesis
Cholesterol biosynthesisCholesterol biosynthesis
Cholesterol biosynthesis
 
Carbohydrate
CarbohydrateCarbohydrate
Carbohydrate
 
Carb lec 2 & 3 slides
Carb lec 2 & 3 slidesCarb lec 2 & 3 slides
Carb lec 2 & 3 slides
 
Transcription translation
Transcription translationTranscription translation
Transcription translation
 
Nucleic acids
Nucleic acidsNucleic acids
Nucleic acids
 

Recently uploaded

Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
simonomuemu
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 

Recently uploaded (20)

Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 

Memory devices

  • 1. CSCA0101 Computing Basics 1 CSCA0101 COMPUTING BASICS Chapter 5 Storage Devices
  • 2. CSCA0101 Computing Basics 2 Storage Devices 1. Computer Data Storage 2. Types of Storage 3. Storage Device Features 4. Other Examples of Storage Device
  • 3. CSCA0101 Computing Basics 3 Storage Devices Storage Devices • A storage device is used in the computers to store the data. • Provides one of the core functions of the modern computer.
  • 4. CSCA0101 Computing Basics 4 Storage Devices Types of Storage There are four type of storage: • Primary Storage • Secondary Storage • Tertiary Storage • Off-line Storage
  • 5. CSCA0101 Computing Basics 5 Storage Devices Primary Storage • Also known as main memory. • Main memory is directly or indirectly connected to the central processing unit via a memory bus. • The CPU continuously reads instructions stored there and executes them as required. • Example: – RAM – ROM – Cache
  • 6. CSCA0101 Computing Basics 6 Storage Devices Primary Storage RAM • It is called Random Access Memory because any of the data in RAM can be accessed just as fast as any of the other data. • There are two types of RAM: – DRAM (Dynamic Random Access Memory) – SRAM (Static Random Access Memory)
  • 7. CSCA0101 Computing Basics 7 Storage Devices Primary Storage RAM Static RAM Dynamic RAM • Faster • More expensive • More power consumption • does not need to be refreshed • Slower • Less expensive • Less power consumption • needs to be refreshed thousands of times per second
  • 8. CSCA0101 Computing Basics 8 Storage Devices Primary Storage ROM • This memory is used as the computer begins to boot up. • Small programs called firmware are often stored in ROM chips on hardware devices (like a BIOS chip), and they contain instructions the computer can use in performing some of the most basic operations required to operate hardware devices. • ROM memory cannot be easily or quickly overwritten or modified.
  • 9. CSCA0101 Computing Basics 9 Storage Devices Primary Storage Cache • Cache is a high-speed access area that can be either a reserved section of main memory or a storage device. • Most computers today come with L3 cache or L2 cache, while older computers included only L1 cache.
  • 10. CSCA0101 Computing Basics 10 Storage Devices Secondary Storage • 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
  • 11. CSCA0101 Computing Basics 11 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.
  • 12. CSCA0101 Computing Basics 12 Storage Devices Secondary Storage Hard Disk Internal Hard disk External Hard disk
  • 13. CSCA0101 Computing Basics 13 Storage Devices Secondary Storage Hard Disk Internal Hard disk External Hard disk Portability No Yes Price Less expensive More expensive Speed Fast Slow Size Big Small
  • 14. CSCA0101 Computing Basics 14 Storage Devices Tertiary Storage • Typically it involves a robotic mechanism which will mount (insert) and dismount removable mass storage media into a storage device. • It is a comprehensive computer storage system that is usually very slow, so it is usually used to archive data that is not accessed frequently. • This is primarily useful for extraordinarily large data stores, accessed without human operators.
  • 15. CSCA0101 Computing Basics 15 Storage Devices Tertiary Storage • Examples: – Magnetic Tape – Optical Disc
  • 16. CSCA0101 Computing Basics 16 Storage Devices Tertiary Storage Magnetic Tape • A magnetically coated strip of plastic on which data can be encoded. • Tapes for computers are similar to tapes used to store music. • Tape is much less expensive than other storage mediums but commonly a much slower solution that is commonly used for backup.
  • 17. CSCA0101 Computing Basics 17 Storage Devices Tertiary Storage 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 – Blu-ray (BD) – Compact Disc (CD) – Digital Versatile Disc (DVD)
  • 18. CSCA0101 Computing Basics 18 Storage Devices Tertiary Storage Optical Disc CD DVD BD Capacity 700MB 4.7GB – 17GB 50GB Wavelength 780nm 650nm 405nm Read/Write Speed 1200KB/s 10.5MB/s 36MB/s Example • CD-ROM, • CD-R • CD-RW • DVD-ROM • DVD+R/RW • DVD-R/RW • DVD-RAM • BD-R • BD-RE
  • 19. CSCA0101 Computing Basics 19 Storage Devices Tertiary Storage Optical Disc
  • 20. CSCA0101 Computing Basics 20 Storage Devices Off-line Storage • Also known as disconnected storage. • Is a computer data storage on a medium or a device that is not under the control of a processing unit. • It must be inserted or connected by a human operator before a computer can access it again.
  • 21. CSCA0101 Computing Basics 21 Storage Devices Off-line Storage • Also known as disconnected or removable storage. • Is a computer data storage on a medium or a device that is not under the control of a processing unit. • It must be inserted or connected by a human operator before a computer can access it again.
  • 22. CSCA0101 Computing Basics 22 Storage Devices Off-line Storage • Examples: – Floppy Disk – Zip diskette – USB Flash drive – Memory card
  • 23. CSCA0101 Computing Basics 23 Storage Devices Off-line Storage Floppy Disk • A soft magnetic disk. • Floppy disks are portable. • Floppy disks are slower to access than hard disks and have less storage capacity, but they are much less expensive. • Can store data up to 1.44MB. • Two common sizes: 5 ¼” and 3 ½”.
  • 24. CSCA0101 Computing Basics 24 Storage Devices Off-line Storage Floppy Disk 5 ¼ inch Floppy Disk 3 ½ inch Floppy Disk
  • 25. CSCA0101 Computing Basics 25 Storage Devices Off-line Storage Zip Diskette • Hardware data storage device developed by Iomega that functions like a Standard 1.44" floppy drive. • Capable to hold up to 100 MB of data or 250 MB of data on new drives. • Now it less popular as users needed larger storage capabilities.
  • 26. CSCA0101 Computing Basics 26 Storage Devices Off-line Storage USB Flash Drive • A small, portable flash memory card that plugs into a computer’s USB port and functions as a portable hard drive. • Flash drives are available in sizes such as 256MB, 512MB, 1GB, 5GB, and 16GB and are an easy way to transfer and store information.
  • 27. CSCA0101 Computing Basics 27 Storage Devices Off-line Storage 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.
  • 28. CSCA0101 Computing Basics 28 Storage Devices Off-line Storage Memory Card Secure Digital card (SD) MiniSD Compact Flash Memory Stick MultiMedia card XD-Picture card Memory card reader
  • 29. CSCA0101 Computing Basics 29 Storage Devices Storage Device Features • Volatility • Accessibility • Mutability • Addressability
  • 30. CSCA0101 Computing Basics 30 Storage Devices Volatility • Two types of volatility: – Volatile Memory – Non-Volatile Memory
  • 31. CSCA0101 Computing Basics 31 Storage Devices Volatility Volatile Memory • Requires constant power to maintain the stored information. • The fastest memory technologies. • All contents are erased when the system's power is turned off or interrupted. • It has been more popularly known as temporary memory.
  • 32. CSCA0101 Computing Basics 32 Storage Devices Volatility Non-Volatile Memory • Will retain the stored information even if it is not constantly supplied with electric power. • Non volatile memory is the device which keeps the data even when the current is off. • It is suitable for long-term storage of information.
  • 33. CSCA0101 Computing Basics 33 Storage Devices Accessibility • Refers to reading or writing data records • Two types of accessibility: – Random access – Sequential access
  • 34. CSCA0101 Computing Basics 34 Storage Devices Accessibility Random Access • Any location in storage can be accessed at any moment in approximately the same amount of time. • Such characteristic is well suited for primary and secondary storage.
  • 35. CSCA0101 Computing Basics 35 Storage Devices Accessibility Sequential Access • The accessing of pieces of information will be in a serial order, one after the other; therefore the time to access a particular piece of information depends upon which piece of information was last accessed. • Such characteristic is typical of off-line storage.
  • 36. CSCA0101 Computing Basics 36 Storage Devices Mutability • Allows information to be overwritten at any time. • A computer without some amount of read/write storage for primary storage purposes would be useless for many tasks. • Three types of mutability: – Read/write storage or mutable storage – Read only storage – Slow write, fast read storage
  • 37. CSCA0101 Computing Basics 37 Storage Devices Mutability Read/Write Storage or Mutable Storage • Allows information to be overwritten at any time. • A computer without some amount of read/write storage for primary storage purposes would be useless for many tasks.
  • 38. CSCA0101 Computing Basics 38 Storage Devices Mutability Read Only Storage • Retains the information stored at the time of manufacture, and write once storage (WORM) allows the information to be written only once at some point after manufacture. • These are called immutable storage.
  • 39. CSCA0101 Computing Basics 39 Storage Devices Mutability Slow Write, Fast Read Storage • Read/write storage which allows information to be overwritten multiple times, but with the write operation being much slower than the read operation.
  • 40. CSCA0101 Computing Basics 40 Storage Devices Addressability • Three types of addressability – Location-addressable – File addressable – Content-addressable
  • 41. CSCA0101 Computing Basics 41 Storage Devices Addressability Location-addressable • Each individually accessible unit of information in storage is selected with its numerical memory address.
  • 42. CSCA0101 Computing Basics 42 Storage Devices Addressability File addressable • Information is divided into files of variable length, and a particular file is selected with human-readable directory and file names.
  • 43. CSCA0101 Computing Basics 43 Storage Devices Addressability Content-addressable • Each individually accessible unit of information is selected based on the basis of (part of) the contents stored there. • Content-addressable storage can be implemented using software (computer program) or hardware (computer device), with hardware being faster but more expensive option. • Hardware content addressable memory is often used in a computer's CPU cache.
  • 44. CSCA0101 Computing Basics 44 Storage Devices Other Example of Storage Devices • Punch card • Cloud storage • RAID
  • 45. CSCA0101 Computing Basics 45 Storage Devices Other Example of Storage Devices Punched Card • Early method of data storage used with early computers • Punch cards also known as Hollerith cards • Containing several punched holes that represents data
  • 46. CSCA0101 Computing Basics 46 Storage Devices Other Example of Storage Devices Cloud Storage • Cloud storage means "the storage of data online in the cloud," wherein a data is stored in and accessible from multiple distributed and connected resources that comprise a cloud. • Cloud storage can provide the benefits of greater accessibility and reliability; rapid deployment; strong protection for data backup, archival and disaster recovery purposes.
  • 47. CSCA0101 Computing Basics 47 Storage Devices Other Example of Storage Devices Cloud Storage • Examples: – Google Drive – Flickr – Microsoft Sky Drive
  • 48. CSCA0101 Computing Basics 48 Storage Devices Other Example of Storage Devices RAID • RAID is short for redundant array of independent (or inexpensive) disks. • It is a category of disk drives that employ two or more drives in combination for fault tolerance and performance. • RAID disk drives are used frequently on servers but aren't generally necessary for personal computers. • RAID allows you to store the same data redundantly (in multiple paces) in a balanced way to improve overall storage performance.