A device that reads and writes data on a magnetic disk or tape. For writing, the surface of the disk or tape is moved past the read/write head. By discharging.

Slides:



Advertisements
Similar presentations
Hard Disks Low-level format- organizes both sides of each platter into tracks and sectors to define where items will be stored on the disk. Partitioning:
Advertisements

Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
Ali Baydoun1 Controllers (hard drive controllers).
Peripheral Storage Devices
Hard Disk Drives Chapter 7.
Chapter 4 – Page 1QM-130Dr. Sulaiman Al-Rafee Chapter 4 – Storage Chapter Summary Properties of Storage Systems Magnetic Disks Optical Disks Other types.
Lecture # 7. Topics Storage Techniques of Bits Storage Techniques of Bits Mass Storage Mass Storage Disk System Performance Disk System Performance File.
Computer Parts.
Lesson 9 Types of Storage Devices.
Storage Devices.
Types Of Storage Device
1 PC Audio 2 Sound Card  An expansion board that enables a computer to receive, manipulate and output sounds.
IT Systems In and Out EN230-1 Justin Champion C208 –
Introduction to Computers Section 5B. home Two Ways to Measure Storage Device Performance Average Access Time Data Transfer Rate.
Intermediate GNVQ ICT Backing Storage Backing storage is used to store programs and data when they are not being used or when a computer is switched off.
Computer Parts There are many parts that work together to make a computer work.
CANETE, Jivan Ray GOMEZ, Edgar Jr. JITO, Louisan Veth.
Storage device.
Mass Storage System EMELIZA R. YABUT MSIT. Overview of Mass Storage Structure Traditional magnetic disks structure ◦Platter- composed of one or more.
What is Computer Hardware
SECONDARY STORAGE DEVICES. MAGNETIC TAPE Data tape that stores large amounts of information that can only accessed sequentially. Commonly used for off-site.
Robert Crawford, MBA West Middle School
Hard Drives Non-Volatile Storage. Hard Drives Hard Drives (HD) The primary storage device in a computer system.
Computer Hardware and Network Systems Terms Lucas Abbott.
CIS 105 Concepts and Terminology Unit 3 CIS 105 Survey of Computer Information Systems Essential Concepts and Terminology Study Unit Three.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Internal components, Backing Storage, Operating Systems Software
… when you will open a computer We hope you will not look like …
Unit 5, Lesson 13 Storage Technologies and Devices AOIT Computer Systems Copyright © 2008–2013 National Academy Foundation. All rights reserved.
Tom Allen Computer Science Department Trinity University.
Storage. Memory RAM Virtual Memory Cache Memory ROM Motherboard.
INTRODUCTION TO PC ARCHITECTURE.
1 Chapter 3 Understanding Computers, 11 th Edition Storage Medium The physical material on which a computer keeps data, instructions and information. Can.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
 Design model for a computer  Named after John von Neuman  Instructions that tell the computer what to do are stored in memory  Stored program Memory.
Understanding and Troubleshooting Your PC. Chapter 5: Understanding, Installing, and Troubleshooting Disk Drives2 Chapter Objectives  In this chapter,
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
Storage Devices Chapter 7. Floppy Drive Overview The floppy drive subsystem consists of three main parts: ▫the electronic circuits or the controller,
Copyright Prentice-Hall, Inc Chapter 2.
Lecture No 11 Storage Devices
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
STORAGE DEVICES Presentation By: Saurabh Mishra. A data storage device is a device for recording (storing) information (data). CD, Hard Disk and Flash.
Storage Hardware Devices Presented by Hector Arreola Valentin Kifumbi Keely Ritchie-Boland.
Computer Architecture CST 250
CMSC Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number.
Computer Parts There are many parts that work together to make a computer work.
Interfaces. Peripheral devices connect to the CPU, via slots on the back of the computer.
Storage of Data Letts Chapter 6. Introduction Any system needs to store both programs and data and requires: n a main store for fast access storage; n.
Hard Disk Geometry. Physical Sizes ( Also called Form Factor) Hard Drives currently come in 2 main sizes: 2.5” and 3.5” 2.5” Drives are for laptop computers.
Indira Gandhi National Open University presents. A Video Lecture Course: Computer Platforms.
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
Secondary Storage. Secondary storage (auxiliary storage) is all data storage that is not currently in a computer's primary storage or memory. This is.
Graphics Tablet.
Computer Hard Drive.
Backing Store.
Introduction to Computing
Chapter III, Desktop Imaging Systems and Issues: Lesson II Storing Image Data
Business Computer Technology
Interfaces.
Chapter 7.
Computer Organization
Device Management Damian Gordon.
Multicultural Social Community Development Institute ( MSCDI)
GCSE OCR 4 Storage Computer Science J276 Unit 1
Computer Hardware Ms. Wade.
Lesson 9 Types of Storage Devices.
Hard disk basics Prof:R.CHARLES SILVESTER JOE Departmet of Electronics St.Joseph’s College,Trichy.
Measuring Drive Performance
Networks & I/O Devices.
5 Backing Storage Backing storage is used to store programs and data when they are not being used or when a computer is switched off. When programs and.
Presentation transcript:

A device that reads and writes data on a magnetic disk or tape. For writing, the surface of the disk or tape is moved past the read/write head. By discharging electrical impulses at the appropriate times, bits are recorded as tiny, magnetized spots of positive or negative polarity.

These are small areas on a storage device. A hard disk when formatted, is divided into tracks, sectors and clusters. Tracks are concentric circles around the disk. Sectors are segments of a track. Clusters are a set of sectors. A typical hard drive may have 30 or more tracks and 10 or more sectors per track.

This is a temporary storage area, usually in RAM. The purpose of most buffers is to act as a holding area, enabling the CPU to manipulate data before transferring it to a device. How the Buffer works (because of the slow Read/Write process): Programs keep track of data changes in the buffer Programs copy the buffer to a disk Example #1 in Word Processors: Buffers are used to keep track of changes to files. When file is saved, the word processor updates the disk file with the contents of the buffer. Example #2 Buffers are commonly used when burning data onto a compact disc, where the data is transferred to the buffer before being written to the disc.

A single track location on all platters making up a hard disk. The time a program or device takes to locate a single piece of information and make it available to the computer for processing. Sequential Access Refers to reading or writing data records in sequential order, that is, one record after the other. Direct Access Refers to the ability to access data at random. This is the opposite of sequential access. Disks are random access media, whereas tapes are sequential access media.

Short for small computer system interface, a parallel interface standard used by Apple Macintosh computers, PCs and many UNIX systems for attaching peripheral devices to computers. SCSI interfaces provide for faster data transmission rates (up to 80 megabytes per second) than standard serial and parallel ports. In addition, you can attach many devices to a single SCSI port, so that SCSI is really an I/O bus rather than simply an interface.

Abbreviation of either Intelligent Drive Electronics or Integrated Drive Electronics. An IDE interface is an interface for mass storage devices, in which the controller is integrated into the disk or CD-ROM drive.

Serial ATA is a serial link -- a single cable with a minimum of four wires creates a point-to-point connection between devices. Transfer rates for Serial ATA begin at 150MBps. One of the main design advantages of Serial ATA is that the thinner serial cables facilitate more efficient airflow inside a form factor and also allow for smaller chassis designs.

THE END