SlideShare une entreprise Scribd logo
1  sur  37
CONTENTS
Introduction
• RAM,ROM,PROM,EPROM
• Auxiliary Storage Devices-Magnetic
Tape, Hard Disk, Floppy Disk
• Optical Disks: CD-R Drive,CD-RW
disks,DVD,Blue ray Discs.
1
2
Memory

3
1. Introduction
• Memory Devices
(RAM,ROM,PROM,EPROM)
• Storage Devices (Auxiliary Storage
Devices-Magnetic Tape, Hard Disk, Floppy
Disk .Optical Disks: CD-R Drive,CD-RW
disks,DVD,Blue ray Discs)
4
5
Characteristics of Storage Devices
•
•
•
•
•

Speed
Volatility
Access method
Portability
Cost and capacity
6
Basic Units Of Measurement
• Bit

on OR

off

Binary digit
Smallest unit of measurement
Two possible values 0 1

•Byte
•8 bits
7
Small Units Of Measurement (Processor
And Memory Speed)
Millisecond (ms) – a thousandth of a second
(1/1,000 = 10-3)
Microsecond (μs) - a millionth of a second
(1/1,000,000 = 10-6)
Nanosecond (ns) – a billionth of a second
(1/1,000,000,000 = 10-9)
8
Large Units Of Measurement
(Memory, Storage)
• Note: powers of two are used because
computer memory and storage are based on
the basic unit (bit).
• Kilobyte (KB) – a thousand bytes (1,024 = 2 10)
• Megabyte (MB) - a million (1,048,576 = 220)
9
Large Units Of Measurement
(Memory, Storage)
• Gigabyte (GB) – a billion (1,073,741,824 = 2 30)
– ~ A complete set of encyclopedias requires
about 700 MB of storage
– ~ 30 minutes of video (1/4 of the information
stored on a typical DVD)
10
Large Units Of Measurement
(Memory, Storage)
• Terabyte (TB) – a trillion (1,099,511,627,776 =
240)
– ~ 20 million four-drawer filing cabinets full of
text
– ~ 200 DVD’s of information
11
CONTENTS
• Introduction
• RAM,ROM,PROM,EPROM
• Auxiliary Storage Devices-Magnetic
Tape, Hard Disk, Floppy Disk
• Optical Disks: CD-R Drive,CD-RW
disks,DVD,Blue ray Discs.
12
2. RAM,ROM,PROM,EPROM
• Memory Devices
– Memory: Is one or more sets of chips
that store data/program instructions,
either temporarily or permanently .
– It is critical processing component in
any computer
– PCs use several different types

13
RAM,ROM,PROM,EPROM
• Memory Devices
– Two most important are
• RAM(Random Access Memory)
• ROM(Read-only Memory)

– They work in different ways and perform
distinct functions
– CPU Registers
– Cache Memory
14
RAM
•
•
•
•

RAM is packaged as a chip.
Basic storage unit is a cell (one bit per cell).
Multiple RAM chips form a memory.
Random Access Memory
Volatile
Used for temporary storage
Typical ranges 256 MB - 4 GB
• Random Access means direct access to any
part of memory

15
Nonvolatile Memories(ROM)
• DRAM and SRAM are volatile memories
– Lose information if powered off.
• Nonvolatile memories retain value even if
powered off.
– Generic name is read-only memory
(ROM).
– Misleading because some ROMs can
be read and modified.
16
Nonvolatile Memories(ROM)
• Types of ROMs
– Programmable ROM (PROM)
– Eraseable programmable ROM (EPROM)
– Electrically eraseable PROM (EEPROM)
– Flash memory (used in portable digital
devices)
• Firmware (Program instruction used frequently)
– Program stored in a ROM
• Boot time code, BIOS (basic input/output
system)
• graphics cards, disk controllers.
17
Memory

18
3. Storage Vs. Memory
Memory (e.g., RAM)
•Keep the information for a shorter period
of time (usually volatile)
•Faster
•More expensive
19
3. Storage Vs. Memory
Storage (e.g., Hard disk)
• The information is retained
longer (non-volatile)
• Slower
• Cheaper
20
CONTENTS
• Introduction
• RAM,ROM,PROM,EPROM
• Auxiliary Storage Devices-Magnetic
Tape, Hard Disk, Floppy Disk
• Optical Disks: CD-R Drive,CD-RW
disks,DVD,Blue ray Discs.
21
Categories Of Storage
• Magnetic
– Floppy disks
– Zip disks
– Hard drives
• Optical
– CD-ROM
– DVD
• Solid state storage devices
– USB Key (a very common form of solid state
storage)
22
Magnetic Storage
• Exploits duality of magnetism and
electricity
– Converts electrical signals into magnetic
charges
– Captures magnetic charge on a storage
medium
– Later regenerates electrical current from
stored magnetic charge

• Polarity of magnetic charge represents
bit values zero and one

23
1. Magnetic Drives

24
Magnetic Disk
• Flat, circular platter with metallic coating
that is rotated beneath read/write heads
• Random access device; read/write head
can be moved to any location on the platter
• Hard disks and floppy disks
• Cost performance leader for generalpurpose
on-line secondary storage

25
1. Magnetic Drives: Storage Capacities
•Floppy disks
–~ 1 MB
•Hard drives
–~80 – 500 GB (TB is possible but very
rare)
26
Floppy Disks
A floppy disk is a portable, inexpensive storage
medium that consists of a thin, circular, flexible
plastic disk with a magnetic coating enclosed in
a square-shaped plastic shell.

27
Structure Of Floppy Disks
• Initially Floppy disks were 8-inches wide, they
then shrank to 5.25 inches, and today the most
widely used folly disks are 3.5 inches wide and
can typically store 1.44 megabytes of data.
• A folly disk is a magnetic disk, which means that
it used magnetic patterns to store data.
• Data in floppy disks can be read from and
written to.
• Formatting is the process of preparing a disk
for reading and writing.
• A track is a narrow recording band that forms a
full circle on the surface of the disk.
28
Hard Disks
• Another form of auxiliary storage is a hard disk.
A hard disk consists of one or more rigid metal
plates coated with a metal oxide material that
allows data to be magnetically recorded on the
surface of the platters.
• The hard disk platters spin at a high rate of
speed, typically 5400 to 7200 revolutions per
minute (RPM).
• Storage capacities of hard disks for personal
computers range from 10 GB to 120 GB (one
billion bytes are called a gigabyte).
29
sectors
each track is
divided into pieshaped wedges

cluster
two or more
sectors
combined

tracks
data is recorded in
concentric circular
bands

30
Optical Mass Storage Devices
• Store bit values as variations in light reflection
• Higher areal density & longer data life than
magnetic storage
• Standardized and relatively inexpensive
• Uses: read-only storage with low performance
requirements, applications with high capacity
requirements & where portability in a
standardized format is needed
31
2. Optical Drives
•CD's (Compact Disk)

~ 700 MB storage
–CD-ROM (read only)
–CD-R: (record) to a CD
–CD-RW: can write and erase CD to reuse it (rewritable)
• DVD(Digital Video Disk)

32
Compact Discs (CD)
• A compact disk (CD), also called an optical disc,
is a flat round, portable storage medium that is
usually 4.75 inch in diameter.
• A CD-ROM (read only memory), is a compact
disc that used the same laser technology as
audio CDs for recording music. In addition it can
contain other types of data such as text,
graphics, and video.
• The capacity of a CD-ROM is 650 MB of data.
33
DVD (Digital Video Disk)
DVD-ROM
– Over 4 GB storage (varies with
format)
– DVD- ROM (read only)
– Many recordable formats (e.g.,
DVD-R, DVD-RW; ..)
– Are more highly compact than
a CD.
– Special laser is needed to read
them

34
Blu-ray Technology
• Name
Derived from the blue-violet
laser used to read and write
data.
– Developed by the Blu-ray
Disc Association with more
than 180 members.
• Dell
• Sony
• LG
35
Blu-ray Technology Cont.
• Data capacity
– Because Blu-ray
uses a blue laser(405
nanometers) instead
of a red laser(650
nanometers) this
allows the data
tracks on the disc to
be very compact.
– This allows for more
than twice as small
pits as on a DVD.
36
Thank You
37

Contenu connexe

Tendances

Types of secondary storage devices ppt
Types of secondary storage devices pptTypes of secondary storage devices ppt
Types of secondary storage devices pptSurkhab Shelly
 
Presentation of the big external memory
Presentation of the big external memoryPresentation of the big external memory
Presentation of the big external memoryLuis Fernando
 
History of storage devices
History of storage devicesHistory of storage devices
History of storage devicesdan13ljg
 
External memory
External memoryExternal memory
External memoryriddhishg
 
Presentation on storage devices
Presentation on storage devicesPresentation on storage devices
Presentation on storage devicesNouman Riaz
 
External memory - Computer Architecture
External memory - Computer ArchitectureExternal memory - Computer Architecture
External memory - Computer ArchitectureBretz Harllynne Moltio
 
Introduction to Digital Forensics
Introduction to Digital ForensicsIntroduction to Digital Forensics
Introduction to Digital ForensicsDon Caeiro
 
Ch5 storagedevices(updated)
Ch5 storagedevices(updated)Ch5 storagedevices(updated)
Ch5 storagedevices(updated)cs001
 
Presentation on computer data storage
Presentation on computer data storage Presentation on computer data storage
Presentation on computer data storage GLG
 
Storage devices ppt by abhishek srivastava
Storage devices ppt by abhishek srivastavaStorage devices ppt by abhishek srivastava
Storage devices ppt by abhishek srivastavaAbhishek Srivastava
 
Csc1401 lecture07 -external memory
Csc1401   lecture07 -external memoryCsc1401   lecture07 -external memory
Csc1401 lecture07 -external memoryIIUM
 
Storage Devices PPt For class 9
Storage Devices PPt For class 9Storage Devices PPt For class 9
Storage Devices PPt For class 9Saurabh Singh
 
Chapter 3 storage media and devices
Chapter 3   storage media and devicesChapter 3   storage media and devices
Chapter 3 storage media and devicesPratik Gupta
 
Magnetic tape system
Magnetic tape systemMagnetic tape system
Magnetic tape systemSlideshare
 
Storage Devices
Storage DevicesStorage Devices
Storage DevicesPinky
 

Tendances (20)

Types of secondary storage devices ppt
Types of secondary storage devices pptTypes of secondary storage devices ppt
Types of secondary storage devices ppt
 
Presentation of the big external memory
Presentation of the big external memoryPresentation of the big external memory
Presentation of the big external memory
 
History of storage devices
History of storage devicesHistory of storage devices
History of storage devices
 
External memory
External memoryExternal memory
External memory
 
Presentation on storage devices
Presentation on storage devicesPresentation on storage devices
Presentation on storage devices
 
External memory - Computer Architecture
External memory - Computer ArchitectureExternal memory - Computer Architecture
External memory - Computer Architecture
 
Introduction to Digital Forensics
Introduction to Digital ForensicsIntroduction to Digital Forensics
Introduction to Digital Forensics
 
Ch5 storagedevices(updated)
Ch5 storagedevices(updated)Ch5 storagedevices(updated)
Ch5 storagedevices(updated)
 
storage media
storage mediastorage media
storage media
 
Presentation on computer data storage
Presentation on computer data storage Presentation on computer data storage
Presentation on computer data storage
 
Storage devices ppt by abhishek srivastava
Storage devices ppt by abhishek srivastavaStorage devices ppt by abhishek srivastava
Storage devices ppt by abhishek srivastava
 
Secondary Storage
Secondary StorageSecondary Storage
Secondary Storage
 
storage devices
storage devicesstorage devices
storage devices
 
Csc1401 lecture07 -external memory
Csc1401   lecture07 -external memoryCsc1401   lecture07 -external memory
Csc1401 lecture07 -external memory
 
Storage Devices PPt For class 9
Storage Devices PPt For class 9Storage Devices PPt For class 9
Storage Devices PPt For class 9
 
Chapter 3 storage media and devices
Chapter 3   storage media and devicesChapter 3   storage media and devices
Chapter 3 storage media and devices
 
Storage Device
Storage DeviceStorage Device
Storage Device
 
Magnetic tape system
Magnetic tape systemMagnetic tape system
Magnetic tape system
 
Storage Devices
Storage DevicesStorage Devices
Storage Devices
 
Storage devices
Storage devicesStorage devices
Storage devices
 

En vedette

Impact of Gamma Irradiation on Structural and Dielectric Properties of CuI-PV...
Impact of Gamma Irradiation on Structural and Dielectric Properties of CuI-PV...Impact of Gamma Irradiation on Structural and Dielectric Properties of CuI-PV...
Impact of Gamma Irradiation on Structural and Dielectric Properties of CuI-PV...iosrjce
 
Secondary storage devices
Secondary storage devicesSecondary storage devices
Secondary storage devicesSrijan Jaiswal
 
Rfid Presentation Slides
Rfid Presentation SlidesRfid Presentation Slides
Rfid Presentation Slidesguestbed1dd
 
Memory - RAM and its types
Memory - RAM and its typesMemory - RAM and its types
Memory - RAM and its typesAbhay Matthew
 
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER Rajat More
 
Rfid ppt 8th sem
Rfid ppt 8th semRfid ppt 8th sem
Rfid ppt 8th semAmit Ranjan
 

En vedette (15)

Impact of Gamma Irradiation on Structural and Dielectric Properties of CuI-PV...
Impact of Gamma Irradiation on Structural and Dielectric Properties of CuI-PV...Impact of Gamma Irradiation on Structural and Dielectric Properties of CuI-PV...
Impact of Gamma Irradiation on Structural and Dielectric Properties of CuI-PV...
 
Secondary storage devices
Secondary storage devicesSecondary storage devices
Secondary storage devices
 
Memory devices
Memory devicesMemory devices
Memory devices
 
Polymer memory
Polymer memoryPolymer memory
Polymer memory
 
RAM (Random Access Memory)
RAM (Random Access Memory)RAM (Random Access Memory)
RAM (Random Access Memory)
 
Rfid Presentation Slides
Rfid Presentation SlidesRfid Presentation Slides
Rfid Presentation Slides
 
Memory - RAM and its types
Memory - RAM and its typesMemory - RAM and its types
Memory - RAM and its types
 
EPROM, PROM & ROM
EPROM, PROM & ROMEPROM, PROM & ROM
EPROM, PROM & ROM
 
Ram presentation
Ram presentationRam presentation
Ram presentation
 
Presentation on memory
Presentation on memoryPresentation on memory
Presentation on memory
 
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER
 
Computer memory
Computer memoryComputer memory
Computer memory
 
Rfid ppt 8th sem
Rfid ppt 8th semRfid ppt 8th sem
Rfid ppt 8th sem
 
Plastic memory
Plastic memoryPlastic memory
Plastic memory
 
Rfid ppt
Rfid pptRfid ppt
Rfid ppt
 

Similaire à Compsystem2 (20)

RAM&&ROM.ppt
RAM&&ROM.pptRAM&&ROM.ppt
RAM&&ROM.ppt
 
MEMORY.pptx
MEMORY.pptxMEMORY.pptx
MEMORY.pptx
 
Memory types
Memory typesMemory types
Memory types
 
Types of Storage Devices
Types of  Storage DevicesTypes of  Storage Devices
Types of Storage Devices
 
Storage Technologies
Storage TechnologiesStorage Technologies
Storage Technologies
 
Types of memory (bba 1st)
Types of memory (bba 1st)Types of memory (bba 1st)
Types of memory (bba 1st)
 
06 external memory
06 external memory06 external memory
06 external memory
 
Datastorage
DatastorageDatastorage
Datastorage
 
Lecture 7
Lecture 7Lecture 7
Lecture 7
 
Memory
MemoryMemory
Memory
 
Computer Memory
Computer MemoryComputer Memory
Computer Memory
 
Computer memory
Computer memoryComputer memory
Computer memory
 
cd&dvd&hdd
cd&dvd&hddcd&dvd&hdd
cd&dvd&hdd
 
06_External Memory.ppt
06_External Memory.ppt06_External Memory.ppt
06_External Memory.ppt
 
Backing storage
Backing storageBacking storage
Backing storage
 
Data storage
Data storageData storage
Data storage
 
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
 
BAIT1003 Chapter 5
BAIT1003 Chapter 5BAIT1003 Chapter 5
BAIT1003 Chapter 5
 
Storage devices(present)
Storage devices(present)Storage devices(present)
Storage devices(present)
 
Storage devices
Storage devicesStorage devices
Storage devices
 

Plus de Sajib

Social science lecture 1(part-2) ppt summer 2011
Social science lecture 1(part-2) ppt summer 2011Social science lecture 1(part-2) ppt summer 2011
Social science lecture 1(part-2) ppt summer 2011Sajib
 
Schaefer6e ppt ch03
Schaefer6e ppt ch03Schaefer6e ppt ch03
Schaefer6e ppt ch03Sajib
 
Copy of schaefer6e ppt ch01
Copy of schaefer6e ppt ch01Copy of schaefer6e ppt ch01
Copy of schaefer6e ppt ch01Sajib
 
Chapter 07
Chapter 07Chapter 07
Chapter 07Sajib
 
Ch 3 org culture and the environment (1)
Ch 3  org culture and the environment (1)Ch 3  org culture and the environment (1)
Ch 3 org culture and the environment (1)Sajib
 
Ch 1 intro to management and org (1)
Ch 1  intro to management and org (1)Ch 1  intro to management and org (1)
Ch 1 intro to management and org (1)Sajib
 
Chapter -13_-_marketing_strategy
Chapter  -13_-_marketing_strategyChapter  -13_-_marketing_strategy
Chapter -13_-_marketing_strategySajib
 
Chapter -10_and_11_-_human_resource_management
Chapter  -10_and_11_-_human_resource_managementChapter  -10_and_11_-_human_resource_management
Chapter -10_and_11_-_human_resource_managementSajib
 
Chapter -8_-_organizing_the_business1.0
Chapter  -8_-_organizing_the_business1.0Chapter  -8_-_organizing_the_business1.0
Chapter -8_-_organizing_the_business1.0Sajib
 
Chapter -7-_fundamentals_of_management_part-ii
Chapter  -7-_fundamentals_of_management_part-iiChapter  -7-_fundamentals_of_management_part-ii
Chapter -7-_fundamentals_of_management_part-iiSajib
 
Chapter -7-_fundamentals_of_management_part-i
Chapter  -7-_fundamentals_of_management_part-iChapter  -7-_fundamentals_of_management_part-i
Chapter -7-_fundamentals_of_management_part-iSajib
 
Chapt 18, part 2
Chapt 18, part 2Chapt 18, part 2
Chapt 18, part 2Sajib
 
Chapt 18, intro to bus part 1
Chapt 18, intro to bus part 1Chapt 18, intro to bus part 1
Chapt 18, intro to bus part 1Sajib
 
Intro business chapter1_part2
Intro business chapter1_part2Intro business chapter1_part2
Intro business chapter1_part2Sajib
 
Intro business _chapter1part1
Intro business _chapter1part1Intro business _chapter1part1
Intro business _chapter1part1Sajib
 
Number system
Number systemNumber system
Number systemSajib
 
Input output painted
Input output paintedInput output painted
Input output paintedSajib
 
Compgenerations pented
Compgenerations pentedCompgenerations pented
Compgenerations pentedSajib
 
Compgenerations pented
Compgenerations pentedCompgenerations pented
Compgenerations pentedSajib
 
Algorithms and flowcharts
Algorithms and flowchartsAlgorithms and flowcharts
Algorithms and flowchartsSajib
 

Plus de Sajib (20)

Social science lecture 1(part-2) ppt summer 2011
Social science lecture 1(part-2) ppt summer 2011Social science lecture 1(part-2) ppt summer 2011
Social science lecture 1(part-2) ppt summer 2011
 
Schaefer6e ppt ch03
Schaefer6e ppt ch03Schaefer6e ppt ch03
Schaefer6e ppt ch03
 
Copy of schaefer6e ppt ch01
Copy of schaefer6e ppt ch01Copy of schaefer6e ppt ch01
Copy of schaefer6e ppt ch01
 
Chapter 07
Chapter 07Chapter 07
Chapter 07
 
Ch 3 org culture and the environment (1)
Ch 3  org culture and the environment (1)Ch 3  org culture and the environment (1)
Ch 3 org culture and the environment (1)
 
Ch 1 intro to management and org (1)
Ch 1  intro to management and org (1)Ch 1  intro to management and org (1)
Ch 1 intro to management and org (1)
 
Chapter -13_-_marketing_strategy
Chapter  -13_-_marketing_strategyChapter  -13_-_marketing_strategy
Chapter -13_-_marketing_strategy
 
Chapter -10_and_11_-_human_resource_management
Chapter  -10_and_11_-_human_resource_managementChapter  -10_and_11_-_human_resource_management
Chapter -10_and_11_-_human_resource_management
 
Chapter -8_-_organizing_the_business1.0
Chapter  -8_-_organizing_the_business1.0Chapter  -8_-_organizing_the_business1.0
Chapter -8_-_organizing_the_business1.0
 
Chapter -7-_fundamentals_of_management_part-ii
Chapter  -7-_fundamentals_of_management_part-iiChapter  -7-_fundamentals_of_management_part-ii
Chapter -7-_fundamentals_of_management_part-ii
 
Chapter -7-_fundamentals_of_management_part-i
Chapter  -7-_fundamentals_of_management_part-iChapter  -7-_fundamentals_of_management_part-i
Chapter -7-_fundamentals_of_management_part-i
 
Chapt 18, part 2
Chapt 18, part 2Chapt 18, part 2
Chapt 18, part 2
 
Chapt 18, intro to bus part 1
Chapt 18, intro to bus part 1Chapt 18, intro to bus part 1
Chapt 18, intro to bus part 1
 
Intro business chapter1_part2
Intro business chapter1_part2Intro business chapter1_part2
Intro business chapter1_part2
 
Intro business _chapter1part1
Intro business _chapter1part1Intro business _chapter1part1
Intro business _chapter1part1
 
Number system
Number systemNumber system
Number system
 
Input output painted
Input output paintedInput output painted
Input output painted
 
Compgenerations pented
Compgenerations pentedCompgenerations pented
Compgenerations pented
 
Compgenerations pented
Compgenerations pentedCompgenerations pented
Compgenerations pented
 
Algorithms and flowcharts
Algorithms and flowchartsAlgorithms and flowcharts
Algorithms and flowcharts
 

Dernier

Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxdhanalakshmis0310
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 

Dernier (20)

Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 

Compsystem2

  • 1. CONTENTS Introduction • RAM,ROM,PROM,EPROM • Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk • Optical Disks: CD-R Drive,CD-RW disks,DVD,Blue ray Discs. 1
  • 2. 2
  • 4. 1. Introduction • Memory Devices (RAM,ROM,PROM,EPROM) • Storage Devices (Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk .Optical Disks: CD-R Drive,CD-RW disks,DVD,Blue ray Discs) 4
  • 5. 5
  • 6. Characteristics of Storage Devices • • • • • Speed Volatility Access method Portability Cost and capacity 6
  • 7. Basic Units Of Measurement • Bit on OR off Binary digit Smallest unit of measurement Two possible values 0 1 •Byte •8 bits 7
  • 8. Small Units Of Measurement (Processor And Memory Speed) Millisecond (ms) – a thousandth of a second (1/1,000 = 10-3) Microsecond (μs) - a millionth of a second (1/1,000,000 = 10-6) Nanosecond (ns) – a billionth of a second (1/1,000,000,000 = 10-9) 8
  • 9. Large Units Of Measurement (Memory, Storage) • Note: powers of two are used because computer memory and storage are based on the basic unit (bit). • Kilobyte (KB) – a thousand bytes (1,024 = 2 10) • Megabyte (MB) - a million (1,048,576 = 220) 9
  • 10. Large Units Of Measurement (Memory, Storage) • Gigabyte (GB) – a billion (1,073,741,824 = 2 30) – ~ A complete set of encyclopedias requires about 700 MB of storage – ~ 30 minutes of video (1/4 of the information stored on a typical DVD) 10
  • 11. Large Units Of Measurement (Memory, Storage) • Terabyte (TB) – a trillion (1,099,511,627,776 = 240) – ~ 20 million four-drawer filing cabinets full of text – ~ 200 DVD’s of information 11
  • 12. CONTENTS • Introduction • RAM,ROM,PROM,EPROM • Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk • Optical Disks: CD-R Drive,CD-RW disks,DVD,Blue ray Discs. 12
  • 13. 2. RAM,ROM,PROM,EPROM • Memory Devices – Memory: Is one or more sets of chips that store data/program instructions, either temporarily or permanently . – It is critical processing component in any computer – PCs use several different types 13
  • 14. RAM,ROM,PROM,EPROM • Memory Devices – Two most important are • RAM(Random Access Memory) • ROM(Read-only Memory) – They work in different ways and perform distinct functions – CPU Registers – Cache Memory 14
  • 15. RAM • • • • RAM is packaged as a chip. Basic storage unit is a cell (one bit per cell). Multiple RAM chips form a memory. Random Access Memory Volatile Used for temporary storage Typical ranges 256 MB - 4 GB • Random Access means direct access to any part of memory 15
  • 16. Nonvolatile Memories(ROM) • DRAM and SRAM are volatile memories – Lose information if powered off. • Nonvolatile memories retain value even if powered off. – Generic name is read-only memory (ROM). – Misleading because some ROMs can be read and modified. 16
  • 17. Nonvolatile Memories(ROM) • Types of ROMs – Programmable ROM (PROM) – Eraseable programmable ROM (EPROM) – Electrically eraseable PROM (EEPROM) – Flash memory (used in portable digital devices) • Firmware (Program instruction used frequently) – Program stored in a ROM • Boot time code, BIOS (basic input/output system) • graphics cards, disk controllers. 17
  • 19. 3. Storage Vs. Memory Memory (e.g., RAM) •Keep the information for a shorter period of time (usually volatile) •Faster •More expensive 19
  • 20. 3. Storage Vs. Memory Storage (e.g., Hard disk) • The information is retained longer (non-volatile) • Slower • Cheaper 20
  • 21. CONTENTS • Introduction • RAM,ROM,PROM,EPROM • Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk • Optical Disks: CD-R Drive,CD-RW disks,DVD,Blue ray Discs. 21
  • 22. Categories Of Storage • Magnetic – Floppy disks – Zip disks – Hard drives • Optical – CD-ROM – DVD • Solid state storage devices – USB Key (a very common form of solid state storage) 22
  • 23. Magnetic Storage • Exploits duality of magnetism and electricity – Converts electrical signals into magnetic charges – Captures magnetic charge on a storage medium – Later regenerates electrical current from stored magnetic charge • Polarity of magnetic charge represents bit values zero and one 23
  • 25. Magnetic Disk • Flat, circular platter with metallic coating that is rotated beneath read/write heads • Random access device; read/write head can be moved to any location on the platter • Hard disks and floppy disks • Cost performance leader for generalpurpose on-line secondary storage 25
  • 26. 1. Magnetic Drives: Storage Capacities •Floppy disks –~ 1 MB •Hard drives –~80 – 500 GB (TB is possible but very rare) 26
  • 27. Floppy Disks A floppy disk is a portable, inexpensive storage medium that consists of a thin, circular, flexible plastic disk with a magnetic coating enclosed in a square-shaped plastic shell. 27
  • 28. Structure Of Floppy Disks • Initially Floppy disks were 8-inches wide, they then shrank to 5.25 inches, and today the most widely used folly disks are 3.5 inches wide and can typically store 1.44 megabytes of data. • A folly disk is a magnetic disk, which means that it used magnetic patterns to store data. • Data in floppy disks can be read from and written to. • Formatting is the process of preparing a disk for reading and writing. • A track is a narrow recording band that forms a full circle on the surface of the disk. 28
  • 29. Hard Disks • Another form of auxiliary storage is a hard disk. A hard disk consists of one or more rigid metal plates coated with a metal oxide material that allows data to be magnetically recorded on the surface of the platters. • The hard disk platters spin at a high rate of speed, typically 5400 to 7200 revolutions per minute (RPM). • Storage capacities of hard disks for personal computers range from 10 GB to 120 GB (one billion bytes are called a gigabyte). 29
  • 30. sectors each track is divided into pieshaped wedges cluster two or more sectors combined tracks data is recorded in concentric circular bands 30
  • 31. Optical Mass Storage Devices • Store bit values as variations in light reflection • Higher areal density & longer data life than magnetic storage • Standardized and relatively inexpensive • Uses: read-only storage with low performance requirements, applications with high capacity requirements & where portability in a standardized format is needed 31
  • 32. 2. Optical Drives •CD's (Compact Disk) ~ 700 MB storage –CD-ROM (read only) –CD-R: (record) to a CD –CD-RW: can write and erase CD to reuse it (rewritable) • DVD(Digital Video Disk) 32
  • 33. Compact Discs (CD) • A compact disk (CD), also called an optical disc, is a flat round, portable storage medium that is usually 4.75 inch in diameter. • A CD-ROM (read only memory), is a compact disc that used the same laser technology as audio CDs for recording music. In addition it can contain other types of data such as text, graphics, and video. • The capacity of a CD-ROM is 650 MB of data. 33
  • 34. DVD (Digital Video Disk) DVD-ROM – Over 4 GB storage (varies with format) – DVD- ROM (read only) – Many recordable formats (e.g., DVD-R, DVD-RW; ..) – Are more highly compact than a CD. – Special laser is needed to read them 34
  • 35. Blu-ray Technology • Name Derived from the blue-violet laser used to read and write data. – Developed by the Blu-ray Disc Association with more than 180 members. • Dell • Sony • LG 35
  • 36. Blu-ray Technology Cont. • Data capacity – Because Blu-ray uses a blue laser(405 nanometers) instead of a red laser(650 nanometers) this allows the data tracks on the disc to be very compact. – This allows for more than twice as small pits as on a DVD. 36

Notes de l'éditeur

  1. {}