Unit 3 Storage Devices Section C. Chapter 1, Slide 2Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide.

Slides:



Advertisements
Similar presentations
Introduction to Storage Devices
Advertisements

Term Project Grade 9 Section B Due december 18 Find and research one Emerging technology not studied in class. It can be a prototype or already available.
Storage Media. Objectives You will be able to: –Mention the most common types of storage media Magnetic Storage Optical.
Lesson 9 Types of Storage Devices.
Storage Devices.
Professor Michael J. Losacco CIS 1110 – Using Computers Storage Chapter 6.
Section 5a Types of Storage Devices.
Adapted from CTAE Resource Network – Used with permission. PROFITT Curriculum Basic Computer.
Secondary Storage Chapter Distinguish between primary and secondary storage Compare internal and external hard disks Describe ways to improve hard-disk.
Backing Storage Chapter 18.
Computer Storage Devices Principles of Information Technology Lytle High School Click to continue.
Storage device.
Chapter 8 Secondary Storage.
3.1 Storage. Overview Compare the following storage devices in terms of storage capacity, cost, speed of data retrieval and suitability for specific purposes:
3.1 Storage devices and media
What is Data Storage? ‘Storing’ data, we mean putting the data in a known place. ‘ Writing ’ data or ‘ saving ’ data are other ways of saying ‘storing’
AS Level ICT Selection and use of storage requirements, media, and devices: Devices and media.
 Introduction Introduction  Types of Secondary storage devices Types of Secondary storage devices  Floppy Disks Floppy Disks  Hard Disks Hard Disks.
STORAGE DEVICES AND MEDIA BY: T.MINH. Backing Up Data Refers to the copying of files and data to different medium in case of problem with the main storage.
Distinguish between primary and secondary storage.
Storage.
CIS 105 Concepts and Terminology Unit 3 CIS 105 Survey of Computer Information Systems Essential Concepts and Terminology Study Unit Three.
Unit 5, Lesson 13 Storage Technologies and Devices AOIT Computer Systems Copyright © 2008–2013 National Academy Foundation. All rights reserved.
Question 1 To start up, a computer locates
SECONDARY STORAGE Secondary storage devices are used to save, to back up, and to transport files Over the past several years, data storage capacity has.
Chapter 4: Business Hardware Oz (5 th edition). Storage Media Data an programs must be stored on nonvolatile medium –Data is retained even when not powered.
Secondary Storage Chapter 7.
INFO1 – Practical problem solving in the digital world
Computers in the real world Objectives Explain the need for secondary storage devices Understand the three main storage types – Optical – Magnetic – Solid.
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
OCR GCSE Computing Chapter 2: Secondary Storage. Chapter 2: Secondary storage Computers are able to process input data and output the results of that.
Secondary Storage Chapter 8 Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. 8-1.
AS Computing Storage devices. Primary storage  A computer’s main memory (RAM) is known as primary memory.  Primary memory is volatile; when the computer.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Overview of Physical Storage Media
8 SECONDARY STORAGE CHAPTER
Data Storage. 3 types of storage to remember ROM RAM Secondary or backing storage.
Storing data – Storage devices and media. What is a storage device?  A storage device is any device used in a computer to store information.  A storage.
Storage Devices Magnetic Storage Optical Storage Digital Storage.
Secondary Storage Chapter 8 McGraw-HillCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Backing Storage.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Secondary Storage.
Storage Devices Primary storage: is the storage provided by memory in a computer system Secondary storage: is storage provided by peripheral devices other.
Storage Devices. Storage Store information Storage involve two processes: Writing or recording the data so it can be found later for use, Reading the.
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
3 Storage devices and media Backing store devices.
Storage devices 1. Storage Storage device : stores data and programs permanently its retained after the power is turned off. The most common type of storage.
MAC OS – Unit A Page:14-15 Understand Storage Media.
STORAGE DEVICES Storage devices are categorized by the method they use to store files.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني Main Memory Read Only Memory (ROM)
What do you mean by external storage devices? External storage devices are the devices that temporarily store information for transporting from computer.
Senior 3 Computer Studies
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
3. Storage devices and media By: me what is backing up of data? why back up data? WHAT?  Refers to the copying of files/data to a different.
Storage Devices. Diskette plastic flexible disk enclosed inside a tough plastic cover. Properties : - Diskettes are slow and have a low capacity (1,44.
ICT IGCSE Theory – Revision Presentation 3.1 Storage devices and media Chapter 3: Storage devices and media Identify storage devices,
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Reference: Chp 6 Introduction to Computers by Peter Norton
Part B Computer Storage
Storage devices and media
Secondary Storage Devices…. What is a Secondary Storage
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
McGraw-Hill Technology Education
Introduction to Storage Devices
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Secondary Storage Devices
GCSE OCR 4 Storage Computer Science J276 Unit 1
Part C Computer Storage
Lesson 9 Types of Storage Devices.
McGraw-Hill Technology Education
Presentation transcript:

Unit 3 Storage Devices Section C

Chapter 1, Slide 2Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 2 Storage devices are designed for long-term, non-volatile retention of electronic data A storage medium is a disk, tape, CD, DVD or other recording surface that retains data A storage device records and reads the data on the storage medium Hard disk and flash memory combine the medium and device into one unit Floppy disk, CD, DVD, and tape allow the media to be removed from the device

Chapter 1, Slide 3Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 3 Magnetic storage Includes hard disk, floppy disk, tape Magnetizes tiny particles on disk surface Optical storage Includes CDs and DVDs Stores data as tiny light spots (lands) or dark spots (pits) on the disk surface Flash memory A non-volatile form of solid state memory circuitry

Chapter 1, Slide 4Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 4 Magnetic storage device has a read/write head Data written by magnetizing particles on a surface Magnetization can later be read and deciphered Susceptible to dust, smoke, heat, but especially magnetic or strong electrical fields Don’t put a floppy disk close to a powerful speaker Speakers contain magnets and can erase a floppy Magnetic media tends to degrade over time But this process takes years

Chapter 1, Slide 5Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 5 A laser is directed at the surface of the disk The pattern of dark and light spots is reflected back The pattern of reflected light is read as data CDs and DVDs much less sensitive to damage Fairly insensitive to dust, smoke, heat Not magnetic so not harmed by electrical fields Does not degrade over time Generally more reliable than magnetic media But slower access time and more difficult to write to

Chapter 1, Slide 6Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 6 Functions similar to random access memory But uses a different type of technology Non-volatile, power not needed to maintain data Fast read times but not as fast as RAM Completely electronic, no moving parts Thus highly reliable and very durable Not sensitive to dust, smoke, magnetic fields USB flash memory has replaced floppy disks May replace hard disks at some point

Chapter 1, Slide 7Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 7 PCs have drive bays to hold storage devices Two sizes of drive bays 5 ¼ inch drive bay 3 ½ inch drive bay Laptops also have drive bays

Chapter 1, Slide 8Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 8 Use the following factors when evaluating the relative merits of different types of storage Storage capacity - hard disk and tape largest by far Access speed – hard disk is fastest by far Durability – hard disk, CD, DVD are all very good Portability – CD, DVD, flash memory most portable

Chapter 1, Slide 9Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 9 Principle storage device for most computers Huge storage capacity, 250 to 1000 GB & more Fast access to data Extremely low cost per megabyte Avoids magnetic storage durability issues by operating in a closed environment Manufactured in clean rooms Disk surface permanently enclosed If you remove the cover, you’ll never use it again

Chapter 1, Slide 10Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 10 Often has multiple platters 2 read/write heads for each platter, one for the top and one for the bottom Platters spin at a high rate of speed, 7200 rpm Read/write head moves across the surface to read data anywhere on surface

Chapter 1, Slide 11Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 11 Hard disks are highly reliable but susceptible to: A head crash can damage data on the disk Can occur when dust or other contaminant gets between the read/write head and disk surface Can also occur from jarring hard disk while in use Never move a desktop computer while in use Read/write head retracts from disk when turned off Laptops have shock-mounted hard drives Mechanical failure – any machine can break

Chapter 1, Slide 12Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 12 Removable hard drives Transforms a drive bay into a “drawer” Can slide a removable hard drive into the “drawer” Can easily remove and replace it with another drive External hard drives are designed to be used outside the system unit Connect to the computer through the USB port USB port limitations cause access time to be slower External and removable drives can be terrific as backup devices to save a copy of your hard disk

Chapter 1, Slide 13Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 13 CDs are extremely durable Very inexpensive to manufacture and purchase Ideal for distributing software or other large files Access speed much faster than floppy disk Can create your own CDs with CD-R or CD-RW Great for archiving large files such as photos Good storage capacity, up to 700 MB A CD drive is a necessity for any computer

Chapter 1, Slide 14Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 14 Access speed much slower than a hard disk Storage capacity less than flash memory and far less than hard disk

Chapter 1, Slide 15Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 15 CD-ROM stands for Compact Disk - Read Only Can’t write data to a CD-ROM Can buy CD-R disks, Compact Disk-Recordable Allows you to create your own CDs Can write only once but read as much as you like CD-RW stands for Compact Disk Rewritable Also allows you to create your own CDs Can write and read as often as you like Must have a CD-R or CD-RW drive to do this Most CD drives work with both CD-R and CD-RW

Chapter 1, Slide 16Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 16 CD-R disks are much cheaper than CD-RW So think carefully when buying Do you really need the “rewritable” capability? For example, if archiving photos it’s usually more cost effective to use CD-R It’s unlikely you’ll make further changes to that disk If the data on a CD-R becomes out of date…. Can still use it as a coaster… or a frisbee CD-RWs don’t get out of date, just rewrite them

Chapter 1, Slide 17Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 17 Similar positives to CDs Durable and very inexpensive to manufacture Far better storage capacity, 4.7 GB versus 700 MB Only negative is a slower access speed similar to CD access speeds Must have a DVD drive to read a DVD Most optical drives (but not all) sold today are combo drives that read both CDs and DVDs

Chapter 1, Slide 18Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 18 CD and DVD speed is expressed in an odd way Both are expressed in terms of how many times faster than the 1st model of CD or DVD drive DVD Drive SpeedData Transfer RateCD Drive Speed 1X11.08 Mbps9X 2X22.16 Mbps18X 3X44.32 Mbps36X 4X55.40 Mbps46X

Chapter 1, Slide 19Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 19 Magnetic tape was a popular form of general use storage in the 1960s Tape is no longer a primary storage device Inconvenient and slow, can only read sequentially Tape now used primarily as a backup device High storage capacity, comparable to hard disks Heavily used by businesses for data backup Tape drives are available in both internal and external models

Chapter 1, Slide 20Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3C – Storage DevicesSlide 20 Floppy disks have mostly disappeared into the ash heap of history Storage capacity of floppy disks is far too small for today’s needs. They’ve been replaced by USB flash memory devices You still see floppy disks occasionally but soon they’ll only be museum pieces