Computer Hardware – Storage Systems.  Storage holds data, instructions, and information for future use  Consists of two parts Storage Device Storage.

Slides:



Advertisements
Similar presentations
Chapter 6:Storage. Storage What is storage? p. 220 Fig. 6-1 Next Holds data, instructions, and information for future use Storage medium is physical material.
Advertisements

Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Secondary Storage Chapter 7.
CIS 141 Lecture Storage Hardware (saving data/information) Thad Crews Western Kentucky University.
PENGANTAR TEKNOLOGI INFORMASI (A)
Introduction Computer Hardware Jess 2006 Floppy Drives.
Professor Michael J. Losacco CIS 1110 – Using Computers Storage Chapter 6.
Objectives Overview Differentiate between storage and memory
Discovering Computers Fundamentals, 2012 Edition Your Interactive Guide to the Digital World.
Understanding Storage Discovering Computers 2012: Chapter
Chapter 7 Storage.
Computer Hardware – Storage Systems.  Storage holds data, instructions, and information for future use  Consists of two parts Storage Device Storage.
Discovering Computers 2008 Chapter 7 Storage. Chapter 7 Objectives Differentiate between storage devices and storage media Describe the characteristics.
Living in a Digital World Discovering Computers 2011.
Chapter 3 Storage Prepared by: Mrs. Hanan AL- Asmari 1.
Company LOGO Storage 1 Chapter 6. Storage  Storage holds data, instructions and information for future use.  Storage medium, also called secondary storage,
Discovering Computers Fundamentals Fifth Edition Chapter 6 Storage.
Distinguish between primary and secondary storage.
Storage.
Computer Hardware. “ Copyright 2005 John Wiley & Sons Inc.” TG 12 Chapter Outline Introduction The Central Processing Unit Computer Memory Evolution of.
Discovering Computers 2009 Chapter 7 Storage. Chapter 7 Contents Magnetic Disks Optical Disks Tape PC Cards and Expresscard modules Miniature mobile storage.
Discovering Computers Fundamentals Fifth Edition Chapter 6 Storage.
1 Chapter 3 Understanding Computers, 11 th Edition Storage Medium The physical material on which a computer keeps data, instructions and information. Can.
Secondary Storage Chapter 7.
INFO1 – Practical problem solving in the digital world
Objectives Overview Differentiate between storage and memory
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Chapter 7 Storage. Chapter 7 Objectives Differentiate between storage devices and storage media Describe the characteristics of magnetic disks Describe.
STORAGE DEVICES Presentation By: Saurabh Mishra. A data storage device is a device for recording (storing) information (data). CD, Hard Disk and Flash.
Storage.  Explain what a storage device is  Define the two storage operations  Define what a hard disk is and list the types  Define what a CD and.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
COM113 Introduction to Computing Storage. Storage Objectives Differentiate between storage devices and storage media Describe the characteristics of magnetic.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Storage Devices 1. Objectives Overview Differentiate between storage devices and storage media Describe the characteristics of an internal hard disk including.
Living in a Digital World Discovering Computers 2010.
Copyright © Curt Hill Disk Basics Structure and Characteristics of Secondary Storage.
Chapter 8 Digital Storage Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
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.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 7 Types of Storage.
CHAPTER 6 Digital Storage Copyright © Cengage Learning. All rights reserved.
Engr: Sajida Introduction to computing Optical storage The storage devices which use laser to read data from or write data to the reflective surface store.
Chapter 7 Objectives Differentiate ( 区分 ) between storage devices and storage media Describe the characteristics ( 特征 ) of magnetic( 磁盘 ) disks Describe.
Discovering Computers 2009 Chapter 7 Storage. Chapter 7 Contents Magnetic Disks Optical Disks Tape PC Cards and Expresscard modules Miniature mobile storage.
Your Interactive Guide to the Digital World Discovering Computers Chapter Seven Types of Storage.
Chapter 7 Storage. Chapter 7 Objectives Differentiate between storage devices and storage media Describe the characteristics of magnetic disks Describe.
Discovering Computers 2012: Chapter 2-7
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Reference: Chp 6 Introduction to Computers by Peter Norton
Chapter 7 Storage.
Chapter 6 Storage By Hussein Alhashimi.
Chapter 7 Storage.
Backing Store.
مهارت اول: مفاهیم پایه فناوری اطلاعات و ارتباطات فصل اول: سخت‌افزار
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
CHAPTER 4 Memory System Organization and Architecture
Lecture 9 Storage
Chapter Seven Types of Storage.
Chapter 7 Storage.
Chapter 7.
Distinguish between primary and secondary storage.
Storage Chapter 7.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Chapter 7 Storage.
Secondary Storage Devices
Computer Application Waseem Gulsher
1 BY Prof. S. DAS (PhD, UK). 2 CONTENTS Introduction RAM,ROM,PROM,EPROM Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk Optical Disks:
Technology 4 Storage.
Presentation transcript:

Computer Hardware – Storage Systems

 Storage holds data, instructions, and information for future use  Consists of two parts Storage Device Storage Media

 Storage is nonvolatile where as RAM memory is volatile  Two operations associated with storage  Reading - Process of transferring items from storage media to memory  Writing - Process of transferring items from memory to storage media

4  Capacity refers to the number of bytes (characters) a storage media can hold. Kilobyte (KB) 1 thousand Megabyte (MB) 1 million Gigabyte (GB) 1 billion Terabyte (TB) 1 trillion Petabyte (PB) 1 quadrillion Exabyte (EB) 1 quintillion Zettabyte (ZB) 1 sextillion Yottabyte (YB) 1 septillion

 Magnetic hard drives contain one or more round pieces of metal (called hard disks or platters) that are coated with a magnetizable substance.

Mounting Shaft Read/Write head Hard Disks Access Mechanisms

Internal External Removable

Tracks – data is stored on circular tracks Sectors– pie shaped groups of sectors Clusters– one or more sectors form clusters, the smallest storage area on a disk. Track 13 –Disk 1 top Track 13 –Disk 1 bottom Track 13 –Disk 2 top Track 13 –Disk 2 bottom Track 13 –Disk 3 top Track 13 –Disk 3 bottom Track 13 –Disk 4 top Track 13 –Disk 4 bottom Cylinder – a vertical stack of tracks

 The total time that it takes for a hard drive to read or write data is called the disk access time and requires the following:  Seek time - The read/write heads move to the cylinder that contains (or will contain) the desired data.  Rotational delay - The hard disks rotate into the proper position so that the read/write heads are located over the part of the cylinder to be used.  Data movement time - Reading the data from the hard disk to memory, or transfers from memory and is stored on the hard disk.

 A disk cache holds data that has recently been read from the hard drive.  If that data is needed soon in memory it is retrieve from the cache rather then from the hard drive when they are requested.

 Solid state drives use the same type of memory used in USB drives.  Much faster in accessing information over the standard hard drive  More stable then hard drives

CMPTR Chapter 2: Computer Hardware  Flat, round, portable metal discs made of metal, plastic, and lacquer

single track spirals to edge of disc disc sectors

disc label

laser diode disc label

laser diode prism disc label

laser diode prism lens disc label

laser diode prism light- sensing diode lens disc label

laser diode prism light- sensing diode lens pit disc label

laser diode prism light- sensing diode lens pitland disc label

 Tiny lands and pits on surface represent bits read by a laser beam 22

laser diode prism light- sensing diode lens pitland disc label Step 1. Laser diode shines a light beam toward disc

laser diode prism light- sensing diode lens pitland disc label Step 2. The light passes through the prism and is focused by lens on to the metal layer of the disc.

laser diode prism light- sensing diode lens pitland disc label Step 3. If light strikes a land, it is reflected off the prism into the light sensing diode. This represents a 1 in binary 1

laser diode prism light- sensing diode lens pitland disc label Step 4. If light strikes a pit, it is scattered and no light reaches the light sensing diode This represents a 0 in binary 10

 Flash memory is a chip-based storage medium that represents data using electrons.  Embedded flash memory refers to flash memory chips embedded into products.

 One of the most common types of flash memory media is the flash memory card—  a small card containing  flash memory chips  controller chip  other electrical components  metal contacts

 USB flash drives consist of flash memory media integrated into a self- contained unit that contains;  flash memory chips  controller chip  other electrical components  metal contacts  connects to a computer or other device via a standard USB port and is powered via the USB port.

 Remote storage - A storage device that is accessed through a local network or through the Internet.  Cloud storage - Remote storage accessed via the Internet

A smart card is a credit card–sized piece of plastic that contains computer circuitry containing a processor memory storage. Used in secure access system.

 For large computer systems, instead of finding a single hard drive installed within the system unit, you are most likely to find a large storage system (sometimes called a storage server).  RAID (redundant array of independent disks) is a method of storing data on two or more hard drives that work together.