SlideShare a Scribd company logo
1 of 37
1
CSCA0201
FUNDAMENTALS OF COMPUTING
Chapter 5
Storage Devices
CSCA0201
FUNDAMENTALS OF COMPUTING
Chapter 6
Storage Devices
2
Chapter 6 Storage Devices
Storage Devices
• A storage device is any computer hardware that
stores data.
• Provides one of the core functions of the modern
computer.
3
Chapter 6 Storage Devices
Types of Storage
• Primary Storage
• Secondary Storage
• Off-line Storage
• Cloud Storage
4
Chapter 6 Storage Devices
Primary Storage
• Primary storage, also known as main storage or
memory, is the area in a computer in which data is
stored for quick access by the computer's
processor.
• It is directly or indirectly connected to the CPU via a
memory bus.
• The CPU continuously reads instructions stored
there and executes them as required.
• Examples:
– Random Access Memory (RAM)
– Cache
5
Chapter 6 Storage Devices
Primary Storage
Random Access Memory (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:
– SRAM (Static Random Access Memory)
– DRAM (Dynamic Random Access Memory)
• Extended Data Out Dynamic RAM (EDO RAM)
• Synchronous Dynamic RAM (SDRAM)
• Single Data Rate Synchronous Dynamic RAM (SDR
SDRAM)
• Double Data Rate Synchronous Dynamic RAM (DDR
SDRAM)
6
Chapter 6 Storage Devices
Primary Storage
Static RAM Dynamic RAM
• Faster access speed
• More expensive
• More power consumption
• Does not need to be refreshed
• Lesser memory capacities
• Higher costs of manufacturing
• Slower access speed
• Less expensive
• Less power consumption
• needs to be refreshed thousands
of times per second
• Lower costs of manufacturing
• Greater memory capacities.
7
Chapter 6 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.
• Stores frequently used computer programs, applications and
data.
• Most computers today come with L3 cache or L2 cache, while
older computers included only L1 cache.
8
Chapter 6 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
– Solid-State Disk
9
Chapter 6 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.
Internal Hard disk
External Hard disk
10
Chapter 6 Storage Devices
Secondary Storage
Solid-State Disk (SSD)
• SSD is a drive that uses non-volatile
memory as a means of storing and
accessing data, much like computer
RAM.
• Unlike a hard drive, an SSD has no
moving parts, which gives it
advantages such as accessing stored
information faster, noiseless operation,
higher reliability, and lower power
consumption.
• SSDs are also a great solution for
netbooks and other applications that
don't require a lot of storage.
11
Chapter 6 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.
12
Chapter 6 Storage Devices
Off-line Storage
• Examples:
– Floppy Disk
– Zip diskette
– Optical Disc
– USB Flash drive
– Memory card
13
Chapter 6 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 ½”.
14
Chapter 6 Storage Devices
Off-line Storage
Floppy Disk
5 inch Floppy Disk 3 inch Floppy Disk Floppy Disk Drive
15
Chapter 6 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 or
250 MB of data on new drives.
• Now it less popular as users
needed larger storage
capabilities.
Zip Diskette
Zip Drive
16
Chapter 6 Storage Devices
Off-line 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)
– Digital Versatile Disc (DVD)
– Compact Disc (CD)
17
Chapter 6 Storage Devices
Off-line 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
18
Chapter 6 Storage Devices
Off-line Storage
Optical Disc – Recordable vs. ReWritable
• Recordable discs can be written to only once.
• They are cheap and work best when recording data
that will not change
• ReWritable discs can be written to many times, and
they function somewhat like a hard disk or floppy.
• To store small amounts of data over time, such as a
daily backup of a few critical files.
19
Chapter 6 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 8GB to 64GB and
are an easy way to transfer and
store information.
20
Chapter 6 Storage Devices
Off-line Storage
Memory Card
• A memory card is a type of storage device that is
used for storing media and data files.
• It provides a permanent and non-volatile medium to
store data and files from the attached device.
• Memory cards are commonly used in small, portable
devices, such as cameras and phones.
• Memory cards are usually read by connecting the
device containing the card to your computer, or by
using a USB card reader.
21
Chapter 6 Storage Devices
Off-line Storage
Memory Card
Secure Digital card (SD) MiniSD Compact Flash Memory Stick
MultiMedia card XD-Picture card Memory card reader
22
Chapter 6 Storage Devices
Cloud Storage
• Cloud storage is defined as "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.
• Files stored in the cloud can be accessed at any time
from any place so long as you have Internet access.
23
Chapter 6 Storage Devices
Cloud Storage
• Cloud storage provides organizations with off-site
(remote) backups of data which reduces costs
associated with disaster recovery .
• The biggest disadvantage to cloud storage is that
users are limited by bandwidth.
24
Chapter 6 Storage Devices
Characteristics of Storage Device
• Volatility
• Accessibility
• Mutability
• Addressability
25
Chapter 6 Storage Devices
Volatility vs. Non-Volatile Memory
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.
• Example: Primary Storage
26
Chapter 6 Storage Devices
Volatility vs. Non-Volatile Memory
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.
• Examples: Secondary and Off-line Storage
27
Chapter 6 Storage Devices
Accessibility
• Refers to reading or writing data records
• Two types of accessibility:
– Random access
– Sequential access
28
Chapter 6 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.
• Example: RAM, Hard Disk
29
Chapter 6 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.
• Example: Magnetic Tape
30
Chapter 6 Storage Devices
Mutability
• Three types of mutability:
– Read/write storage or mutable storage
– Read only storage
– Slow write, fast read storage
31
Chapter 6 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.
• Example: RAM, Hard Disk
32
Chapter 6 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.
• Example: CD-R
33
Chapter 6 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.
• Example: CD-RW
34
Chapter 6 Storage Devices
Addressability
• Three types of addressability
– Location-addressable
– File addressable
– Content-addressable
35
Chapter 6 Storage Devices
Addressability
Location-addressable
• Each individually accessible unit of information in
storage is selected with its numerical memory
address.
• Location-addressable storage usually limits to
primary storage, accessed internally by computer
programs, since location-addressability is very
efficient, but burdensome for humans.
36
Chapter 6 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.
37
Chapter 6 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.

More Related Content

What's hot

Unit 3 storage fundamentals
Unit 3 storage fundamentalsUnit 3 storage fundamentals
Unit 3 storage fundamentalsRaj vardhan
 
External & Internal Storage Device ! Batra Computer Centre
External & Internal Storage Device ! Batra Computer CentreExternal & Internal Storage Device ! Batra Computer Centre
External & Internal Storage Device ! Batra Computer Centrejatin batra
 
Working of Volatile and Non-Volatile memory
Working of Volatile and Non-Volatile memoryWorking of Volatile and Non-Volatile memory
Working of Volatile and Non-Volatile memoryDon Caeiro
 
Random Access memory.
Random Access memory.Random Access memory.
Random Access memory.RafiulIslam58
 
Backing storage media
Backing storage mediaBacking storage media
Backing storage mediaMirza Ćutuk
 
computer memory ,., .
computer memory ,., .computer memory ,., .
computer memory ,., .santokh00700
 
Ram- computer maintanent
Ram- computer maintanentRam- computer maintanent
Ram- computer maintanentemilya_zaidi
 
Memory - RAM and its types
Memory - RAM and its typesMemory - RAM and its types
Memory - RAM and its typesAbhay Matthew
 
Types of memory (bba 1st)
Types of memory (bba 1st)Types of memory (bba 1st)
Types of memory (bba 1st)basitnazir
 
Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)Afaq Siddiqui
 

What's hot (20)

Unit 3 storage fundamentals
Unit 3 storage fundamentalsUnit 3 storage fundamentals
Unit 3 storage fundamentals
 
External & Internal Storage Device ! Batra Computer Centre
External & Internal Storage Device ! Batra Computer CentreExternal & Internal Storage Device ! Batra Computer Centre
External & Internal Storage Device ! Batra Computer Centre
 
Working of Volatile and Non-Volatile memory
Working of Volatile and Non-Volatile memoryWorking of Volatile and Non-Volatile memory
Working of Volatile and Non-Volatile memory
 
Random Access memory.
Random Access memory.Random Access memory.
Random Access memory.
 
Basic of computer 2
Basic of computer 2Basic of computer 2
Basic of computer 2
 
Ram
RamRam
Ram
 
Speeduptechniques
SpeeduptechniquesSpeeduptechniques
Speeduptechniques
 
Back up-and-storage v1
Back up-and-storage v1Back up-and-storage v1
Back up-and-storage v1
 
06 External Memory
06  External  Memory06  External  Memory
06 External Memory
 
SSD HSD storage drives
SSD HSD storage drives SSD HSD storage drives
SSD HSD storage drives
 
Backing storage media
Backing storage mediaBacking storage media
Backing storage media
 
computer memory ,., .
computer memory ,., .computer memory ,., .
computer memory ,., .
 
Ram- computer maintanent
Ram- computer maintanentRam- computer maintanent
Ram- computer maintanent
 
Memory - RAM and its types
Memory - RAM and its typesMemory - RAM and its types
Memory - RAM and its types
 
Working memory in computer
Working memory in computerWorking memory in computer
Working memory in computer
 
Types of memory (bba 1st)
Types of memory (bba 1st)Types of memory (bba 1st)
Types of memory (bba 1st)
 
Ch # 06 storage devices
Ch # 06 storage devicesCh # 06 storage devices
Ch # 06 storage devices
 
Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)
 
Ch6
Ch6Ch6
Ch6
 
L03 slides
L03 slidesL03 slides
L03 slides
 

Similar to Fundamentals of Computing Chapter 6

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 STORAGEmahjabeen344727
 
Ppt oN yogi-converted.pptx
Ppt oN yogi-converted.pptxPpt oN yogi-converted.pptx
Ppt oN yogi-converted.pptxMohammadShahvan1
 
Overview of physical storage media
Overview of physical storage mediaOverview of physical storage media
Overview of physical storage mediaSrinath Sri
 
Basics of storage Technology
Basics of storage TechnologyBasics of storage Technology
Basics of storage TechnologyLopamudra Das
 
Memory and storage
Memory and storageMemory and storage
Memory and storageTapan Khilar
 
Computer storage MBA present.pptx
Computer storage MBA present.pptxComputer storage MBA present.pptx
Computer storage MBA present.pptxfazilathshaikh1
 
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.pdfJESUNPK
 
Secondary storage devices
Secondary storage devicesSecondary storage devices
Secondary storage devicesAbhinav Kp
 
unit 3 cyber security 19.4.22.pptx
unit 3 cyber security  19.4.22.pptxunit 3 cyber security  19.4.22.pptx
unit 3 cyber security 19.4.22.pptxssuserd5e356
 
Ch-04 (Comp) - Storage Devices.pdf
Ch-04 (Comp) - Storage Devices.pdfCh-04 (Comp) - Storage Devices.pdf
Ch-04 (Comp) - Storage Devices.pdfHassanJaved694664
 
Primary and Secondary Memory.pptx
Primary and Secondary Memory.pptxPrimary and Secondary Memory.pptx
Primary and Secondary Memory.pptxmaryambashir257
 
Storage Devices PPt For class 9
Storage Devices PPt For class 9Storage Devices PPt For class 9
Storage Devices PPt For class 9Saurabh Singh
 
5 computer memory
5 computer memory5 computer memory
5 computer memoryBaliThorat1
 

Similar to Fundamentals of Computing Chapter 6 (20)

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
 
Ppt oN yogi-converted.pptx
Ppt oN yogi-converted.pptxPpt oN yogi-converted.pptx
Ppt oN yogi-converted.pptx
 
Overview of physical storage media
Overview of physical storage mediaOverview of physical storage media
Overview of physical storage media
 
Basics of storage Technology
Basics of storage TechnologyBasics of storage Technology
Basics of storage Technology
 
Memory and storage
Memory and storageMemory and storage
Memory and storage
 
Computer storage MBA present.pptx
Computer storage MBA present.pptxComputer storage MBA present.pptx
Computer storage MBA present.pptx
 
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
 
Secondary storage devices
Secondary storage devicesSecondary storage devices
Secondary storage devices
 
Memory
MemoryMemory
Memory
 
Hardware
HardwareHardware
Hardware
 
unit 3 cyber security 19.4.22.pptx
unit 3 cyber security  19.4.22.pptxunit 3 cyber security  19.4.22.pptx
unit 3 cyber security 19.4.22.pptx
 
Ch-04 (Comp) - Storage Devices.pdf
Ch-04 (Comp) - Storage Devices.pdfCh-04 (Comp) - Storage Devices.pdf
Ch-04 (Comp) - Storage Devices.pdf
 
Primary and Secondary Memory.pptx
Primary and Secondary Memory.pptxPrimary and Secondary Memory.pptx
Primary and Secondary Memory.pptx
 
Upes ppt template
Upes ppt templateUpes ppt template
Upes ppt template
 
Computer Memory
Computer MemoryComputer Memory
Computer Memory
 
storage devices
storage devicesstorage devices
storage devices
 
Storage Devices
Storage DevicesStorage Devices
Storage Devices
 
Storage Devices PPt For class 9
Storage Devices PPt For class 9Storage Devices PPt For class 9
Storage Devices PPt For class 9
 
Memory and storage devices
Memory and storage devicesMemory and storage devices
Memory and storage devices
 
5 computer memory
5 computer memory5 computer memory
5 computer memory
 

More from Mohd Harris Ahmad Jaal

Web Application Development using PHP Chapter 8
Web Application Development using PHP Chapter 8Web Application Development using PHP Chapter 8
Web Application Development using PHP Chapter 8Mohd Harris Ahmad Jaal
 
Web Application Development using PHP Chapter 7
Web Application Development using PHP Chapter 7Web Application Development using PHP Chapter 7
Web Application Development using PHP Chapter 7Mohd Harris Ahmad Jaal
 
Web Application Development using PHP Chapter 6
Web Application Development using PHP Chapter 6Web Application Development using PHP Chapter 6
Web Application Development using PHP Chapter 6Mohd Harris Ahmad Jaal
 
Web Application Development using PHP Chapter 5
Web Application Development using PHP Chapter 5Web Application Development using PHP Chapter 5
Web Application Development using PHP Chapter 5Mohd Harris Ahmad Jaal
 
Web Application Development using PHP Chapter 4
Web Application Development using PHP Chapter 4Web Application Development using PHP Chapter 4
Web Application Development using PHP Chapter 4Mohd Harris Ahmad Jaal
 
Web Application Development using PHP Chapter 3
Web Application Development using PHP Chapter 3Web Application Development using PHP Chapter 3
Web Application Development using PHP Chapter 3Mohd Harris Ahmad Jaal
 
Web Application Development using PHP Chapter 2
Web Application Development using PHP Chapter 2Web Application Development using PHP Chapter 2
Web Application Development using PHP Chapter 2Mohd Harris Ahmad Jaal
 
Web Application Development using PHP Chapter 1
Web Application Development using PHP Chapter 1Web Application Development using PHP Chapter 1
Web Application Development using PHP Chapter 1Mohd Harris Ahmad Jaal
 

More from Mohd Harris Ahmad Jaal (20)

Fundamentals of Programming Chapter 7
Fundamentals of Programming Chapter 7Fundamentals of Programming Chapter 7
Fundamentals of Programming Chapter 7
 
Fundamentals of Programming Chapter 6
Fundamentals of Programming Chapter 6Fundamentals of Programming Chapter 6
Fundamentals of Programming Chapter 6
 
Fundamentals of Programming Chapter 4
Fundamentals of Programming Chapter 4Fundamentals of Programming Chapter 4
Fundamentals of Programming Chapter 4
 
Fundamentals of Programming Chapter 3
Fundamentals of Programming Chapter 3Fundamentals of Programming Chapter 3
Fundamentals of Programming Chapter 3
 
Fundamentals of Programming Chapter 2
Fundamentals of Programming Chapter 2Fundamentals of Programming Chapter 2
Fundamentals of Programming Chapter 2
 
Fundamentals of Programming Chapter 1
Fundamentals of Programming Chapter 1Fundamentals of Programming Chapter 1
Fundamentals of Programming Chapter 1
 
Fundamentals of Programming Chapter 5
Fundamentals of Programming Chapter 5Fundamentals of Programming Chapter 5
Fundamentals of Programming Chapter 5
 
Web Application Development using PHP Chapter 8
Web Application Development using PHP Chapter 8Web Application Development using PHP Chapter 8
Web Application Development using PHP Chapter 8
 
Web Application Development using PHP Chapter 7
Web Application Development using PHP Chapter 7Web Application Development using PHP Chapter 7
Web Application Development using PHP Chapter 7
 
Web Application Development using PHP Chapter 6
Web Application Development using PHP Chapter 6Web Application Development using PHP Chapter 6
Web Application Development using PHP Chapter 6
 
Web Application Development using PHP Chapter 5
Web Application Development using PHP Chapter 5Web Application Development using PHP Chapter 5
Web Application Development using PHP Chapter 5
 
Web Application Development using PHP Chapter 4
Web Application Development using PHP Chapter 4Web Application Development using PHP Chapter 4
Web Application Development using PHP Chapter 4
 
Web Application Development using PHP Chapter 3
Web Application Development using PHP Chapter 3Web Application Development using PHP Chapter 3
Web Application Development using PHP Chapter 3
 
Web Application Development using PHP Chapter 2
Web Application Development using PHP Chapter 2Web Application Development using PHP Chapter 2
Web Application Development using PHP Chapter 2
 
Web Application Development using PHP Chapter 1
Web Application Development using PHP Chapter 1Web Application Development using PHP Chapter 1
Web Application Development using PHP Chapter 1
 
Fundamentals of Computing Chapter 10
Fundamentals of Computing Chapter 10Fundamentals of Computing Chapter 10
Fundamentals of Computing Chapter 10
 
Fundamentals of Computing Chapter 9
Fundamentals of Computing Chapter 9Fundamentals of Computing Chapter 9
Fundamentals of Computing Chapter 9
 
Fundamentals of Computing Chapter 8
Fundamentals of Computing Chapter 8Fundamentals of Computing Chapter 8
Fundamentals of Computing Chapter 8
 
Fundamentals of Computing Chapter 7
Fundamentals of Computing Chapter 7Fundamentals of Computing Chapter 7
Fundamentals of Computing Chapter 7
 
Fundamentals of Computing Chapter 5
Fundamentals of Computing Chapter 5Fundamentals of Computing Chapter 5
Fundamentals of Computing Chapter 5
 

Recently uploaded

Cheap Rate Call girls Malviya Nagar 9205541914 shot 1500 night
Cheap Rate Call girls Malviya Nagar 9205541914 shot 1500 nightCheap Rate Call girls Malviya Nagar 9205541914 shot 1500 night
Cheap Rate Call girls Malviya Nagar 9205541914 shot 1500 nightDelhi Call girls
 
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...Suhani Kapoor
 
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`dajasot375
 
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Narsimha murthy
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case StudySophia Viganò
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...babafaisel
 
Kindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpKindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpmainac1
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Sitegalleryaagency
 
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk GurgaonCheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk GurgaonDelhi Call girls
 
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...Suhani Kapoor
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024CristobalHeraud
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Delhi Call girls
 
VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...
VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...
VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...Suhani Kapoor
 
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...Pooja Nehwal
 
Captivating Charm: Exploring Marseille's Hillside Villas with Our 3D Architec...
Captivating Charm: Exploring Marseille's Hillside Villas with Our 3D Architec...Captivating Charm: Exploring Marseille's Hillside Villas with Our 3D Architec...
Captivating Charm: Exploring Marseille's Hillside Villas with Our 3D Architec...Yantram Animation Studio Corporation
 
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...Amil baba
 
NATA 2024 SYLLABUS, full syllabus explained in detail
NATA 2024 SYLLABUS, full syllabus explained in detailNATA 2024 SYLLABUS, full syllabus explained in detail
NATA 2024 SYLLABUS, full syllabus explained in detailDesigntroIntroducing
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricksabhishekparmar618
 
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,bhuyansuprit
 
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfThe_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfAmirYakdi
 

Recently uploaded (20)

Cheap Rate Call girls Malviya Nagar 9205541914 shot 1500 night
Cheap Rate Call girls Malviya Nagar 9205541914 shot 1500 nightCheap Rate Call girls Malviya Nagar 9205541914 shot 1500 night
Cheap Rate Call girls Malviya Nagar 9205541914 shot 1500 night
 
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
 
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
 
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case Study
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
 
Kindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpKindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUp
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Site
 
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk GurgaonCheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
 
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
 
VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...
VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...
VIP Russian Call Girls in Gorakhpur Deepika 8250192130 Independent Escort Ser...
 
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...
 
Captivating Charm: Exploring Marseille's Hillside Villas with Our 3D Architec...
Captivating Charm: Exploring Marseille's Hillside Villas with Our 3D Architec...Captivating Charm: Exploring Marseille's Hillside Villas with Our 3D Architec...
Captivating Charm: Exploring Marseille's Hillside Villas with Our 3D Architec...
 
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
 
NATA 2024 SYLLABUS, full syllabus explained in detail
NATA 2024 SYLLABUS, full syllabus explained in detailNATA 2024 SYLLABUS, full syllabus explained in detail
NATA 2024 SYLLABUS, full syllabus explained in detail
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricks
 
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
 
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfThe_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
 

Fundamentals of Computing Chapter 6

  • 1. 1 CSCA0201 FUNDAMENTALS OF COMPUTING Chapter 5 Storage Devices CSCA0201 FUNDAMENTALS OF COMPUTING Chapter 6 Storage Devices
  • 2. 2 Chapter 6 Storage Devices Storage Devices • A storage device is any computer hardware that stores data. • Provides one of the core functions of the modern computer.
  • 3. 3 Chapter 6 Storage Devices Types of Storage • Primary Storage • Secondary Storage • Off-line Storage • Cloud Storage
  • 4. 4 Chapter 6 Storage Devices Primary Storage • Primary storage, also known as main storage or memory, is the area in a computer in which data is stored for quick access by the computer's processor. • It is directly or indirectly connected to the CPU via a memory bus. • The CPU continuously reads instructions stored there and executes them as required. • Examples: – Random Access Memory (RAM) – Cache
  • 5. 5 Chapter 6 Storage Devices Primary Storage Random Access Memory (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: – SRAM (Static Random Access Memory) – DRAM (Dynamic Random Access Memory) • Extended Data Out Dynamic RAM (EDO RAM) • Synchronous Dynamic RAM (SDRAM) • Single Data Rate Synchronous Dynamic RAM (SDR SDRAM) • Double Data Rate Synchronous Dynamic RAM (DDR SDRAM)
  • 6. 6 Chapter 6 Storage Devices Primary Storage Static RAM Dynamic RAM • Faster access speed • More expensive • More power consumption • Does not need to be refreshed • Lesser memory capacities • Higher costs of manufacturing • Slower access speed • Less expensive • Less power consumption • needs to be refreshed thousands of times per second • Lower costs of manufacturing • Greater memory capacities.
  • 7. 7 Chapter 6 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. • Stores frequently used computer programs, applications and data. • Most computers today come with L3 cache or L2 cache, while older computers included only L1 cache.
  • 8. 8 Chapter 6 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 – Solid-State Disk
  • 9. 9 Chapter 6 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. Internal Hard disk External Hard disk
  • 10. 10 Chapter 6 Storage Devices Secondary Storage Solid-State Disk (SSD) • SSD is a drive that uses non-volatile memory as a means of storing and accessing data, much like computer RAM. • Unlike a hard drive, an SSD has no moving parts, which gives it advantages such as accessing stored information faster, noiseless operation, higher reliability, and lower power consumption. • SSDs are also a great solution for netbooks and other applications that don't require a lot of storage.
  • 11. 11 Chapter 6 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.
  • 12. 12 Chapter 6 Storage Devices Off-line Storage • Examples: – Floppy Disk – Zip diskette – Optical Disc – USB Flash drive – Memory card
  • 13. 13 Chapter 6 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 ½”.
  • 14. 14 Chapter 6 Storage Devices Off-line Storage Floppy Disk 5 inch Floppy Disk 3 inch Floppy Disk Floppy Disk Drive
  • 15. 15 Chapter 6 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 or 250 MB of data on new drives. • Now it less popular as users needed larger storage capabilities. Zip Diskette Zip Drive
  • 16. 16 Chapter 6 Storage Devices Off-line 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) – Digital Versatile Disc (DVD) – Compact Disc (CD)
  • 17. 17 Chapter 6 Storage Devices Off-line 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
  • 18. 18 Chapter 6 Storage Devices Off-line Storage Optical Disc – Recordable vs. ReWritable • Recordable discs can be written to only once. • They are cheap and work best when recording data that will not change • ReWritable discs can be written to many times, and they function somewhat like a hard disk or floppy. • To store small amounts of data over time, such as a daily backup of a few critical files.
  • 19. 19 Chapter 6 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 8GB to 64GB and are an easy way to transfer and store information.
  • 20. 20 Chapter 6 Storage Devices Off-line Storage Memory Card • A memory card is a type of storage device that is used for storing media and data files. • It provides a permanent and non-volatile medium to store data and files from the attached device. • Memory cards are commonly used in small, portable devices, such as cameras and phones. • Memory cards are usually read by connecting the device containing the card to your computer, or by using a USB card reader.
  • 21. 21 Chapter 6 Storage Devices Off-line Storage Memory Card Secure Digital card (SD) MiniSD Compact Flash Memory Stick MultiMedia card XD-Picture card Memory card reader
  • 22. 22 Chapter 6 Storage Devices Cloud Storage • Cloud storage is defined as "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. • Files stored in the cloud can be accessed at any time from any place so long as you have Internet access.
  • 23. 23 Chapter 6 Storage Devices Cloud Storage • Cloud storage provides organizations with off-site (remote) backups of data which reduces costs associated with disaster recovery . • The biggest disadvantage to cloud storage is that users are limited by bandwidth.
  • 24. 24 Chapter 6 Storage Devices Characteristics of Storage Device • Volatility • Accessibility • Mutability • Addressability
  • 25. 25 Chapter 6 Storage Devices Volatility vs. Non-Volatile Memory 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. • Example: Primary Storage
  • 26. 26 Chapter 6 Storage Devices Volatility vs. Non-Volatile Memory 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. • Examples: Secondary and Off-line Storage
  • 27. 27 Chapter 6 Storage Devices Accessibility • Refers to reading or writing data records • Two types of accessibility: – Random access – Sequential access
  • 28. 28 Chapter 6 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. • Example: RAM, Hard Disk
  • 29. 29 Chapter 6 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. • Example: Magnetic Tape
  • 30. 30 Chapter 6 Storage Devices Mutability • Three types of mutability: – Read/write storage or mutable storage – Read only storage – Slow write, fast read storage
  • 31. 31 Chapter 6 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. • Example: RAM, Hard Disk
  • 32. 32 Chapter 6 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. • Example: CD-R
  • 33. 33 Chapter 6 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. • Example: CD-RW
  • 34. 34 Chapter 6 Storage Devices Addressability • Three types of addressability – Location-addressable – File addressable – Content-addressable
  • 35. 35 Chapter 6 Storage Devices Addressability Location-addressable • Each individually accessible unit of information in storage is selected with its numerical memory address. • Location-addressable storage usually limits to primary storage, accessed internally by computer programs, since location-addressability is very efficient, but burdensome for humans.
  • 36. 36 Chapter 6 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.
  • 37. 37 Chapter 6 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.