SlideShare a Scribd company logo
Data Storage
Data Storage

The storage unit of a computer system is ranked
  according to the following criteria:
• Access Time – time required to retrieve
  data.
• Storage Capacity – amount of data that can
  be stored in storage unit.
• Cost/bit of storage – the goal is to
  minimise the cost
Storage Devices
• The device which stores the data in a
  computer.

• Also known as memory.

• It is of two types –

  • Primary memory/storage device
  • Secondary memory/storage device
Primary Storage


• Also known as memory.

• It is of two types –

  • Primary memory/storage
  • Secondary memory/storage
Storage Types

Why storage is required by computer?
Computer storage can be classified into following types:
 Primary Storage
    >> RAM (Random Access Memory)
    >> ROM (Read only Memory)
 Secondary Storage
    >> Floppy Disk
    >> Hard Disk
    >> CD (Compact Disk)
    >> DVD (Digital Versatile Disk)
Primary Storage

• Random Access Memory (RAM)
• Basic to all computers.
• In the form of integrated circuits that allow the
  stored data to be accessed in any order i.e. at
  random and without the physical movement of the
  storage medium or a physical reading head.
• Made up of several small parts known as cells.
• Each cell can store a fixed no. of bits.
• Each cell has a unique no. assigned to it which is
  known as address of cell.
Primary Storage

•Also known as Read/Write memory.
•Volatile in nature.
•Usually it is known as memory of computer.
Types of RAM
There are two basic types of RAM:
• Dynamic RAM (DRAM) - The term dynamic indicates that
   the memory must be constantly refreshed or it will lose its
   contents.
• Static RAM (SRAM) –
   • Faster and more reliable than DRAM.
   • The term static is derived from the fact that it doesn't
      need to be refreshed like dynamic RAM.
   • It can give access times as low as 10 nanoseconds.
   • Much more expensive than DRAM.
   • Due to its high cost, SRAM is often used only as a
      memory cache.
   • Cache memory - a special high-speed storage
      mechanism. It can be either a reserved section of main
      memory or an independent high-speed storage device.
Other Types of RAM
Other than the above basic types of RAM, there are few more newer
   versions –
• FPM DRAM: Fast Page Mode DRAM, maximum data transfer rate is 176
   mbps.
• EDO DRAM: Extended data-out DRAM, maximum data transfer rate is
   264 mbps.
• SDRAM: Synchronous Dynamic RAM, maximum data transfer rate is 528
   mbps.
• DDR SDRAM: Double Data Rate SDRAM, maximum data transfer rate is
   1064 mbps.
• DDR2 SDRAM : New version of DDR RAM with higher clock frequencies.
• RDRAM: Rambus DRAM, used for a special high speed data bus called
   Rambus channel. Maximum data transfer rate is 1600 mbps.
• Credit Card Memory: A proprietary self contained DRAM memory
   module that plugs into a special slot for use in notebooks.
• PCMCIA Memory Card: Self contained DRAM memory module that
   plugs into a special slot for use in notebooks. It is not a proprietary and
   works with any notebook.
Primary Storage
1. Read Only Memory(ROM) :
• Computer memory on which data has been prerecorded.
• Information is permanently stored i.e. data stored in ROM
   cannot be modified, hence known as ROM.
• Non volatile in nature.
• Stores critical programs such as the program that boots the
   computer.
• Used extensively in calculators and peripheral devices such
   as laser printers, whose fonts are often stored in ROMs.
Types of ROM:
8. Programmable Read-Only Memory (PROM) –
   • One-time programmable ROM (OTP), can be
       programmed through a special device called a PROM
       programmer.
   • PROM can only be programmed once.
Primary Storage
1. Erasable programmable Read-Only Memory (EPROM):
   • Can be erased by exposure to strong ultraviolet light, then
      rewritten.
   • Repeated exposure to UV light will eventually wear out an
      EPROM.
   • Some EPROM chips are factory-programmed before they
      are packaged; these are effectively PROM.
• Electrically erasable programmable Read-Only Memory
   (EEPROM)
   • Based on a similar semiconductor structure to EPROM, but
      allows its entire contents to be electrically erased, then
      rewritten electrically, so that they need not be removed
      from the computer.
   • Used in camera, MP3 player, etc.
   • Writing or flashing an EEPROM is much slower.
Primary Storage
•  Electrically Alterable Read-Only Memory (EAROM):
   • A type of EEPROM that can be modified one bit at a time.
   • Writing is a very slow process and again requires higher
      voltage.
   • intended for applications that require infrequent and only
      partial rewriting.
2. Flash memory (or simply flash)
   • A modern type of EEPROM invented in 1984.
   • Flash memory can be erased and rewritten faster than
      ordinary EEPROM.
   • Modern NAND flash makes efficient use of silicon chip area.
   • Is sometimes called flash ROM or flash EEPROM when used
      as a replacement for older ROM types.
ROM
Difference between RAM and ROM

          RAM                         ROM
•   RAM stands for          •   ROM stands for Read
    Random Access               only Memory
    Memory
                            •   It is non-volatile in
•   It is volatile in           nature. Its contents
    nature. Its contents        are non erased when
    are erased when             power is turned off.
    power is turned off.
                            •   We can only read
•   We can read as well         this memory and
    as write through this       cannot write through
    memory                      it
Secondary Storage
Secondary Storage

The storage capacity of primary storage is not sufficient to
   store large volume of data, hence, additional memory is
   used, known as secondary memory/storage.
Two methods of accessing data –

4. Sequential Access:
   Data can be retrieved in same sequence in which it is
      stored.

5. Direct Access:
   Data can be accessed directly eg. Computerised Airline
      ticket booking system
Types of Secondary Storage
1. Magnetic Tape:
   • Data is sequentially access and retrieved .
   • Made up of plastic ribbon, half inch wide, one side
     coated with an iron oxide material.
   • Ribbon is stored in reels of 50 to 2400 feet or a small
     cartridge.
   • Unlimited storage
   • High data density
   • Low cost
   • Rapid transfer rate
   • Ease of handling
   • Portable
   BUT
   • No direct access
   • Environmental problems
Types of Secondary Storage
1. Magnetic Disk:
   • Contains a thin metal plate, coated on both sides with a
     magnetic material.
   • A disk pack consists of a no. of disks, mounted about
     half inch apart from each other on a central shaft which
     rotates at the speed of 2400or more rpm.
   • Information is stored on both sides.
   • Each disk consists of a no. of invisible concentric circles
     called Tracks.
   • A set of corresponding tracks in all the surfaces is called
     a cylinder.
   • Each track is subdivided into sectors.
   • Information is recorded on track and can be read using
     read/write heads.
Storage Types

   1. Floppy Disk
                                           0
                                0                         Sectors
                                1
                                2
    Tracks

                                                      1



                                                      File address contains
                                                      information about
                                                      track and sector of
                                               2      file.
•Surface of floppy disk is coated with magnetic material.
• Data is stored on the surface of disk by magnetizing the surface.
•That’s why FD is called magnetic storage device.
Floppy Disk
•Formatting a floppy disk means creating tracks and sectors on the disk
surface.
•   Data is stored in files in floppy disk.
•   Storage capacity is 1.44 MB.
•   Each file has a size and location where it is stored in the floppy disk.
•   In order to locate a particular file, FAT (File Allocation Table) is
    maintained:
FAT contains:
    1. Name of file
    2. Size of file
    3. Location on disk (Starting Track and Sector)
    4. Date created
    5. Attributes such as Read Only, Hidden, etc.
Hard Disk

      Read Write                                   Cylinder (same track of all disks)
      Heads
                                                             Disk 0

                                                             Disk 1

                                                             Disk 2

                                                             Disk 3

                                                             Disk 4




File address contains information about disk, cylinder and sector of file.
HD is also a magnetic storage device.
Storage capacity of HD ranges from GBs to TBs.
Optical Disk
• An optical disc is an electronic data storage medium that can
  be written to and read using a low-powered laser beam.
• An optical disc holds much more data.
• Consist of rotating disk coated with a highly reflective
  material.
• A laser beam is focussed on the surface of disk.
• There is one spiral track on the disk surface.
• When the laser beam is turned on, it creates a small hole on
  the surface of the disk along its track while writing the data,
  known as pit.
• The surface of the disk is plane in the absence of data,
  known as crater.
• Storage capacity is higher.
Optical Disk
      1. Compact Disk:
      CD is an optical storage device.
      In order to store the information, on the surface of CD, the surface is
      burned accordingly. That’s why writing a CD is also called burning a
      CD.
      Once written, the content of CD can’t be changed.
Stored bits

     0
     1
     1
     0             Burned places      Read Head throws a beam of light on the
     1                                surface and senses the reflected light. If
     0                                the beam reflects it indicates that 1 is
     0                                stored otherwise 0 is stored. Range of
     1               Disk surface
                                      data storage is 650/700 MB.
Digital Versatile Disk

    DVD ("Digital Versatile Disc" or "Digital Video Disc"):
•   A popular optical disc storage media format that can be used
    for data storage.
•   Including movies with high video and sound quality.
•   DVDs resemble CDs.
•   A DVD reader or writer can usually read CDs, but DVDs are
    encoded in a different format of much greater density,
    allowing a data storage capacity 8 times greater.
•   Range of storage capacity is from 2.8 Gigabytes to 4.7
    Gigabytes.
Memory Measurement




Device        Common available storage capacity
Floppy Disk   1.44 MB
Hard Disk     10 GB, 20 GB, 40 GB, 80 GB
CD            650/700 MB
DVD           2.8 – 4.7 GB
Data Representation
Data Representation

Data: raw facts, inserted into the computer to be processed. eg
   typing the alphabets through keyboard – G, O, D
Information: processed data or output given by computer. eg
   the word GOD displayed on monitor.

Types of Representation of Data

•   Internal Representation: values used by computer to
    store and process data.
•   External Representation: Computer translates data into
    the form of human understandable language of numbers,
    characters, figures and sound etc.
Data Representation

For Example:
    G            O         D
   0110         1110      0011
Data Representation

Bit: A bit refers to one binary digit. Either 0 or 1.
Byte: Set of 8 bits is called byte. i.e. 1Byte = 8 Bits
Word: It is a collection of 2 bytes or 4 bytes depending on
the word size of computer, whether it is 16 bit computer or 32
bit computer
1024 bytes = 1Kilo Bytes
1024 KB = 1 Mega Bytes
1024 MB = 1 Giga Bytes

More Related Content

PDF
Difference between RAM and ROM
PPTX
Computer memory
PPTX
Memory types
PPT
PRIMARY STORAGE
PPTX
Storage
PPTX
Computer memory in general
DOCX
COMPUTER MEMORY
PPT
Computer Memory
Difference between RAM and ROM
Computer memory
Memory types
PRIMARY STORAGE
Storage
Computer memory in general
COMPUTER MEMORY
Computer Memory

What's hot (20)

PPTX
Types of memory (bba 1st)
PPT
Function of memory.4to5
PPT
EPROM, PROM & ROM
PPTX
Computer memory presentation
PPTX
Computer memory
PPT
Computer MEMORY
PPT
Computer Memory
PPTX
TYPES OF COMPUTER MEMORIES
PPTX
Chap3 primary memory
PPTX
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER
PPTX
Computer
PPTX
Types of Memory, ram, rom and storage
PPTX
Memory and storage devices
PPTX
COMPUTER MEMORY
PPTX
Memory bits and bytes
PPT
Presentation on memory
PPTX
Primary memory (main memory)
PPTX
Memory presentation
PPTX
Computer Memory
Types of memory (bba 1st)
Function of memory.4to5
EPROM, PROM & ROM
Computer memory presentation
Computer memory
Computer MEMORY
Computer Memory
TYPES OF COMPUTER MEMORIES
Chap3 primary memory
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER
Computer
Types of Memory, ram, rom and storage
Memory and storage devices
COMPUTER MEMORY
Memory bits and bytes
Presentation on memory
Primary memory (main memory)
Memory presentation
Computer Memory
Ad

Viewers also liked (6)

PPTX
PPT
1. basic theories of information
PPTX
Persistent memory
PPTX
Essential API Facade Patterns: Session Management (Episode 2)
PPT
Secondary storage devices
PPT
ROM(Read Only Memory )
1. basic theories of information
Persistent memory
Essential API Facade Patterns: Session Management (Episode 2)
Secondary storage devices
ROM(Read Only Memory )
Ad

Similar to Lecture 7 (20)

PPTX
Presentation on computer data storage
 
PDF
Chapter1 9-07
PPT
DOCX
Computer storage devices
PDF
Computer Memory
PPTX
presentation on memory units.
PPTX
computer storage and benifits uesd and .pptx
PPT
Memory and storage
PPTX
Unit 3 storage fundamentals
PDF
Basic of computer 2
PPTX
Introduction to Computer - Secondary Storage.pptx
PPT
Storage hardware
PDF
ComputerMemory.pdf
PDF
Presentation on computer memory
PPTX
Storage devices ppt by abhishek srivastava
PPTX
Primary and secondary storage devices
PPTX
Computer Memory.pptx with its types and storage
PPTX
memory organization of a computer
PPT
Computer Memory
PPTX
Computer storage
Presentation on computer data storage
 
Chapter1 9-07
Computer storage devices
Computer Memory
presentation on memory units.
computer storage and benifits uesd and .pptx
Memory and storage
Unit 3 storage fundamentals
Basic of computer 2
Introduction to Computer - Secondary Storage.pptx
Storage hardware
ComputerMemory.pdf
Presentation on computer memory
Storage devices ppt by abhishek srivastava
Primary and secondary storage devices
Computer Memory.pptx with its types and storage
memory organization of a computer
Computer Memory
Computer storage

More from Anshumali Singh (20)

DOC
DOC
Unit2[1]
DOC
Unit2[1]
PPT
PPT
PPT
PPT
Unit2(Cont.)
PPT
DOC
PPT
Outputdevice
PPT
Lecture 9
PPT
Lecture 8
PPT
Lecture 6
PPT
Lecture 4
PPT
Lecture 3
PPT
Lecture 2
PPT
Lecture 1
PPT
Lecture 6
PPT
Lecture2
Unit2[1]
Unit2[1]
Unit2(Cont.)
Outputdevice
Lecture 9
Lecture 8
Lecture 6
Lecture 4
Lecture 3
Lecture 2
Lecture 1
Lecture 6
Lecture2

Recently uploaded (20)

PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
Cloud computing and distributed systems.
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
cuic standard and advanced reporting.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Approach and Philosophy of On baking technology
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPT
Teaching material agriculture food technology
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
Encapsulation_ Review paper, used for researhc scholars
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Advanced methodologies resolving dimensionality complications for autism neur...
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Cloud computing and distributed systems.
Programs and apps: productivity, graphics, security and other tools
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
The AUB Centre for AI in Media Proposal.docx
NewMind AI Weekly Chronicles - August'25 Week I
cuic standard and advanced reporting.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Reach Out and Touch Someone: Haptics and Empathic Computing
The Rise and Fall of 3GPP – Time for a Sabbatical?
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
MIND Revenue Release Quarter 2 2025 Press Release
“AI and Expert System Decision Support & Business Intelligence Systems”
Approach and Philosophy of On baking technology
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Teaching material agriculture food technology
Building Integrated photovoltaic BIPV_UPV.pdf

Lecture 7

  • 2. Data Storage The storage unit of a computer system is ranked according to the following criteria: • Access Time – time required to retrieve data. • Storage Capacity – amount of data that can be stored in storage unit. • Cost/bit of storage – the goal is to minimise the cost
  • 3. Storage Devices • The device which stores the data in a computer. • Also known as memory. • It is of two types – • Primary memory/storage device • Secondary memory/storage device
  • 4. Primary Storage • Also known as memory. • It is of two types – • Primary memory/storage • Secondary memory/storage
  • 5. Storage Types Why storage is required by computer? Computer storage can be classified into following types:  Primary Storage >> RAM (Random Access Memory) >> ROM (Read only Memory)  Secondary Storage >> Floppy Disk >> Hard Disk >> CD (Compact Disk) >> DVD (Digital Versatile Disk)
  • 6. Primary Storage • Random Access Memory (RAM) • Basic to all computers. • In the form of integrated circuits that allow the stored data to be accessed in any order i.e. at random and without the physical movement of the storage medium or a physical reading head. • Made up of several small parts known as cells. • Each cell can store a fixed no. of bits. • Each cell has a unique no. assigned to it which is known as address of cell.
  • 7. Primary Storage •Also known as Read/Write memory. •Volatile in nature. •Usually it is known as memory of computer.
  • 8. Types of RAM There are two basic types of RAM: • Dynamic RAM (DRAM) - The term dynamic indicates that the memory must be constantly refreshed or it will lose its contents. • Static RAM (SRAM) – • Faster and more reliable than DRAM. • The term static is derived from the fact that it doesn't need to be refreshed like dynamic RAM. • It can give access times as low as 10 nanoseconds. • Much more expensive than DRAM. • Due to its high cost, SRAM is often used only as a memory cache. • Cache memory - a special high-speed storage mechanism. It can be either a reserved section of main memory or an independent high-speed storage device.
  • 9. Other Types of RAM Other than the above basic types of RAM, there are few more newer versions – • FPM DRAM: Fast Page Mode DRAM, maximum data transfer rate is 176 mbps. • EDO DRAM: Extended data-out DRAM, maximum data transfer rate is 264 mbps. • SDRAM: Synchronous Dynamic RAM, maximum data transfer rate is 528 mbps. • DDR SDRAM: Double Data Rate SDRAM, maximum data transfer rate is 1064 mbps. • DDR2 SDRAM : New version of DDR RAM with higher clock frequencies. • RDRAM: Rambus DRAM, used for a special high speed data bus called Rambus channel. Maximum data transfer rate is 1600 mbps. • Credit Card Memory: A proprietary self contained DRAM memory module that plugs into a special slot for use in notebooks. • PCMCIA Memory Card: Self contained DRAM memory module that plugs into a special slot for use in notebooks. It is not a proprietary and works with any notebook.
  • 10. Primary Storage 1. Read Only Memory(ROM) : • Computer memory on which data has been prerecorded. • Information is permanently stored i.e. data stored in ROM cannot be modified, hence known as ROM. • Non volatile in nature. • Stores critical programs such as the program that boots the computer. • Used extensively in calculators and peripheral devices such as laser printers, whose fonts are often stored in ROMs. Types of ROM: 8. Programmable Read-Only Memory (PROM) – • One-time programmable ROM (OTP), can be programmed through a special device called a PROM programmer. • PROM can only be programmed once.
  • 11. Primary Storage 1. Erasable programmable Read-Only Memory (EPROM): • Can be erased by exposure to strong ultraviolet light, then rewritten. • Repeated exposure to UV light will eventually wear out an EPROM. • Some EPROM chips are factory-programmed before they are packaged; these are effectively PROM. • Electrically erasable programmable Read-Only Memory (EEPROM) • Based on a similar semiconductor structure to EPROM, but allows its entire contents to be electrically erased, then rewritten electrically, so that they need not be removed from the computer. • Used in camera, MP3 player, etc. • Writing or flashing an EEPROM is much slower.
  • 12. Primary Storage • Electrically Alterable Read-Only Memory (EAROM): • A type of EEPROM that can be modified one bit at a time. • Writing is a very slow process and again requires higher voltage. • intended for applications that require infrequent and only partial rewriting. 2. Flash memory (or simply flash) • A modern type of EEPROM invented in 1984. • Flash memory can be erased and rewritten faster than ordinary EEPROM. • Modern NAND flash makes efficient use of silicon chip area. • Is sometimes called flash ROM or flash EEPROM when used as a replacement for older ROM types.
  • 13. ROM
  • 14. Difference between RAM and ROM RAM ROM • RAM stands for • ROM stands for Read Random Access only Memory Memory • It is non-volatile in • It is volatile in nature. Its contents nature. Its contents are non erased when are erased when power is turned off. power is turned off. • We can only read • We can read as well this memory and as write through this cannot write through memory it
  • 16. Secondary Storage The storage capacity of primary storage is not sufficient to store large volume of data, hence, additional memory is used, known as secondary memory/storage. Two methods of accessing data – 4. Sequential Access: Data can be retrieved in same sequence in which it is stored. 5. Direct Access: Data can be accessed directly eg. Computerised Airline ticket booking system
  • 17. Types of Secondary Storage 1. Magnetic Tape: • Data is sequentially access and retrieved . • Made up of plastic ribbon, half inch wide, one side coated with an iron oxide material. • Ribbon is stored in reels of 50 to 2400 feet or a small cartridge. • Unlimited storage • High data density • Low cost • Rapid transfer rate • Ease of handling • Portable BUT • No direct access • Environmental problems
  • 18. Types of Secondary Storage 1. Magnetic Disk: • Contains a thin metal plate, coated on both sides with a magnetic material. • A disk pack consists of a no. of disks, mounted about half inch apart from each other on a central shaft which rotates at the speed of 2400or more rpm. • Information is stored on both sides. • Each disk consists of a no. of invisible concentric circles called Tracks. • A set of corresponding tracks in all the surfaces is called a cylinder. • Each track is subdivided into sectors. • Information is recorded on track and can be read using read/write heads.
  • 19. Storage Types 1. Floppy Disk 0 0 Sectors 1 2 Tracks 1 File address contains information about track and sector of 2 file. •Surface of floppy disk is coated with magnetic material. • Data is stored on the surface of disk by magnetizing the surface. •That’s why FD is called magnetic storage device.
  • 20. Floppy Disk •Formatting a floppy disk means creating tracks and sectors on the disk surface. • Data is stored in files in floppy disk. • Storage capacity is 1.44 MB. • Each file has a size and location where it is stored in the floppy disk. • In order to locate a particular file, FAT (File Allocation Table) is maintained: FAT contains: 1. Name of file 2. Size of file 3. Location on disk (Starting Track and Sector) 4. Date created 5. Attributes such as Read Only, Hidden, etc.
  • 21. Hard Disk Read Write Cylinder (same track of all disks) Heads Disk 0 Disk 1 Disk 2 Disk 3 Disk 4 File address contains information about disk, cylinder and sector of file. HD is also a magnetic storage device. Storage capacity of HD ranges from GBs to TBs.
  • 22. Optical Disk • An optical disc is an electronic data storage medium that can be written to and read using a low-powered laser beam. • An optical disc holds much more data. • Consist of rotating disk coated with a highly reflective material. • A laser beam is focussed on the surface of disk. • There is one spiral track on the disk surface. • When the laser beam is turned on, it creates a small hole on the surface of the disk along its track while writing the data, known as pit. • The surface of the disk is plane in the absence of data, known as crater. • Storage capacity is higher.
  • 23. Optical Disk 1. Compact Disk: CD is an optical storage device. In order to store the information, on the surface of CD, the surface is burned accordingly. That’s why writing a CD is also called burning a CD. Once written, the content of CD can’t be changed. Stored bits 0 1 1 0 Burned places Read Head throws a beam of light on the 1 surface and senses the reflected light. If 0 the beam reflects it indicates that 1 is 0 stored otherwise 0 is stored. Range of 1 Disk surface data storage is 650/700 MB.
  • 24. Digital Versatile Disk DVD ("Digital Versatile Disc" or "Digital Video Disc"): • A popular optical disc storage media format that can be used for data storage. • Including movies with high video and sound quality. • DVDs resemble CDs. • A DVD reader or writer can usually read CDs, but DVDs are encoded in a different format of much greater density, allowing a data storage capacity 8 times greater. • Range of storage capacity is from 2.8 Gigabytes to 4.7 Gigabytes.
  • 25. Memory Measurement Device Common available storage capacity Floppy Disk 1.44 MB Hard Disk 10 GB, 20 GB, 40 GB, 80 GB CD 650/700 MB DVD 2.8 – 4.7 GB
  • 27. Data Representation Data: raw facts, inserted into the computer to be processed. eg typing the alphabets through keyboard – G, O, D Information: processed data or output given by computer. eg the word GOD displayed on monitor. Types of Representation of Data • Internal Representation: values used by computer to store and process data. • External Representation: Computer translates data into the form of human understandable language of numbers, characters, figures and sound etc.
  • 28. Data Representation For Example: G O D 0110 1110 0011
  • 29. Data Representation Bit: A bit refers to one binary digit. Either 0 or 1. Byte: Set of 8 bits is called byte. i.e. 1Byte = 8 Bits Word: It is a collection of 2 bytes or 4 bytes depending on the word size of computer, whether it is 16 bit computer or 32 bit computer 1024 bytes = 1Kilo Bytes 1024 KB = 1 Mega Bytes 1024 MB = 1 Giga Bytes