SlideShare a Scribd company logo
1 of 46
Unit 1
Computer Application and Management Information System; NMBA 018 1
 Storage Devices
 Primary Memory
 Secondary Storage
◦ Magnetic storage devices
◦ Optical storage devices
◦ Flash Memory
 Cache Memory
Computer Application and
Management Information System;
NMBA 018 2
 used to store the data, instructions and
information before, during and after the
processing by ALU
 Types – Primary and Secondary
Computer Application and
Management Information System;
NMBA 018 3
 work area within the computer
 Three types:
◦ Read Only Memory (ROM)
◦ Random Access Memory (RAM)
◦ Complementary Metal Oxide Semiconductor
Memory (CMOS)
Computer Application and
Management Information System;
NMBA 018 4
 An essential component of the memory unit
 This memory is permanent and is not erased
when system is switched off
 Memory capacity of ROM varies from 64 KB to
256 KB (1 Kilobyte = 1024 bytes)
 Basic Input Output System (BIOS) - Most
important program of ROM
 Activates the hardware in communicating with
the system and application software
 Types of ROM: Mask ROM, PROM, EPROM,
EEPROM and EAPROM
Computer Application and
Management Information System;
NMBA 018 5
 Mask ROM
◦ basic ROM chip
◦ information stored at the time of its manufacturing
◦ cannot be altered or erased later on
 Programmable Read Only Memory (PROM)
◦ information stored by programmers after its
manufacturing
◦ cannot be altered or erased later on
Computer Application and
Management Information System;
NMBA 018 6
 Erasable Programmable Read Only Memory
(EPROM)
◦ similar to PROM
◦ information can be erased and it can be
reprogrammed
 Electrically Erasable Programmable Read Only
Memory (EEPROM)
◦ similar to EPROM
◦ information can be erased
 Electrically Alterable Read Only Memory
(EAPROM)
◦ information stored in EAPROM can be altered later
Computer Application and
Management Information System;
NMBA 018 7
 Another important component of Memory
Unit
 Used to store the data and instructions
during the execution of programme
 Temporary and Volatile - is erased when
computer is switched off
 RAM is a read/write type of memory
 The memory capacity of RAM varies from 640
KB to several megabytes (1 Megabyte = 1024
KB) with different models of Pc
 Types of RAM: Dynamic and Static RAM
Computer Application and
Management Information System;
NMBA 018 8
 Static RAM (SRAM)
 memory retains its contents as long as power is
being supplied
 data is lost when power gets down
 SRAM chips use a matrix of 6-transistors and no
capacitors. Transistors do not require power to
prevent leakage, so SRAM need not have to be
refreshed on a regular basis.
 Because of the extra space in the matrix, SRAM
uses more chips than DRAM for the same amount
of storage space, thus making the manufacturing
costs higher. So SRAM is used as cache memory
and has very fast access.
Computer Application and
Management Information System;
NMBA 018 9
 It has long life
 There is no need to refresh
 Faster
 Used as cache memory
 Large size
 Expensive
 High power consumption
Computer Application and
Management Information System;
NMBA 018 10
 Dynamic RAM (DRAM)
 DRAM must be continually refreshed to maintain
the data
 done by placing the memory on a refresh circuit
that rewrites the data several hundred times per
second.
 used for most system memory because it is
cheap and small.
 All DRAMs are made up of memory cells which
are composed of one capacitor and one
transistor.
Computer Application and
Management Information System;
NMBA 018 11
 It has short data lifetime
 Need to be refreshed continuously
 Slower as compared to SRAM
 Used as RAM
 Lesser in size
 Less expensive
 Less power consumption
Computer Application and
Management Information System;
NMBA 018 12
 Complementary Metal Oxide Semiconductor
 Used to store the system configuration, date,
time and other important data
 When computer is switched on, BIOS matches
the information of CMOS with the peripheral
devices and displays error in case of
mismatching
Computer Application and
Management Information System;
NMBA 018 13
 To store Large files and databases
 Data and instructions from the secondary
storage are moved into the primary memory
for the CPU to access them
 also called auxiliary storage
 may be serial access or direct access devices
 Types: Magnetic Disks, Hard Disks, Magnetic
Tapes
Computer Application and
Management Information System;
NMBA 018 14
Computer Application and
Management Information System;
NMBA 018 15
• Magnetic media
• Tape
• Disks
• Optical Media
• Compact Discs
• CD-R, WORM (Write Once, Read Many)
• CD-RW
• DVD
• DVD-R
• DVD-RW
• What is magnetic tape?
• Thin layer of material capable of storing a
magnetic signal
• Usually contains Iron Oxide
• Protected by
backing layer
called the
“Substrate”
Magnetic Tapes
• Cassette tapes
• VHS video tape
• Computer Tape
• 8-track
• DAT
Examples of Magnetic Tapes
• Inexpensive to store large amounts of information.
• A reel of tape could store as much as 225 MB in
the early 1980s.
• No other storage technology could compare to
the price of tape
• Sequential access – Slow access
• Tapes are highly susceptible to magnetic fields and
changes in temperature and humidity
• Tapes are also susceptible to physical damage
• Tape miss-feeds
• Magnetic particle instabilities
• Substrate deformation
Pros and Cons of Magnetic
Tapes
Magnetic Tape Uses Today
• Today, tape based systems are usually used
for backup purposes only.
• Tape still provides the most cost effective
method of storing larger amounts of backup
information
• Reliable as long as temperature is kept low
and humidity conditions are kept right.
• Although hard disks are increasingly used as a
backup mechanism, tapes are portable.
• Backups can be taken off-site for greater
risk prevention
• Today, most people use Hard Disks for
secondary storage
• The basic technology used in hard disks is
similar to that of magnetic tape
• Magnetic material is layered onto a high-
precision aluminum disk
• The disk head can move to any point on
the platter almost instantly compared to tape
• With tape, the head touches the tape. With
disks, the head never touches the platter
• Tape moves at approx 5 cm/s. Disk
platters move at up to 7500 cm/s (272
km/h!)
Hard Disks
• To increase capacity, a hard disk will usually
contain several platters
Hard Disks
• The heads never touch the platters, but they
are very close. This makes hard disks
susceptible to mechanical shock.
Hard Disks
• Each platter is broken up into tracks and
sectors
• Tracks are concentric circles on the disk
• Each track is broken up into a series of
sectors
Track (yellow
ring)
Sector (yellow
ring
between the
lines)
Storing information on a Hard Disks
Sectors and Blocks
• Sectors are further broken up into blocks
• A block is a fixed size unit of storage
• 512 bytes/block is most commonly used
• 1024 bytes/block is common with SCSI
disks
• 2048 bytes/block is used with CDs
• If the user stores onto the hard disk a file
which is larger than the block size, then
multiple blocks are used.
Blocks and Files
• If a file takes up multiple blocks, it is
necessary to keep track of which blocks
comprise that file
• Each block is assigned an address
• The location of a “file” is stored in what is
called a “File Allocation Table” (or FAT)
• When the hard disk is formatted, several
blocks are reserved so that the Operating
System can manage where files are stored on
the disk
• FATs are often used to keep track of the
filename and directory as well.
Filesystems
• Files are managed within a “filesystem”
• The filesystem defines how and where files
are stored within a hard disk (or partition)
• Common filesystems include:
• FAT16 (MSDOS)
• VFAT (Windows 95)
• FAT32 (Windows 98)
• NTFS (Windows NT)
• UFS (UNIX)
• ext2/ext3 (Linux)
• ISO9660 (CD Roms)
Filesystems
• When a disk is formatted, a filesystem is
placed on the disk
• The filesystem reserves space for the FAT.
• The remaining space is available for files
• When a file is to be saved into the filesystem,
the system looks for the best location to save
the file
• It is usually best to save the file in
contiguous blocks.
• If the disk is nearly full, it may not have
enough contiguous blocks to save the file.
In that case, the filesystem will place the file
wherever it can find space.
Deleting Files
• In order to make the delete operation faster,
when a file is deleted ONLY the FAT is updated.
• The actual data still remains on the disk
• This is why it MAY be possible to recover a
file which has been removed.
• The FAT is told that the blocks where the file
was stored are now available for writing
• The data will remain until another file is
stored in the same blocks.
• As more files are written on the disk, it is less
likely that a delete file can be recovered.
Hard Disk Fragmentation
• When files are deleted, their blocks are open
for writing.
• What if the next file which is written in the
same blocks is larger than the file which was
originally written there?
• The system has to break the file up into
pieces throughout the filesystem
• This is called fragmentation. It considerably
slows the access of files.
• Most modern Filesystems contain automatic
defragmentation utilities.
Hey! Wait a minute!
• When you purchase a hard disk, the
manufacturer indicates its capacity.
• When you format that hard disk, you’ll notice
that its capacity is less than what the
manufacturer told you.
• Formatting the disk requires space for the
FAT
• Manufacturers use decimal numbers to
represent number of bytes
• 1GB = 1,000,000,000 bytes
• There is a class action suit currently
filed against the major disk
manufacturers because of this
Floppy Disks
• Floppy disks are similar to hard disks
• Because the medium is “floppy”, the disks
cannot operate at the same speeds as a hard
disk.
• Floppy disks are older technology which
haven’t received a lot of attention since the late
1980s.
• Their capacity hasn’t increased much
• Many computers today do not even come with
floppy disk drives anymore.
Floppy Disk History
• The first floppy disks were 8 Inches in
diameter
• The held about 256 K
• The next generation were 5.25 inches in
diameter
• Could hold up to 1.44 MB
• The next generation were 3.5 inches in
diameter
• These disks are held within a hard plastic
case
• A spring loaded flap protects the disk from
dust and greasy fingers.
• Could hold up to 2.88 MB
Zip / Jaz Disks
• Similar to floppy disks
• They are removable
• Their platters are made of a hard material
• Can operate at higher speeds than
floppies.
• Newer standards hold more data
• Most people have outgrown floppy disks
Optical Media
• Optical disks are very much like hard disks
• Hard disks store information using magnetic
material
• Bits are stored by changing the magnetic
properties of the magnetic material
• Bits are read by picking up the tiny
magnetic field with a read head
• Optical disks store information as pits in a
physical medium
• A laser is used to determine if a pit is
present or not.
CD ROM
• CD Roms use the same technology as audio
Compact Discs.
• A master disc is created.
• Copies of the disc are created through a
pressing process
• The discs are aluminum sandwiched
between plastic
• CDs are single sided.
Label
Acrylic
Aluminum
Plastic
CD-R
• CD Roms must be pressed. They are read only
• CDR discs can be written once and read many
times
• CDRs are made out of aluminum and plastic,
but also contain a dye layer
• This dye is modified by a laser when the disc is
being written
• The laser heats up the dye and it becomes non-
reflective
Label
Acrylic
Aluminum
Plastic
Dye
Storing Information on a CD
• Because CDs were originally intended for
audio output, there is a single track of data
which spirals out from the center of the disc
CD-RW
• CD-RW is similar to CD-R
• The main difference is that the dye can be
made reflective again through an erase process
• In this way, CD-RW discs can be written many
times
• Too much erasing, and the dye starts to fade.
Label
Acrylic
Aluminum
Plastic
Dye
DVD – Digital Versatile Disk
• DVDs hold approx 7 times the information that
CDs do in the same amount of storage space
• DVDs come in 3 types
• Single Sided/Single Layer (4.7 GB)
• Single Sided/Double Layer (8.5 GB)
• Double Sided/Double Layer (17 GB)
• DVD uses a laser with a shorter wavelength so
the pits are smaller
• More pits can be stored on a DVD
• Narrower track
DVD – Multiple Layers
• Each side of a DVD can contain 2 layers,
doubling the amount of data that can be stored
• One layer is semi-transparent. The laser can be
focused “through” that layer onto the second
layer.
• If you took the track off of a single layer of a
DVD and stretched it out into a straight line, it
would be 7.5 miles long!
• If you did the same with a double layer, double
sided disc, the track would stretch to over 30
miles!
DVD-R and DVD-RW
• These two technologies are still relatively new
and still fairly expensive.
• DVD-R and DVD-RW use similar techniques as
CD-R and CD-RW
• A dye layer is used for data writing
• The dye layer in DVD-RW is erasable
 Referred to as a USB flash drive, data stick,
pen drive, keychain drive, thumb drive or
jump drive
 A portable drive that is often the size of
thumb that connects to the computer USB
port.
 only contains an integrated circuit memory
board capable of storing information and
has no movable parts.
 can be used like any drive on computer
Computer Application and
Management Information System;
NMBA 018 43
 very high speed semiconductor memory
which can speed up CPU
 acts as a buffer between the CPU and main
memory
 is used to hold those parts of data and
program which are most frequently used by
CPU
 The parts of data and programs are
transferred from disk to cache memory by
operating system, from where CPU can access
them.
Computer Application and
Management Information System;
NMBA 018 44
 Advantages
◦ Cache memory is faster than main memory.
◦ It consumes less access time as compared to main
memory.
◦ It stores the program that can be executed within a
short period of time.
◦ It stores data for temporary use.
 Disadvantages
◦ Cache memory has limited capacity.
◦ It is very expensive.
Computer Application and
Management Information System;
NMBA 018 45
 Presentation on:
◦ RAM, ROM and Cache Memory
◦ Types of Secondary Devices
Computer Application and
Management Information System;
NMBA 018 46

More Related Content

What's hot

Storage hardware
Storage hardwareStorage hardware
Storage hardwareAdnan Malak
 
Computer Memory and Storage Devices
Computer Memory and Storage DevicesComputer Memory and Storage Devices
Computer Memory and Storage DevicesTrinity Dwarka
 
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
 
Auxiliary memory Computer Architecture and Computer Organization
Auxiliary memory Computer Architecture and   Computer OrganizationAuxiliary memory Computer Architecture and   Computer Organization
Auxiliary memory Computer Architecture and Computer OrganizationSeraphic Nazir
 
secondary storage devices
secondary storage devicessecondary storage devices
secondary storage devicesSrijan Jaiswal
 
04.01 file organization
04.01 file organization04.01 file organization
04.01 file organizationBishal Ghimire
 
External memory - Computer Architecture
External memory - Computer ArchitectureExternal memory - Computer Architecture
External memory - Computer ArchitectureBretz Harllynne Moltio
 
Storage Devices PPt For class 9
Storage Devices PPt For class 9Storage Devices PPt For class 9
Storage Devices PPt For class 9Saurabh Singh
 
Types of secondary storage devices ppt
Types of secondary storage devices pptTypes of secondary storage devices ppt
Types of secondary storage devices pptSurkhab Shelly
 
Unit 3 storage fundamentals
Unit 3 storage fundamentalsUnit 3 storage fundamentals
Unit 3 storage fundamentalsRaj vardhan
 
Introduction to Storage technologies
Introduction to Storage technologiesIntroduction to Storage technologies
Introduction to Storage technologiesKaivalya Shah
 
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
 
Csc1401 lecture07 -external memory
Csc1401   lecture07 -external memoryCsc1401   lecture07 -external memory
Csc1401 lecture07 -external memoryIIUM
 

What's hot (20)

Storage hardware
Storage hardwareStorage hardware
Storage hardware
 
Cmp
CmpCmp
Cmp
 
Computer Memory and Storage Devices
Computer Memory and Storage DevicesComputer Memory and Storage Devices
Computer Memory and Storage Devices
 
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)
 
Ch6
Ch6Ch6
Ch6
 
Auxiliary memory Computer Architecture and Computer Organization
Auxiliary memory Computer Architecture and   Computer OrganizationAuxiliary memory Computer Architecture and   Computer Organization
Auxiliary memory Computer Architecture and Computer Organization
 
external_memory
external_memoryexternal_memory
external_memory
 
secondary storage devices
secondary storage devicessecondary storage devices
secondary storage devices
 
04.01 file organization
04.01 file organization04.01 file organization
04.01 file organization
 
Computer storage
Computer storageComputer storage
Computer storage
 
External memory - Computer Architecture
External memory - Computer ArchitectureExternal memory - Computer Architecture
External memory - Computer Architecture
 
Storage Devices PPt For class 9
Storage Devices PPt For class 9Storage Devices PPt For class 9
Storage Devices PPt For class 9
 
Types of secondary storage devices ppt
Types of secondary storage devices pptTypes of secondary storage devices ppt
Types of secondary storage devices ppt
 
COMPUTER STORAGE
COMPUTER STORAGECOMPUTER STORAGE
COMPUTER STORAGE
 
Memory
Memory Memory
Memory
 
Unit 3 storage fundamentals
Unit 3 storage fundamentalsUnit 3 storage fundamentals
Unit 3 storage fundamentals
 
Introduction to Storage technologies
Introduction to Storage technologiesIntroduction to Storage technologies
Introduction to Storage technologies
 
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
 
06 External Memory
06  External  Memory06  External  Memory
06 External Memory
 
Csc1401 lecture07 -external memory
Csc1401   lecture07 -external memoryCsc1401   lecture07 -external memory
Csc1401 lecture07 -external memory
 

Viewers also liked

Yoga Education PPT by Kunal
Yoga Education PPT by KunalYoga Education PPT by Kunal
Yoga Education PPT by KunalKunal Lakra
 
Chakravyuh 3.0 - India Quiz
Chakravyuh 3.0 - India Quiz Chakravyuh 3.0 - India Quiz
Chakravyuh 3.0 - India Quiz Preksha Sethia
 
Interrobang 2017 BizSciTech Quiz Prelims+Answers
Interrobang 2017 BizSciTech Quiz Prelims+AnswersInterrobang 2017 BizSciTech Quiz Prelims+Answers
Interrobang 2017 BizSciTech Quiz Prelims+AnswersLokesh Kaza
 
Chakravyuh 3.0 - Biz Quiz
Chakravyuh 3.0 - Biz QuizChakravyuh 3.0 - Biz Quiz
Chakravyuh 3.0 - Biz QuizPreksha Sethia
 
Bollywood Quiz
Bollywood QuizBollywood Quiz
Bollywood QuizSameer003
 

Viewers also liked (8)

Sida
SidaSida
Sida
 
Yoga Education PPT by Kunal
Yoga Education PPT by KunalYoga Education PPT by Kunal
Yoga Education PPT by Kunal
 
YOGA ASANAS
YOGA ASANASYOGA ASANAS
YOGA ASANAS
 
Chakravyuh 3.0 - India Quiz
Chakravyuh 3.0 - India Quiz Chakravyuh 3.0 - India Quiz
Chakravyuh 3.0 - India Quiz
 
Neetu rana
Neetu ranaNeetu rana
Neetu rana
 
Interrobang 2017 BizSciTech Quiz Prelims+Answers
Interrobang 2017 BizSciTech Quiz Prelims+AnswersInterrobang 2017 BizSciTech Quiz Prelims+Answers
Interrobang 2017 BizSciTech Quiz Prelims+Answers
 
Chakravyuh 3.0 - Biz Quiz
Chakravyuh 3.0 - Biz QuizChakravyuh 3.0 - Biz Quiz
Chakravyuh 3.0 - Biz Quiz
 
Bollywood Quiz
Bollywood QuizBollywood Quiz
Bollywood Quiz
 

Similar to Conceptual framework storage devices (2)

Storage devices(present)
Storage devices(present)Storage devices(present)
Storage devices(present)Zawawi Mohamad
 
Overview of physical storage media
Overview of physical storage mediaOverview of physical storage media
Overview of physical storage mediaSrinath Sri
 
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
 
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
 
Computer memory
Computer memoryComputer memory
Computer memoryJayapal Jp
 
Memory and storage
Memory and storage Memory and storage
Memory and storage Tapan Khilar
 
BAIT1003 Chapter 5
BAIT1003 Chapter 5BAIT1003 Chapter 5
BAIT1003 Chapter 5limsh
 
Basics of storage Technology
Basics of storage TechnologyBasics of storage Technology
Basics of storage TechnologyLopamudra Das
 
Unit3 ppt3 hard drive
Unit3 ppt3 hard driveUnit3 ppt3 hard drive
Unit3 ppt3 hard driveFarhanMalik93
 
Types of Storage Devices
Types of  Storage DevicesTypes of  Storage Devices
Types of Storage DevicesMaryam Fida
 
Storege or memory devises
Storege or memory devisesStorege or memory devises
Storege or memory devisesdevaki123
 

Similar to Conceptual framework storage devices (2) (20)

Storage devices(present)
Storage devices(present)Storage devices(present)
Storage devices(present)
 
Computer memory
Computer memoryComputer memory
Computer memory
 
Overview of physical storage media
Overview of physical storage mediaOverview of physical storage media
Overview of physical storage media
 
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
 
Computer MEMORY
Computer MEMORYComputer MEMORY
Computer MEMORY
 
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
 
Intro computers
Intro computersIntro computers
Intro computers
 
Technical
TechnicalTechnical
Technical
 
Computer memory
Computer memoryComputer memory
Computer memory
 
Memory and storage
Memory and storage Memory and storage
Memory and storage
 
primary memory
primary memoryprimary memory
primary memory
 
BAIT1003 Chapter 5
BAIT1003 Chapter 5BAIT1003 Chapter 5
BAIT1003 Chapter 5
 
Computer Memory
Computer MemoryComputer Memory
Computer Memory
 
Basics of storage Technology
Basics of storage TechnologyBasics of storage Technology
Basics of storage Technology
 
Unit3 ppt3 hard drive
Unit3 ppt3 hard driveUnit3 ppt3 hard drive
Unit3 ppt3 hard drive
 
Memory types
Memory typesMemory types
Memory types
 
Types of Storage Devices
Types of  Storage DevicesTypes of  Storage Devices
Types of Storage Devices
 
HARD DISK DRIVE ppt
HARD DISK DRIVE pptHARD DISK DRIVE ppt
HARD DISK DRIVE ppt
 
Storage Technologies
Storage TechnologiesStorage Technologies
Storage Technologies
 
Storege or memory devises
Storege or memory devisesStorege or memory devises
Storege or memory devises
 

More from Rajendra Sharma

Conceptual framework software
Conceptual framework   softwareConceptual framework   software
Conceptual framework softwareRajendra Sharma
 
Conceptual framework software (2)
Conceptual framework   software (2)Conceptual framework   software (2)
Conceptual framework software (2)Rajendra Sharma
 
Conceptual framework output devices
Conceptual framework   output devicesConceptual framework   output devices
Conceptual framework output devicesRajendra Sharma
 
Conceptual framework output devices (2)
Conceptual framework   output devices (2)Conceptual framework   output devices (2)
Conceptual framework output devices (2)Rajendra Sharma
 
Conceptual framework input devices
Conceptual framework   input devicesConceptual framework   input devices
Conceptual framework input devicesRajendra Sharma
 
Computer application & mis
Computer application & misComputer application & mis
Computer application & misRajendra Sharma
 

More from Rajendra Sharma (7)

Conceptual framework software
Conceptual framework   softwareConceptual framework   software
Conceptual framework software
 
Conceptual framework software (2)
Conceptual framework   software (2)Conceptual framework   software (2)
Conceptual framework software (2)
 
Conceptual framework output devices
Conceptual framework   output devicesConceptual framework   output devices
Conceptual framework output devices
 
Conceptual framework output devices (2)
Conceptual framework   output devices (2)Conceptual framework   output devices (2)
Conceptual framework output devices (2)
 
Conceptual framework input devices
Conceptual framework   input devicesConceptual framework   input devices
Conceptual framework input devices
 
Computer application & mis
Computer application & misComputer application & mis
Computer application & mis
 
Presentation of bc
Presentation of bcPresentation of bc
Presentation of bc
 

Recently uploaded

Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 

Conceptual framework storage devices (2)

  • 1. Unit 1 Computer Application and Management Information System; NMBA 018 1
  • 2.  Storage Devices  Primary Memory  Secondary Storage ◦ Magnetic storage devices ◦ Optical storage devices ◦ Flash Memory  Cache Memory Computer Application and Management Information System; NMBA 018 2
  • 3.  used to store the data, instructions and information before, during and after the processing by ALU  Types – Primary and Secondary Computer Application and Management Information System; NMBA 018 3
  • 4.  work area within the computer  Three types: ◦ Read Only Memory (ROM) ◦ Random Access Memory (RAM) ◦ Complementary Metal Oxide Semiconductor Memory (CMOS) Computer Application and Management Information System; NMBA 018 4
  • 5.  An essential component of the memory unit  This memory is permanent and is not erased when system is switched off  Memory capacity of ROM varies from 64 KB to 256 KB (1 Kilobyte = 1024 bytes)  Basic Input Output System (BIOS) - Most important program of ROM  Activates the hardware in communicating with the system and application software  Types of ROM: Mask ROM, PROM, EPROM, EEPROM and EAPROM Computer Application and Management Information System; NMBA 018 5
  • 6.  Mask ROM ◦ basic ROM chip ◦ information stored at the time of its manufacturing ◦ cannot be altered or erased later on  Programmable Read Only Memory (PROM) ◦ information stored by programmers after its manufacturing ◦ cannot be altered or erased later on Computer Application and Management Information System; NMBA 018 6
  • 7.  Erasable Programmable Read Only Memory (EPROM) ◦ similar to PROM ◦ information can be erased and it can be reprogrammed  Electrically Erasable Programmable Read Only Memory (EEPROM) ◦ similar to EPROM ◦ information can be erased  Electrically Alterable Read Only Memory (EAPROM) ◦ information stored in EAPROM can be altered later Computer Application and Management Information System; NMBA 018 7
  • 8.  Another important component of Memory Unit  Used to store the data and instructions during the execution of programme  Temporary and Volatile - is erased when computer is switched off  RAM is a read/write type of memory  The memory capacity of RAM varies from 640 KB to several megabytes (1 Megabyte = 1024 KB) with different models of Pc  Types of RAM: Dynamic and Static RAM Computer Application and Management Information System; NMBA 018 8
  • 9.  Static RAM (SRAM)  memory retains its contents as long as power is being supplied  data is lost when power gets down  SRAM chips use a matrix of 6-transistors and no capacitors. Transistors do not require power to prevent leakage, so SRAM need not have to be refreshed on a regular basis.  Because of the extra space in the matrix, SRAM uses more chips than DRAM for the same amount of storage space, thus making the manufacturing costs higher. So SRAM is used as cache memory and has very fast access. Computer Application and Management Information System; NMBA 018 9
  • 10.  It has long life  There is no need to refresh  Faster  Used as cache memory  Large size  Expensive  High power consumption Computer Application and Management Information System; NMBA 018 10
  • 11.  Dynamic RAM (DRAM)  DRAM must be continually refreshed to maintain the data  done by placing the memory on a refresh circuit that rewrites the data several hundred times per second.  used for most system memory because it is cheap and small.  All DRAMs are made up of memory cells which are composed of one capacitor and one transistor. Computer Application and Management Information System; NMBA 018 11
  • 12.  It has short data lifetime  Need to be refreshed continuously  Slower as compared to SRAM  Used as RAM  Lesser in size  Less expensive  Less power consumption Computer Application and Management Information System; NMBA 018 12
  • 13.  Complementary Metal Oxide Semiconductor  Used to store the system configuration, date, time and other important data  When computer is switched on, BIOS matches the information of CMOS with the peripheral devices and displays error in case of mismatching Computer Application and Management Information System; NMBA 018 13
  • 14.  To store Large files and databases  Data and instructions from the secondary storage are moved into the primary memory for the CPU to access them  also called auxiliary storage  may be serial access or direct access devices  Types: Magnetic Disks, Hard Disks, Magnetic Tapes Computer Application and Management Information System; NMBA 018 14
  • 15. Computer Application and Management Information System; NMBA 018 15
  • 16. • Magnetic media • Tape • Disks • Optical Media • Compact Discs • CD-R, WORM (Write Once, Read Many) • CD-RW • DVD • DVD-R • DVD-RW
  • 17. • What is magnetic tape? • Thin layer of material capable of storing a magnetic signal • Usually contains Iron Oxide • Protected by backing layer called the “Substrate” Magnetic Tapes
  • 18. • Cassette tapes • VHS video tape • Computer Tape • 8-track • DAT Examples of Magnetic Tapes
  • 19. • Inexpensive to store large amounts of information. • A reel of tape could store as much as 225 MB in the early 1980s. • No other storage technology could compare to the price of tape • Sequential access – Slow access • Tapes are highly susceptible to magnetic fields and changes in temperature and humidity • Tapes are also susceptible to physical damage • Tape miss-feeds • Magnetic particle instabilities • Substrate deformation Pros and Cons of Magnetic Tapes
  • 20. Magnetic Tape Uses Today • Today, tape based systems are usually used for backup purposes only. • Tape still provides the most cost effective method of storing larger amounts of backup information • Reliable as long as temperature is kept low and humidity conditions are kept right. • Although hard disks are increasingly used as a backup mechanism, tapes are portable. • Backups can be taken off-site for greater risk prevention
  • 21. • Today, most people use Hard Disks for secondary storage • The basic technology used in hard disks is similar to that of magnetic tape • Magnetic material is layered onto a high- precision aluminum disk • The disk head can move to any point on the platter almost instantly compared to tape • With tape, the head touches the tape. With disks, the head never touches the platter • Tape moves at approx 5 cm/s. Disk platters move at up to 7500 cm/s (272 km/h!) Hard Disks
  • 22. • To increase capacity, a hard disk will usually contain several platters Hard Disks
  • 23. • The heads never touch the platters, but they are very close. This makes hard disks susceptible to mechanical shock. Hard Disks
  • 24. • Each platter is broken up into tracks and sectors • Tracks are concentric circles on the disk • Each track is broken up into a series of sectors Track (yellow ring) Sector (yellow ring between the lines) Storing information on a Hard Disks
  • 25. Sectors and Blocks • Sectors are further broken up into blocks • A block is a fixed size unit of storage • 512 bytes/block is most commonly used • 1024 bytes/block is common with SCSI disks • 2048 bytes/block is used with CDs • If the user stores onto the hard disk a file which is larger than the block size, then multiple blocks are used.
  • 26. Blocks and Files • If a file takes up multiple blocks, it is necessary to keep track of which blocks comprise that file • Each block is assigned an address • The location of a “file” is stored in what is called a “File Allocation Table” (or FAT) • When the hard disk is formatted, several blocks are reserved so that the Operating System can manage where files are stored on the disk • FATs are often used to keep track of the filename and directory as well.
  • 27. Filesystems • Files are managed within a “filesystem” • The filesystem defines how and where files are stored within a hard disk (or partition) • Common filesystems include: • FAT16 (MSDOS) • VFAT (Windows 95) • FAT32 (Windows 98) • NTFS (Windows NT) • UFS (UNIX) • ext2/ext3 (Linux) • ISO9660 (CD Roms)
  • 28. Filesystems • When a disk is formatted, a filesystem is placed on the disk • The filesystem reserves space for the FAT. • The remaining space is available for files • When a file is to be saved into the filesystem, the system looks for the best location to save the file • It is usually best to save the file in contiguous blocks. • If the disk is nearly full, it may not have enough contiguous blocks to save the file. In that case, the filesystem will place the file wherever it can find space.
  • 29. Deleting Files • In order to make the delete operation faster, when a file is deleted ONLY the FAT is updated. • The actual data still remains on the disk • This is why it MAY be possible to recover a file which has been removed. • The FAT is told that the blocks where the file was stored are now available for writing • The data will remain until another file is stored in the same blocks. • As more files are written on the disk, it is less likely that a delete file can be recovered.
  • 30. Hard Disk Fragmentation • When files are deleted, their blocks are open for writing. • What if the next file which is written in the same blocks is larger than the file which was originally written there? • The system has to break the file up into pieces throughout the filesystem • This is called fragmentation. It considerably slows the access of files. • Most modern Filesystems contain automatic defragmentation utilities.
  • 31. Hey! Wait a minute! • When you purchase a hard disk, the manufacturer indicates its capacity. • When you format that hard disk, you’ll notice that its capacity is less than what the manufacturer told you. • Formatting the disk requires space for the FAT • Manufacturers use decimal numbers to represent number of bytes • 1GB = 1,000,000,000 bytes • There is a class action suit currently filed against the major disk manufacturers because of this
  • 32. Floppy Disks • Floppy disks are similar to hard disks • Because the medium is “floppy”, the disks cannot operate at the same speeds as a hard disk. • Floppy disks are older technology which haven’t received a lot of attention since the late 1980s. • Their capacity hasn’t increased much • Many computers today do not even come with floppy disk drives anymore.
  • 33. Floppy Disk History • The first floppy disks were 8 Inches in diameter • The held about 256 K • The next generation were 5.25 inches in diameter • Could hold up to 1.44 MB • The next generation were 3.5 inches in diameter • These disks are held within a hard plastic case • A spring loaded flap protects the disk from dust and greasy fingers. • Could hold up to 2.88 MB
  • 34. Zip / Jaz Disks • Similar to floppy disks • They are removable • Their platters are made of a hard material • Can operate at higher speeds than floppies. • Newer standards hold more data • Most people have outgrown floppy disks
  • 35. Optical Media • Optical disks are very much like hard disks • Hard disks store information using magnetic material • Bits are stored by changing the magnetic properties of the magnetic material • Bits are read by picking up the tiny magnetic field with a read head • Optical disks store information as pits in a physical medium • A laser is used to determine if a pit is present or not.
  • 36. CD ROM • CD Roms use the same technology as audio Compact Discs. • A master disc is created. • Copies of the disc are created through a pressing process • The discs are aluminum sandwiched between plastic • CDs are single sided. Label Acrylic Aluminum Plastic
  • 37. CD-R • CD Roms must be pressed. They are read only • CDR discs can be written once and read many times • CDRs are made out of aluminum and plastic, but also contain a dye layer • This dye is modified by a laser when the disc is being written • The laser heats up the dye and it becomes non- reflective Label Acrylic Aluminum Plastic Dye
  • 38. Storing Information on a CD • Because CDs were originally intended for audio output, there is a single track of data which spirals out from the center of the disc
  • 39. CD-RW • CD-RW is similar to CD-R • The main difference is that the dye can be made reflective again through an erase process • In this way, CD-RW discs can be written many times • Too much erasing, and the dye starts to fade. Label Acrylic Aluminum Plastic Dye
  • 40. DVD – Digital Versatile Disk • DVDs hold approx 7 times the information that CDs do in the same amount of storage space • DVDs come in 3 types • Single Sided/Single Layer (4.7 GB) • Single Sided/Double Layer (8.5 GB) • Double Sided/Double Layer (17 GB) • DVD uses a laser with a shorter wavelength so the pits are smaller • More pits can be stored on a DVD • Narrower track
  • 41. DVD – Multiple Layers • Each side of a DVD can contain 2 layers, doubling the amount of data that can be stored • One layer is semi-transparent. The laser can be focused “through” that layer onto the second layer. • If you took the track off of a single layer of a DVD and stretched it out into a straight line, it would be 7.5 miles long! • If you did the same with a double layer, double sided disc, the track would stretch to over 30 miles!
  • 42. DVD-R and DVD-RW • These two technologies are still relatively new and still fairly expensive. • DVD-R and DVD-RW use similar techniques as CD-R and CD-RW • A dye layer is used for data writing • The dye layer in DVD-RW is erasable
  • 43.  Referred to as a USB flash drive, data stick, pen drive, keychain drive, thumb drive or jump drive  A portable drive that is often the size of thumb that connects to the computer USB port.  only contains an integrated circuit memory board capable of storing information and has no movable parts.  can be used like any drive on computer Computer Application and Management Information System; NMBA 018 43
  • 44.  very high speed semiconductor memory which can speed up CPU  acts as a buffer between the CPU and main memory  is used to hold those parts of data and program which are most frequently used by CPU  The parts of data and programs are transferred from disk to cache memory by operating system, from where CPU can access them. Computer Application and Management Information System; NMBA 018 44
  • 45.  Advantages ◦ Cache memory is faster than main memory. ◦ It consumes less access time as compared to main memory. ◦ It stores the program that can be executed within a short period of time. ◦ It stores data for temporary use.  Disadvantages ◦ Cache memory has limited capacity. ◦ It is very expensive. Computer Application and Management Information System; NMBA 018 45
  • 46.  Presentation on: ◦ RAM, ROM and Cache Memory ◦ Types of Secondary Devices Computer Application and Management Information System; NMBA 018 46

Editor's Notes

  1. The CRT serves as an output device and the keyboard as an input device. Thus VDT is an input/output device. If the terminal is provided with some memory and certain processing capability, it becomes a smart or intelligent terminal. A terminal without processing power is called a dumb terminal.
  2. As it is possible to randomly use any location of this memory, therefore, this memory is known as random access memory. Dynamic RAM (DRAM): The information stored in Dynamic RAM has to be refreshed after every few milliseconds, otherwise it is erased. DRAM has higher storage capacity and is cheaper than Static RAM. Static RAM (SRAM): The information stored in Static RAM need not be refreshed, but it remains stable as long as power supply is provided. SRAM is costlier but has higher speed than DRAM