Riyadh Philanthropic Society For Science Prince Sultan College For Woman Dept. of Computer & Information Sciences CS 251 Introduction to Computer Organization.

Slides:



Advertisements
Similar presentations
88 CHAPTER SECONDARY STORAGE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 8-2 Competencies Distinguish between primary & secondary storage.
Advertisements

Introduction to Storage Devices
McGraw-Hill Technology Education © 2006 by the McGraw-Hill Companies, Inc. All rights reserved. 88 CHAPTER SECONDARY STORAGE.
Storage Devices Powered by DeSiaMore1. Contents Storage Primary Secondary Access Method Floppy disk Hard disk Optical disks Magnetic media Powered by.
Lesson 9 Types of Storage Devices.
Types Of Storage Device
Computing ESSENTIALS CHAPTER Copyright 2003 The McGraw-Hill Companies, Inc.Copyright 2003 The McGraw-Hill Companies, Inc Secondary Storage computing.
Professor Michael J. Losacco CIS 1110 – Using Computers Storage Chapter 6.
Section 5a Types of Storage Devices.
Objectives Overview Differentiate between storage and memory
Secondary Storage Chapter 8 McGraw-Hill/Irwin
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 8 Secondary Storage.
Secondary Storage Chapter Distinguish between primary and secondary storage Compare internal and external hard disks Describe ways to improve hard-disk.
CHAPTER 6 66 Secondary Storage. 6 © The McGraw-Hill Companies, Inc Objectives 1.Floppy and hard disks 2.Cartridges and disk packs 3.Performance.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Backing Storage Chapter 18.
Storage Devices Momina.
Storage Devices and Media
Storage and Multimedia: The Facts and More Chapter 6.
Storage device.
Chapter 8 Secondary Storage.
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’
SECONDARY STORAGE DEVICES. MAGNETIC TAPE Data tape that stores large amounts of information that can only accessed sequentially. Commonly used for off-site.
Secondary Storage Devices W. Overton. Hard Drive Information: Data is stored by magnetising the surface of flat, circular plates called platters. These.
Secondary Storage 7.
Distinguish between primary and secondary storage.
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 7 Secondary Storage.
DEFINITION OF A PEN DRIVE A USB drive is a data storage device that includes flash memory with an integrated Universal Serial Bus (USB) interface USB.
Backing Storage. Backing storage devices allow us to store programs and data so that we can use them later Backing storage devices can be split into 4.
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.
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.
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.
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.
WHAT IS COMPUTER STORAGE? Computer storage is the storing of data in an electromagnetic form to be accessed by a computer processor.
 Secondary storage (or external memory) - is not directly accessible by the CPU. Secondary storage does not loose the data when the device is powered.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
8 SECONDARY STORAGE CHAPTER
SECONDARY STORAGE DEVICES. Agenda of Today’s Lecture  Introduction to Hardware  Types of hardware devices  Storage Devices  Secondary Storage devices.
Secondary Storage Chapter 8 McGraw-HillCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Backing Storage.
Chapter 7 Storage. What is storage? Holds data, instructions, and information for future use Storage medium is physical material used for storage Also.
Storage Hardware Devices Presented by Hector Arreola Valentin Kifumbi Keely Ritchie-Boland.
Storage Devices. Storage Store information Storage involve two processes: Writing or recording the data so it can be found later for use, Reading the.
Chapter 8 Digital Storage Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
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 101 Mr. Yip. What is Storage? Input Processing Output Storage Storage refers to the media and methods used to keep information available for later.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني 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.
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.
Senior 3 Computer Studies
Discovering Computers 2012: Chapter 2-7
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.
Reference: Chp 6 Introduction to Computers by Peter Norton
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Storage and Multimedia
Backing Store.
8 SECONDARY STORAGE CHAPTER
Introduction to Computers
Secondary Storage Devices
8 SECONDARY STORAGE CHAPTER
Introduction to Computers
GCSE OCR 4 Storage Computer Science J276 Unit 1
Lesson 9 Types of Storage Devices.
Primary Storage 1. Registers Part of the CPU
Presentation transcript:

Riyadh Philanthropic Society For Science Prince Sultan College For Woman Dept. of Computer & Information Sciences CS 251 Introduction to Computer Organization & Assembly Language Lecture 8 (Computer System Organization) Secondary Memory

 From lecture notes  Memory Hierarchy  Floppy Disks  Magnetic Disks  RAID  Optical Disks Secondary Memory2

 No matter how big is the main memory, it will always be way too small  The categorization of the memory devices is done based on the following criteria 1.Speed 2.Size 3.Cost 4.Volatility 5.Proximity to the CPU 6.Ease of extensibility  A hierarchy is used to show this organization 3

Secondary Memory  Going up through the hierarchy, the devices are:  Faster  Smaller  More expensive  More volatile  Closer to the CPU  Least easy to extend 4 TapeOptical disk Magnetic disk Main Memory Cache Registers

Secondary Memory  Most desktop microcomputer systems have floppy disks, hard disks/ magnetic disks, and optical disk drives. 5

Secondary Memory  Diskette – Floppies - Portable storage media  Floppy disk drive (FDD)  Use flat circular pieces of Mylar plastic that is coated with magnetic material  Store data by altering the electro magnetic 6

Secondary Memory  Uses thicker metallic platters with magnetizing coating for storage  For internal hard disks  They are located inside the system unit  Known as fixed drive  Designated as the C drive  advantages over the Floppy in terms of access speed and capacity 7

Secondary Memory  Hard disks have tracks (complete circle), and sectors(part of the circle).  Head is used to read/write data on the hard disk 8

Secondary Memory  RAID (Redundant Array of Independent Disks)  Many disks that look as one disk to the operating system  They have better performance and better reliability  Data are distributed over the drive  Allows for parallel execution 9

Secondary Memory  Several schemes for distribution of the data over the disks  Known as RAID level 0 through RAID level 5  The term “level” is kind of misnomer  No hierarchy is involved  Six different organization possible, each called a level 10

Secondary Memory  Virtual single disk is divided up into strips with k sectors each  RAID 0 writes consecutive strips over the drives in round robin form  RAID Controller will break any disk command into n separate commands (one for each of the disks  Will read and write in parallel 11

Secondary Memory12 Level 2 Level 0Level 1 Level 3 Level 4

Secondary Memory  Compact  Permanent storage  Consists of Lands and pits  Laser beams reflect off pits  Two common types  CD  DVD 13

Secondary Memory  Optical Format  Capacity from 650 MB to 1 GB  Rotation speed vary  Several types  Read only: CD - ROM  Write once: CD – R  Rewritable : CD - RW 14

Secondary Memory  Also Known as Digital Video Disk  Same as the CD but with higher storage capacity  Several types  Read only: DVD - ROM  Write once: DVD+R, DVD-R  Rewritable : DVD+RW, DVD-RW, DVD-RAM 15

A Blu-ray Disc known as BD or Blu-Ray An optical disc storage medium designed to supersede the standard DVD format. Its main uses are for storing high-definition video, PlayStation 3 video games, and other data It can store up to 25 GB per single layered, and 50 GB per dual layered disc. Secondary Memory16

A USB flash drive consists of a flash memory ( type of EEPROM memory) data storage device integrated with a USB (Universal Serial Bus) interface. USB flash drives are typically removable and rewritable, and physically much smaller than a floppy disk. Storage capacities in 2010 can be as large as 256 GB with steady improvements in size and price per capacity expected. Some allow 1 million write or erase cycles and offer a 10-year shelf storage time Secondary Memory17

USB flash drives are often used for the same purposes for which floppy disks or CD-ROMs were used. They are smaller, faster, have thousands of times more capacity, and are more durable and reliable because of their lack of moving parts. USB Flash drives use the USB mass storage standard, supported natively by modern operating systems such as Linux, Mac OS X, Windows, and other Unix- like systems.LinuxMac OS XWindowsUnix- like Secondary Memory18