STORAGE. Memory Versus Storage

Size: px
Start display at page:

Download "STORAGE. Memory Versus Storage"

Transcription

1 STORAGE Memory Versus Storage Memory Memory, which is composed of one or more chips on the motherboard, holds data and instruction while they are being processed by the CPU. The contents of volatile memory, such as RAM, are lost when the power of the computer is turned off. The contents of nonvolatile memory, such as ROM, are not lost even when power is removed from the computer. Storage Storage, also called secondary storage, is nonvolatile, and holds items such as data, instructions, and information for future. A storage medium is the physical material on which items are kept. One commonly used storage medium is a disk, which is a round, flat piece of plastic or metal with a magnetic coating on which items can be written. A storage device is the mechanism used to record and retrieve items to and from a storage medium. Storage devices can function as sources of input and output. Reading refers to the process that a storage device transfers data, instruction, and information from a storage medium into memory. Writing refers to the process that a storage device transfers these items from memory to a storage medium. The speed of a storage device is defined by its access time, which is the minimum time it takes the device to locate a single item on a disk. Compared to memory, storage devices are slow. The access time of storage devices is measured in milliseconds (i.e., thousandths of a second) while that of memory is measured in nanoseconds (i.e., billionths of a second). The size, or capacity, or a storage device, is measured by the number of bytes (characters) it can hold. Page 1

2 Floppy Disks A floppy disk, or diskette, is a portable, inexpensive storage medium that consists of a thin, circular, flexible plastic disk with a magnetic coating enclosed in a square-shaped plastic shell. The most widely used floppy disk today is 3.5 inches wide. A floppy disk drive (FDD) is a device that can read from and write to a floppy disk. If a computer has only one floppy disk drive, the drive is usually designated drive A. If the computer has two floppy disk drives, the second one is usually designated drive B. Before anything can be written on a new floppy disk, it must be formatted. Formatting is the process of preparing a floppy disk or hard disk for reading and writing by organizing the disk into storage locations called tracks and sectors. A track is a narrow recording band that forms a full circle on the surface of the disk. A sector is a pie-shaped section on a track, and is capable of holding 512 bytes of data. Any sector that cannot be used due to a physical flaw on the disk is called a bad sector. A typical floppy disk stores data on both sides and has 80 tracks on each side of the recording surface with 18 sectors per track. For reading and writing purposes, sectors are grouped into clusters. A cluster consists of two to eight sectors and the exact number varies depending on the operating system used. A cluster is the smallest unit of space used to store date. Even if a file consists of only a few bytes, an entire cluster is used for storage. Although each cluster holds data from only one file, one file can be stored in many clusters. Today, most floppy disk are high density floppy disk, storing 2 (sides) x 80 (tracks) x 18 (sectors per track) x 512 (bytes per sector) = 1,474,560 bytes, or approximately 1.44 MB. The file allocation table (FAT) is a table of information used to locate files on a disk. Even if a user accidentally formats a disk, the disk can be unformatted with special software because the formatting process only erases the file location Page 2

3 information and redefines the file allocation table for these items; the actual files on the disk are not erased. Floppy disks have a write-protect notch, which is a small opening in the corner of the floppy disk with a tab that can slide to cover or expose the notch. If the write-protect notch is exposed, or open, nothing can be written on the disk. However, a floppy drive can read from a floppy disk whether the write-protect notch is open or closed. Some floppy disks have a second opening on the opposite side of the disk that does not have the small tab; this opening identifies the disk as a high-density floppy disk. On any 3.5-inch floppy disk, a piece of metal called the shutter covers an opening in the rigid plastic shell. When the floppy disk is inserted into a floppy disk drive, the drive slides the shutter to the side to expose a portion of both sides of the floppy disk s recording surface. The read/write head is the mechanism that actually reads items from or writes items on the floppy disk. The average access time for current floppy disk drives to locate an item on the disk is 84 milliseconds, or approximately 1/12 second. To care for a floppy disk, it should not be exposed to heat, cold, magnetic fields, and contaminants such as dust, smoke, or salt air. Several manufacturers have high-capacity floppy disk drives that use disks with capacities of 100 MB and greater. A SuperDisk drive is a high-capacity disk drive developed by Imation that reads from and writes on a 120 MB SuperDisk floppy disk. A HiFD TM (High-Capacity FD) drive is a high-capacity floppy disk drive developed by Sony that reads from and writes on a 200 MB HiFD TM floppy disk. Both the SuperDisk drive and the HiFD drive are downward compatible, which means that they can read from and write on standard 3.5-inch floppy disks. A Zip drive is a special high-capacity disk drive developed by Iomega that use a 3.5-inch Zip disk, which is slightly larger than and about twice as thick as a standard 3.5-inch floppy disk. A Zip disk can be 100 MB or 250 MB in storage capacity. Page 3

4 Hard Disk A hard disk usually consists of several inflexible, circular disks, called platters, on which items are stored electronically. A platter is made of aluminum, glass, or ceramic and is coated with a material that allows items to be magnetically recorded on its surface. The hard disk in most desktop and laptop computers is housed inside the system unit, and is considered fixed disks because being not portable. Hard disks provide far larger storage capacities and much faster access times than floppy disks. Access time for today s hard disks ranges from five to eleven milliseconds. Hard disks undergo two formatting steps: A low-level format organizes both sides of each platter into tracks and sectors to define where items will be stored on the disk. After low-level formatting, a hard disk can be divided into partitions, or separate areas that function as separate hard disk. Partitioning makes a hard disk more efficient or allows for the installation of multiple operating systems. If a hard disk has only one partition, it is usually designated drive C by the computer. If the hard disk is divided into two partitions or more, the first partition is designated drive C; the second partition is designated drive D, and so on. A high-level format command is issued through the operating system to define, among other items, the file allocation table for each partition. A high-level format is carried out after low-level formatting and partitioning. Most hard disks have multiple platters stacked on top of one another and each platter has two read/write heads, one for each side. Because of the stacked arrangement of the platters, the location of the read/write heads is often referred to by its cylinder instead of its track. A cylinder is the location of a single track through all platters on a hard disk. If a hard disk has four platters (i.e., eight sides), each with 1000 tracks, then it will have 1000 cylinders with each cylinder consisting of eight tracks (two for each platter). The platters in the hard disk rotate at a speed of 5400 to 7200 revolutions per minute. Page 4

5 The spinning motion creates a cushion of air between the platter and its read/write head so that the read/write head floats above the platter instead of making direct contact with the platter surface. The distance between the read/write head and the platter is approximately two millionths of an inch. If contamination is introduced, the hard disk can have a head crash. A head crash occurs when a read/write head touches the surface of a platter, usually resulting in a loss of data or sometimes loss of the entire drive. Hard disks are sealed tightly to keep out contaminants. Some computers are able to improve the hard disk access time by using disk caching. Disk cache is a portion of memory that the CPU uses to store frequently accessed items. Disk cache works similarly to memory cache. When a program needs data, instructions, or information, the CPU checks the disk cache first. If the item is located in the disk cache, the CPU uses that item and completes the process. Otherwise, the CPU has to wait for the hard disk drive to locate and transfer the item from the disk to the CPU. Some disk caching system also attempt to predict what data, instructions, or information might be needed next and place them into cache before they are requested. Some hard disks are removable. A removable hard disk or disk cartridge is a disk drive in which hard disks are enclosed in plastic or metal cases so they can be removed from the drive. The Jaz disk by Iomega is a removable hard disk that can store up to two gigabytes of data, instructions, and information. Advantages of removable hard disks over fixed disk include A removable hard disk can transport a large number of files or to make backup copies of important files. For security measures, a removable hard disk can be locked up a the end of a work session, leaving no data on the computer. Networks, minicomputers, and mainframe computers often use disk packs. A disk pack is a collection of removable hard disks mounted in the same cabinet as the computer or enclosed in a large stand-alone cabinet. Page 5

6 The flow of data, instructions, and information to and from a disk is managed by a specially purpose chip and its associated electronic circuits called the disk controller. A controller for a hard disk is called a hard disk controller (HDC). Two types of hard disk controllers for personal computers are IDE and SCSI. IDE (Integrated Drive Electronics) controllers support up to four hard disks and can transfer data, instructions, and information to the disk at rates of up to 66 MB per second. IDE controllers are also referred to as ATA (AT attachment), which integrates the controller into the disk drive. SCSI (Small Computer System Interface) controllers support multiple disk drives, as well as other peripherals such as scanners, high-capacity disk drives, compact disk drives, tape drives, and printers. As many as 30 SCSI devices can be daisy chained together. SCSI controllers are faster than EIDE controllers, providing up to 160 MB per second transfer rates. Raid (Redundant Array of Independent Disks) is a type of hard disk system that connects several smaller disks into a single unit that acts like a single large hard disk. RAID is more reliable than traditional disks and is often used with network and Internet servers. Reliability is improved with RAID through the duplication of data, instructions, and information. Duplication is implemented in different ways, depending on the storage design, or level, used. The simplest RAID storage design is level 1, called mirroring, which has one backup disk for each disk. Levels beyond level 1 use a technique called striping, which splits data, instructions, and information across multiple disks in the array. Striping improves disk access times, but does not offer data duplication. Some RAID levels combine both mirroring and striping. To prevent loss of items stored on a hard disk, preventative maintenance such as defragmenting or scanning the disk for errors should be carried out regularly. Page 6

7 Compact Discs A compact disc (CD) is a flat, round, portable, metal storage medium that usually is 4.75 inches in diameter and less than one-twentieth of an inch thick. Compact discs store items by using microscopic pits (indentations) and land (flat areas) that are in the middle layer of the disc. A high-powered laser light creates the pits. A low-powered laser light reads items from the compact disc by reflecting light through the bottom of the disc. The reflected light is converted into a series of bits that the computer can process. Land causes light to reflect, which is read as binary digit 1. Pits absorb the light and this absence of light is read as binary digit 0. A compact disc stores items in a single track that spirals from the center of the disc to the edge of the disc. As with a hard disk, this single track is divided into evenly sized sectors in which items are stored. The drive designation of a compact disc drive usually follows alphabetically after that of the hard disk (i.e., if the hard disk is drive C, then the compact disc is drive D). A jewel box is the protective case in which a compact disc should be stored. With proper care, a compact disc may last up to 50 years. Guidelines for the proper care of compact discs include: Do store the disc in a jewel box when not in use. Do hold a disc by its edges. Do not touch the underside of the disc. Do not write on the label side of the disc. Do not stack discs. Do not expose the disc to excessive heat or sunlight. Do not eat, smoke, or drink near a disc. Two basic types of compact discs designed for use with computers are CD-ROM and DVD-ROM. CD-ROM A CD-ROM (Compact Disc Read-Only Memory) is a compact disc that uses the same laser technology as audio CDs for recording music. A CD-ROM, however, can contain text, graphics, video, and sound. The contents of standard CD-ROMs are written, or recorded, by the manufacturer, and can only be read and used. They cannot be erased or modified by the user. Page 7

8 A CD-ROM drive or CD-ROM player reads items on a CD-ROM. A CD-ROM drive can also be used to play back audio CD because they use the same laser technology. A CD-ROM can hold up to 700 MB of data, instructions, and information. The speed of a CD-ROM drive is measured by its data transfer rate, which is the time it takes the drive to transmit data, instructions, and information from the drive to another device. The original CD-ROM drive was a single-speed drive with a data transfer rate of 150 KB per second. All subsequent CD-ROM drives have been measured relative to this first CD-ROM drive and use an X to denote the original transfer rate of 150 KB per second. e.g., A 40X CD-ROM drive has a data transfer rate of 40 x 150 = 6,000 KB or 6MB per second. Most standard CD-ROMs are single-session, which means that all items must be written to the disc at the time it is manufactured. Some CD-ROM variations are multisession, which means that additional data, instructions, and information can be written to the disc at a later time. PhotoCD A PhotoCD is a compact disc that only contains digital photographic images saved in the PhotoCD format, which is developed by Eastman Kodak. CD-R CD-R (Compact Disc-Recordable) is a technology that allows a user to write on a compact disc using his or her own computer. A user can write on the disc in stages writing on part of it one time and writing on another part at a later time. However, the user can write on each part only once and cannot erase it. CD-R is a write once, read many technology. CD-R software and a CD-R drive are required in order to write on a CD-R. CD-RW A CD-RW (Compact Disc-Rewritable) is an erasable disc that can be written on multiple times. Page 8

9 CD-RW acts like a floppy or hard disk, allowing data, instructions, and information be written and rewritten onto it multiple times. CD-RW software and a CD-RW drive are required in order to write and rewrite on a CD-RW. One problem with CD-RW is that they cannot be read by all CD-ROM drives. DVD-ROM A DVD-ROM (Digital Video Disc-ROM) is an extremely high capacity compact disc capable of storing from 4.7 GB to 17 GB. A DVD-ROM s quality also far surpasses that of a CD-ROM. A DVD-ROM drive or DVD player is required to read a DVD-ROM. Although the size and shape of a DVD-ROM and a CD-ROM are similar, a DVD-ROM uses one of three storage techniques to increase storage capacity: The first technique involves making the disc more dense by packing the pits closer together. A second technique involves using two layers of pits, which doubles the capacity of the disc. Finally, some DVD-ROMs are double-sided, which means that they can be removed and turned over to read the other side. Recordable and rewritable versions of DVD-ROM are also available. A DVD-R (DVD-Recordable) can be written once and read (play) for many times. With a DVD-RAM, items can be erased and recorded on it multiple times. Tapes Magnetic tape is a magnetically coated ribbon of plastic capable of storing large amounts of data and information at a low cost. It is one of the first storage media used with mainframe computers. Tape storage requires sequential access, which refers to reading or writing data consecutively. Floppy disks, hard disks, and compact discs all use direct access, or random access, which means that a particular data item or file can be located immediately, without having to move consecutively through items stored in front of it. Tapes are used most often for long-term storage and backup. Page 9

10 A tape drive is used to read from and write data and information onto a tape. A tape cartridge is a small, rectangular, plastic housing for tape. Tape cartridges containing one-quarter-inch wide tape are slightly larger than audiocassette tapes. Three common types of tape drives are QIC (Quarter-inch cartridge), DAT (Digital audio tape), and DLT (Digital linear tape). PC Cards A PC Card is a thin, credit card-sized device that fits into a PC Card expansion slot on a laptop or other personal computer. PC Cards are available in three types: Type I and Type II cards are used to add memory or communications capabilities to a computer. The thicker Type III cards are used to house hard disks. Some digital cameras also use a picture card or compact flash card, to store pictures. Other Types of Storage Smart Cards A smart card, which is similar in size to a credit card or ATM card, stores data on a thin microprocessor embedded in the card. An intelligent smart card contains a CPU and has input, process, output and storage capabilities. A memory card has only storage capabilities. When the smart card is inserted into a specialized card reader, the information on the smart card is read and, if necessary, updated. Applications of smart cards include: Storing a prepaid dollar amount (e.g., a prepaid telephone calling card). Storing patient records and other health-care information. Tracking information of customers and employees. Electronic money (e-money), or digital cash, is a means of paying for goods and services over the Internet. Microfilm and Microfiche Microfilm and microfiche are used to store microscopic images of documents on roll of sheet film. Microfilm uses a 100- to 215-foot roll of film. Microfiche uses a small sheet of film, usually about for inches by six inches. Page 10

11 The images are recorded onto the film using a device called a computer output microfilm (COM) recorder. The stored images are so small that they can be read only with a microfilm or microfiche reader. Applications of microfilm and microfiche include: Storing back issues of newspapers, magazines, and genealogy records in libraries. Archiving inactive files in large organizations such as banks. Advantages of using microfilm and microfiche include: It greatly reduces the amount of paper used. It is inexpensive. It has the longest life of any storage medium. Enterprise Storage System and Data Warehouses An enterprise storage system is a strategy that focuses on the availability, protection, organization, and backup of storage in a company. A storage area network (SAN) is a high-speed network that connects storage devices. A data warehouse centralizes the computing environment, in which large megaservers store data, information, and programs, and less powerful client devices connect to the megaservers to access these items. Page 11

Storage. How does volatility compare? What is a storage device and a storage medium? Today s standard disk is 3.5 wide

Storage. How does volatility compare? What is a storage device and a storage medium? Today s standard disk is 3.5 wide 1 Chapter 7 Storage 2 Chapter 7 Objectives 3 Memory Versus Storage 1 What is storage? 2 Media and devices used to store and retrieve data, instructions,and information 4 Memory Versus Storage 1 How does

More information

Storage. What is storage? Holds data, instructions, and information for future use Storage medium is physical material used for storage

Storage. What is storage? Holds data, instructions, and information for future use Storage medium is physical material used for storage Storage 1 Storage What is storage? Holds data, instructions, and information for future use Storage medium is physical material used for storage Also called secondary storage p. 7.02 Fig. 7-1 2 Storage

More information

General Items: Reading Materials: Miscellaneous: Lecture 9 / Chapter 7 COSC1300/ITSC 1401/BCIS /19/2004 ? H ? T

General Items: Reading Materials: Miscellaneous: Lecture 9 / Chapter 7 COSC1300/ITSC 1401/BCIS /19/2004 ? H ? T General Items:? H Reading Materials:? T Miscellaneous: F.Farahmand 1 / 11 File: lec8chap7f04.doc Electronic Storage - The medium on which we can keep data, instructions, and information - Examples: Floppy

More information

Discovering Computers 2008

Discovering Computers 2008 Discovering Computers 2008 Chapter 7 Storage 1 1 Chapter 7 Objectives Differentiate between storage devices and storage media Describe the characteristics of magnetic disks Describe the characteristics

More information

storage Storage Storage Storage Storage Storage

storage Storage Storage Storage Storage Storage What is storage? Holds data, instructions, and information for future use medium is physical material used for storage Also called secondary storage 1 p. 7.02 Fig. 7-1 2 What is capacity? Number of bytes

More information

Storage. Chapter3 ITBIS105

Storage. Chapter3 ITBIS105 Storage Chapter3 ITBIS105 IS-IT-UOB 2013 Storage What is storage? Holds data, instructions, and information for future use Storage medium is physical material used for storage Also called secondary storage

More information

INTRODUCTION TO Data Storage

INTRODUCTION TO Data Storage Introduction to Computing INTRODUCTION TO Data Storage CPU AND MICROPROCESSOR Memory Used to store data, instructions, and information The operating system and other system software Application programs

More information

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World Discovering Computers Fundamentals, 2011 Edition Living in a Digital World Objectives Overview Describe the characteristics of an internal hard disk including capacity, platters, read/write heads, cylinders,

More information

Objectives Overview. Chapter 7 Types of Storage. Instructor: M. Imran Khalil. MSc-IT 1st semester Fall Discovering Computers 2012

Objectives Overview. Chapter 7 Types of Storage. Instructor: M. Imran Khalil. MSc-IT 1st semester Fall Discovering Computers 2012 Chapter 7 Types of Storage Instructor: M. Imran Khalil MSc-IT 1 st Semester Fall 2016 Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Differentiate between storage

More information

Holds data, instructions, and information for future use Storage medium is physical material used for storage

Holds data, instructions, and information for future use Storage medium is physical material used for storage Chapter 3 Storage Storage What is storage? Holds data, instructions, and information for future use Storage medium is physical material used for storage Also called secondary storage such as : floppy disks,

More information

INFS 214: Introduction to Computing

INFS 214: Introduction to Computing INFS 214: Introduction to Computing Session 6 Storage Technologies Lecturer: Dr. Ebenezer Ankrah, Dept. of Information Studies Contact Information: eankrah@ug.edu.gh College of Education School of Continuing

More information

Today we will learn about:

Today we will learn about: Storage Devices Today we will learn about: Storage Devices Ancient technology (from my days as a student) Floppies CD_ROM, DVDs Hard drives Magnetic tape Storage versus Memory Memory holds data, programs

More information

Computer Principles and Applications SSC. 151 Dr. Abdel-Hameed Nawar Spring Solution Key to Problem Set 3

Computer Principles and Applications SSC. 151 Dr. Abdel-Hameed Nawar Spring Solution Key to Problem Set 3 Social Science Computing Department Faculty of Economics and Political Science Computer Principles and Applications Cairo University SSC. 151 Dr. Abdel-Hameed Nawar Spring 2009 Name: ID No. Date : Section

More information

COMPUTER STORAGE DEVICES

COMPUTER STORAGE DEVICES COMPUTER STORAGE DEVICES A storage device records and retrieves items to and from a storage medium. A storage media is the actual physical material that holds data and programs. Writing is the process

More information

Topic 4: Storage Devices

Topic 4: Storage Devices Topic 4: Storage Devices 4.1 Introduction A storage device is a computer peripheral which is used to store data and programs for a specific interval of time. A computer system usually contains several

More information

Unit 5: Memory Organizations

Unit 5: Memory Organizations Memory Organizations Unit 5: Memory Organizations Introduction This unit considers the organization of a computer's memory system. The characteristics of the most important storage technologies are described

More information

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science 1.1 Bits and Bit Patterns CS11102 Introduction to Computer Science Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representation of information as bit patterns Bit: Binary

More information

Chapter 6A. Describing Storage Devices. Describing Storage Devices. Types of Storage Devices. Store data when computer is off Two processes

Chapter 6A. Describing Storage Devices. Describing Storage Devices. Types of Storage Devices. Store data when computer is off Two processes Chapter 6A Types of Storage Devices Describing Storage Devices Store data when computer is off Two processes Writing data Reading data 2 Describing Storage Devices Storage terms Media is the material storing

More information

What is the typical configuration of a computer sold today? 1-1

What is the typical configuration of a computer sold today? 1-1 What is the typical configuration of a computer sold today? 1-1 Computer Hardware Components In this chapter: How did the computer become known as the stored-program computer? Do they all have the same

More information

3-2-3 Secondary Storage

3-2-3 Secondary Storage 3-2-3 Secondary Storage Secondary Storage Hardware: - devices that permanently hold data and information as well as programs. We will look at floppy disks, hard disks, optical disks, magnetic tape, and

More information

lesson 3 Transforming Data into Information

lesson 3 Transforming Data into Information essential concepts lesson 3 Transforming Data into Information This lesson includes the following sections: How Computers Represent Data How Computers Process Data Factors Affecting Processing Speed Extending

More information

The personal computer system uses the following hardware device types -

The personal computer system uses the following hardware device types - EIT, Author Gay Robertson, 2016 The personal computer system uses the following hardware device types - Input devices Input devices Processing devices Storage devices Processing Cycle Processing devices

More information

TODAY AND TOMORROW. Storage CHAPTER

TODAY AND TOMORROW. Storage CHAPTER 1 TODAY AND TOMORROW 3 Storage CHAPTER Storage Systems Characteristics All storage systems have specific characteristics Storage medium (what data is stored on) Can be removable or nonremovable from the

More information

Computer System Architecture

Computer System Architecture CSC 203 1.5 Computer System Architecture Department of Statistics and Computer Science University of Sri Jayewardenepura Secondary Memory 2 Technologies Magnetic storage Floppy, Zip disk, Hard drives,

More information

Discovering Computers

Discovering Computers Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet Chapter 8 Digital Storage Objectives Overview See Page 336 for Detailed Objectives Objectives Overview See Page

More information

16/06/56. Secondary Storage. Secondary Storage. Secondary Storage The McGraw-Hill Companies, Inc. All rights reserved.

16/06/56. Secondary Storage. Secondary Storage. Secondary Storage The McGraw-Hill Companies, Inc. All rights reserved. Distinguish between primary and secondary storage. Discuss the important characteristics of secondary storage, including media, capacity, storage devices, and access speed. Describe hard disk platters,

More information

CSC1010 Spring 2013 Assignment 3 Chapter 7 and 8 Due: 4/8/2013. Name Student ID

CSC1010 Spring 2013 Assignment 3 Chapter 7 and 8 Due: 4/8/2013. Name Student ID CSC1010 Spring 2013 Assignment 3 Chapter 7 and 8 Due: 4/8/2013 Name Student ID All assignments will be done on an individual basis. Anyone found cheating and/or copying, in the instructor s opinion; will

More information

QUESTIONS ABOUT COMPUTERS

QUESTIONS ABOUT COMPUTERS 1. What is a computer? QUESTIONS ABOUT COMPUTERS A computer is a machine that processes information, in other words, it receives and stores data, performs calculations with this data and presents the results

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 Input Input is any data entered into the computer s memory

More information

Computers Are Your Future Prentice-Hall, Inc.

Computers Are Your Future Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 What You Will Learn About ü The purpose of special keys and

More information

Chapter 7 Types of Storage. Discovering Computers Your Interactive Guide to the Digital World. Discovering Computers 2012: Chapter 7 2

Chapter 7 Types of Storage. Discovering Computers Your Interactive Guide to the Digital World. Discovering Computers 2012: Chapter 7 2 Chapter 7 Types of Storage Discovering Computers 2012 Your Interactive Guide to the Digital World 2 3 4 Storage Storage Capacityis the number of bytes a storage medium can hold Pages 352 353 Figure 7-1

More information

Introduction to Computers

Introduction to Computers Introduction to Computers Considers: Definition of computer Computer system devices Central Processing Unit Introduction to software What Is A Computer? A computer is an electronic device, operating under

More information

What is Data Storage?

What is Data Storage? What is Data Storage? When we talk about storing data, we mean putting the data in a known place. We can later come back to that place and get our data back again. Writing data or saving data are other

More information

Chapter 14: Mass-Storage Systems

Chapter 14: Mass-Storage Systems Chapter 14: Mass-Storage Systems Disk Structure Disk Scheduling Disk Management Swap-Space Management RAID Structure Disk Attachment Stable-Storage Implementation Tertiary Storage Devices Operating System

More information

Database Management Systems, 2nd edition, Raghu Ramakrishnan, Johannes Gehrke, McGraw-Hill

Database Management Systems, 2nd edition, Raghu Ramakrishnan, Johannes Gehrke, McGraw-Hill Lecture Handout Database Management System Lecture No. 34 Reading Material Database Management Systems, 2nd edition, Raghu Ramakrishnan, Johannes Gehrke, McGraw-Hill Modern Database Management, Fred McFadden,

More information

Chapter 12: Mass-Storage Systems. Operating System Concepts 8 th Edition,

Chapter 12: Mass-Storage Systems. Operating System Concepts 8 th Edition, Chapter 12: Mass-Storage Systems, Silberschatz, Galvin and Gagne 2009 Chapter 12: Mass-Storage Systems Overview of Mass Storage Structure Disk Structure Disk Attachment Disk Scheduling Disk Management

More information

(Computer Hardware, System Unit & its parts.) Lecture # By: M.Nadeem Akhtar. Lecturer. Department of CS & IT.

(Computer Hardware, System Unit & its parts.) Lecture # By: M.Nadeem Akhtar. Lecturer. Department of CS & IT. INTRODUCTION TO INFORMATION & COMMUNICATION TECHNOLOGIES (Computer Hardware, System Unit & its parts.) Lecture # 05-06 By: M.Nadeem Akhtar. Lecturer. Department of CS & IT. URL: https://sites.google.com/site/nadeemcsuoliict/home/lectures

More information

Tape pictures. CSE 30341: Operating Systems Principles

Tape pictures. CSE 30341: Operating Systems Principles Tape pictures 4/11/07 CSE 30341: Operating Systems Principles page 1 Tape Drives The basic operations for a tape drive differ from those of a disk drive. locate positions the tape to a specific logical

More information

Memory Study Material

Memory Study Material Computer memory refers to the devices that are used to store data or programs on a temporary or permanent basis for use in a computer. Any data or instruction entered into the memory of a computer is considered

More information

Discovering Computers Living in a Digital World

Discovering Computers Living in a Digital World Discovering Computers 2011 Living in a Digital World Objectives Overview See Page 351 for Detailed Objectives 2 Objectives Overview See Page 351 for Detailed Objectives 3 Storage Pages 352-353 4 Storage

More information

Module 13: Secondary-Storage

Module 13: Secondary-Storage Module 13: Secondary-Storage Disk Structure Disk Scheduling Disk Management Swap-Space Management Disk Reliability Stable-Storage Implementation Tertiary Storage Devices Operating System Issues Performance

More information

Semiconductor Memory Types Microprocessor Design & Organisation HCA2102

Semiconductor Memory Types Microprocessor Design & Organisation HCA2102 Semiconductor Memory Types Microprocessor Design & Organisation HCA2102 Internal & External Memory Semiconductor Memory RAM Misnamed as all semiconductor memory is random access Read/Write Volatile Temporary

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 6 Supporting Hard Drives

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 6 Supporting Hard Drives A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 6 Supporting Hard Drives Objectives Learn about the technologies used inside a hard drive and how data is organized on the drive

More information

vinodsrivastava.wordpress.com

vinodsrivastava.wordpress.com vinodsrivastava.wordpress.com SECTION 3 STORAGE SYSTEM This Section you will learn about: BACK-UP STORAGE NEED OF BACK-UP ACCESSING DATA FROM STORAGE TYPE OF BACKUP(Secondary Storage) Devices o Magnetic-

More information

Community Development and Training Centre Semester IT 245 Management Information Systems

Community Development and Training Centre Semester IT 245 Management Information Systems Community Development and Training Centre Semester 2 2006 IT 245 Management Information Systems Computer Hardware Chapter Summary Computer Systems. Major types and trends in computer systems are summarized

More information

Overview of Mass Storage Structure

Overview of Mass Storage Structure Overview of Mass Storage Structure Magnetic disks provide bulk of secondary storage Drives rotate at 70 to 250 times per second Ipod disks: 4200 rpm Laptop disks: 4200, 5400 rpm or 7200 rpm Desktop disks:

More information

Input output and memory devices

Input output and memory devices Input output and memory devices One marks 1. What is cache memory The very high speed memory present between CPU and RAM 2. Expand the term OCR Optical Character Recognition (Recognizer) 3. Expand the

More information

Computers. Storage, storage units & accessing. R. S., Elektronika,

Computers. Storage, storage units & accessing. R. S., Elektronika, Computers Storage, storage units & accessing R. S., Elektronika, 10. 12. 2008 Data storage devices A data storage device is a device for recording (storing) information (data). Recording can be done using

More information

A+ Certification Guide. Chapter 12 Storage Devices

A+ Certification Guide. Chapter 12 Storage Devices A+ Certification Guide Chapter 12 Storage Devices Chapter 12 Objectives Drive Interface Types Hard Disk Drives SSD / Flash Drives Identify External Removable Storage RAID Optical Drives Floppy Drives Tape

More information

Arithmetic/logic Unit (ALU)

Arithmetic/logic Unit (ALU) 3D Printer Arithmetic/logic Unit (ALU) Barcode Barcode Printer Barcode Reader Biometric Reader BIOS (Basic input/output system) Bit Bus Bus Interface Unit A printer that uses molten plastic during a series

More information

Silberschatz, et al. Topics based on Chapter 13

Silberschatz, et al. Topics based on Chapter 13 Silberschatz, et al. Topics based on Chapter 13 Mass Storage Structure CPSC 410--Richard Furuta 3/23/00 1 Mass Storage Topics Secondary storage structure Disk Structure Disk Scheduling Disk Management

More information

UNIT 3 SECONDARY STORAGE TECHNIQUES

UNIT 3 SECONDARY STORAGE TECHNIQUES Basic Computer Organisation UNIT 3 SECONDARY STORAGE TECHNIQUES Structure Page No. 3.0 Introduction 64 3.1 Objectives 64 3.2 Secondary Storage Systems 65 3.3 Hard Drives 65 3.3.1 Characteristics: Drive

More information

Chapter 2 Computer Hardware

Chapter 2 Computer Hardware Chapter 2 Computer Hardware Learning Objectives LO2.1: Understand how data is represented to a computer LO2.2: Identify the parts inside the system unit LO2.3: Explain how the CPU works LO2.4: Describe

More information

Chapter 10: Mass-Storage Systems

Chapter 10: Mass-Storage Systems COP 4610: Introduction to Operating Systems (Spring 2016) Chapter 10: Mass-Storage Systems Zhi Wang Florida State University Content Overview of Mass Storage Structure Disk Structure Disk Scheduling Disk

More information

MASS-STORAGE STRUCTURE

MASS-STORAGE STRUCTURE UNIT IV MASS-STORAGE STRUCTURE Mass-Storage Systems ndescribe the physical structure of secondary and tertiary storage devices and the resulting effects on the uses of the devicesnexplain the performance

More information

BCN1043. By Dr. Mritha Ramalingam. Faculty of Computer Systems & Software Engineering

BCN1043. By Dr. Mritha Ramalingam. Faculty of Computer Systems & Software Engineering BCN1043 By Dr. Mritha Ramalingam Faculty of Computer Systems & Software Engineering mritha@ump.edu.my http://ocw.ump.edu.my/ authors Dr. Mohd Nizam Mohmad Kahar (mnizam@ump.edu.my) Jamaludin Sallim (jamal@ump.edu.my)

More information

STORAGE & FILE CONCEPTS, UTILITIES

STORAGE & FILE CONCEPTS, UTILITIES STORAGE & FILE CONCEPTS, UTILITIES (Pages 6, 150-158 - Discovering Computers & Microsoft Office 2010) I. Computer files data, information or instructions residing on secondary storage are stored in the

More information

Lecture -1- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering

Lecture -1- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering Lecture -1- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering What is Computer? Computer is an advanced electronic device that takes raw data as input from the user

More information

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah The kinds of memory:- 1. RAM(Random Access Memory):- The main memory in the computer, it s the location where data and programs are stored (temporally). RAM is volatile means that the data is only there

More information

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan Management Information Systems Information Systems: Computer Hardware Dr. Shankar Sundaresan (Adapted from Introduction to IS, Rainer and Turban) OUTLINE Introduction The Central Processing Unit Computer

More information

FACTFILE: GCE DIGITAL TECHNOLOGY

FACTFILE: GCE DIGITAL TECHNOLOGY FACTFILE: GCE DIGITAL TECHNOLOGY AS2: FUNDAMENTALS OF DIGITAL TECHNOLOGY Hardware and Software Architecture 2 Learning Outcomes Students should be able to: explain the need for secondary storage; describe

More information

FY04: jennifer george. Course Information

FY04: jennifer george. Course Information FY04: Course Information Autumn Term Jennifer George Email: mas02jg@gold.ac.uk Office Hours: Mondays 3.00pm 5.00pm (email for appointments) Office: Room 4, 29 St James 1 Lectures & Labs Lectures: RHB 306

More information

Information Technology Training Package ICA99

Information Technology Training Package ICA99 The Components of a Computer System The basic components of the computer have not varied since the earliest computers were made in the early 1950 s. The only real changes have been in the number and variety

More information

The Fetch-Execute Cycle

The Fetch-Execute Cycle The Fetch-Execute Cycle Fetch the next instruction Decode the instruction Get data (if needed) Execute the instruction Remember: In a vn machine, both instructions and data are stored in the same memory!

More information

Parts of Computer hardware Software

Parts of Computer hardware Software Parts of Computer Parts of Computer If you use a desktop computer, you might already know that there is not any single part called the "computer." A computer is really a system of many parts working together.

More information

ASSIGNMENT , The feedback signal in the velocity transducer servo circuit performs which of the following functions? 12-1.

ASSIGNMENT , The feedback signal in the velocity transducer servo circuit performs which of the following functions? 12-1. ASSIGNMENT 12 Textbook Assignment: Magnetic Disk Storage, chapter 10 Continued, pages 10-21 through 10-33; and CD-ROM Storage, chapter 11, pages 11-1 through 11-7. 12- The velocity transducer in a disk

More information

Basic Computer Hardware Notes in PDF

Basic Computer Hardware Notes in PDF Basic Computer Hardware Notes in PDF Computer Awareness is tested in almost every exam. Some exams like SBI PO, SBI Clerk, IBPS PO, IBPS Clerk, SSC CGL, Railways RRB etc. require you to have Basic Computer

More information

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices 17 Q: Define Computer memory or storage. Ans: Memory: Memory refers to the place where data is kept for later use. For example, a human being has a memory where he/she stores the things that can be recalled

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 6 Supporting Hard Drives

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 6 Supporting Hard Drives A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 6 Supporting Hard Drives Objectives Learn about the technologies used inside a hard drive and how data is organized on the drive

More information

William Stallings Computer Organization and Architecture 6 th Edition. Chapter 6 External Memory

William Stallings Computer Organization and Architecture 6 th Edition. Chapter 6 External Memory William Stallings Computer Organization and Architecture 6 th Edition Chapter 6 External Memory Types of External Memory Magnetic Disk RAID Removable Optical CD-ROM CD-Recordable (CD-R) CD-R/W DVD Magnetic

More information

Computer Organization

Computer Organization Chapter 5 Computer Organization Figure 5-1 Computer hardware :: Review Figure 5-2 CPU :: Review CPU:: Review Registers are fast stand-alone storage locations that hold data temporarily Data Registers Instructional

More information

Hard Drive Technologies

Hard Drive Technologies Unit 8 Hard Drive Technologies Copyright 2002 Heathkit Company, Inc. All rights reserved. The disk surface is divided into tracks. 2 Most Hard Drives Have Multiple Platters Platter1, Track1 Platter2, Track1

More information

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts Types of Data Data Represented by PE 231 Education Media AND Technology Alphanumeric data Image data Audio data Numbers, letters, and other characters Graphic images or pictures Sound, noise, tones Video

More information

Storage Devices for Database Systems

Storage Devices for Database Systems Storage Devices for Database Systems 5DV120 Database System Principles Umeå University Department of Computing Science Stephen J. Hegner hegner@cs.umu.se http://www.cs.umu.se/~hegner Storage Devices for

More information

COMPUTER SYSTEMS. Section 1

COMPUTER SYSTEMS. Section 1 COMPUTER SYSTEMS Section 1 BITS AND BYTES In order for information to flow through a computer system and be in a form suitable for processing, all symbols, pictures, or words must be reduced to a string

More information

Digital Circuits ECS 371

Digital Circuits ECS 371 Digital Circuits ECS 371 Dr. Prapun Suksompong prapun@siit.tu.ac.th Lecture 25 Office Hours: BKD 3601-7 Monday 9:00-10:30, 1:30-3:30 Tuesday 10:30-11:30 1 Announcement Reading Assignment: Chapter 7: 7-1,

More information

Chapter Contents. Personal Computer Systems Desktop and Portable Computers. Desktop and Portable Computers

Chapter Contents. Personal Computer Systems Desktop and Portable Computers. Desktop and Portable Computers 11.10.011 Chapter Contents Chapter Computer Hardware Section A: Personal Computer Basics Section B: Microprocessors and Memory Section C: Storage Devices Section D: Input and Output Devices Section E:

More information

Microsoft Office 2007 (Brief Concepts and Techniques) Windows XP Edition

Microsoft Office 2007 (Brief Concepts and Techniques) Windows XP Edition Microsoft Office 2007 (Brief Concepts and Techniques) Windows XP Edition I. Introduction to Computers a. Objectives i. Define the term computer and discuss the four basic computer operations; input, processing,

More information

Chapter 2: A Closer Look at Hardware and Software

Chapter 2: A Closer Look at Hardware and Software Understanding Computers in a Changing Society, 3 rd Edition Chapter 2: A Closer Look at Hardware and Software Learning Objectives Understand how data is represented to a computer. Identify several types

More information

Introduction to the Personal Computer

Introduction to the Personal Computer Introduction to the Personal Computer 2.1 Describe a computer system A computer system consists of hardware and software components. Hardware is the physical equipment such as the case, storage drives,

More information

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software All the parts--monitor, printer, hard drive, etc.-- cables, cabinets, and programs that make a computer

More information

COMPUTER HARDWARE RAYMOND ROSE

COMPUTER HARDWARE RAYMOND ROSE COMPUTER HARDWARE RAYMOND ROSE LEARNING OUTCOMES 1.1 Identify types of computer how they process information, and the purpose and function of different hardware components. Understanding the computer and

More information

Backing Storage Media

Backing Storage Media Backing Storage Media Key Words The following words will crop up as part of the following presentation. You should use your notes sheet to log information about them when it is covered. You will be quizzed

More information

Introduction To Computer Hardware. Hafijur Rahman

Introduction To Computer Hardware. Hafijur Rahman Introduction To Computer Hardware Lecture 2 Hafijur Rahman What is a Computer? A computer is an electronic device, which can input, process, and output data. input processing output A computer is a machine

More information

Magnetic Disk. Optical. Magnetic Tape. RAID Removable. CD-ROM CD-Recordable (CD-R) CD-R/W DVD

Magnetic Disk. Optical. Magnetic Tape. RAID Removable. CD-ROM CD-Recordable (CD-R) CD-R/W DVD External Memory Magnetic Disk RAID Removable Optical CD-ROM CD-Recordable (CD-R) CD-R/W DVD Magnetic Tape Disk substrate coated with magnetizable material (iron oxide rust) Substrate used to be aluminium

More information

PARTS OF THE COMPUTER. 2nd ESO IES CAP DE LLEVANT

PARTS OF THE COMPUTER. 2nd ESO IES CAP DE LLEVANT PARTS OF THE COMPUTER 2nd ESO IES CAP DE LLEVANT 1. COMPUTING OR INFORMATION TECHNOLOGY The branch of engineering science that studies (with the aid of computers)the procedure of calculating and information

More information

Chapter 6 Part 1 Understanding Hardware

Chapter 6 Part 1 Understanding Hardware Chapter 6 Part 1 Understanding Hardware CS10001- Computer Literacy Chapter 6: Understanding and Assessing Hardware 1 System Evaluation The subsystems to understand: CPU subsystem Memory subsystem Storage

More information

15/09/15. Introduction to Computers & The Internet. Contents. Computer hardware and software. Input and output devices CPU. Memory.

15/09/15. Introduction to Computers & The Internet. Contents. Computer hardware and software. Input and output devices CPU. Memory. Introduction to Computers & The Internet Dr. Ahmad Reeves Computer Science Dep. Lecture 2 Contents Computer hardware and software Input and output devices CPU Memory Storage Motherboard Computers Have

More information

William Stallings Computer Organization and Architecture 8 th Edition. Chapter 6 External Memory

William Stallings Computer Organization and Architecture 8 th Edition. Chapter 6 External Memory William Stallings Computer Organization and Architecture 8 th Edition Chapter 6 External Memory Types of External Memory Magnetic Disk RAID Removable Optical CD-ROM CD-Recordable (CD-R) CD-R/W DVD Magnetic

More information

VFAT. Win 95 and Win 98 2 GB Maximum Partition 32 K 2 GB. Long File Names

VFAT. Win 95 and Win 98 2 GB Maximum Partition 32 K 2 GB. Long File Names VFAT Win 95 and Win 98 2 GB Maximum Partition 32 K Cluster @ 2 GB Long File Names 50 FAT 32 Win 95 and Win 98 2 TB Maximum Partition 4 KB Cluster @ 2 GB 51 Partition Format Load OS 52 Fixed Disk Setup

More information

Components of a personal computer

Components of a personal computer Components of a personal computer Computer systems ranging from a controller in a microwave oven to a large supercomputer contain components providing five functions. A typical personal computer has hard,

More information

V. Mass Storage Systems

V. Mass Storage Systems TDIU25: Operating Systems V. Mass Storage Systems SGG9: chapter 12 o Mass storage: Hard disks, structure, scheduling, RAID Copyright Notice: The lecture notes are mainly based on modifications of the slides

More information

Discovering Computers 2012

Discovering Computers 2012 Discovering Computers 2012 Your Interactive Guide to the Digital World Edited by : Asma AlOsaimi The System Unit Memory The inside of the system unit on a desktop personal computer includes: Drive bay(s)

More information

Architecture of Computers and Parallel Systems Part 7: External Memories (Disks) Ing. Petr Olivka. Department of Computer Science

Architecture of Computers and Parallel Systems Part 7: External Memories (Disks) Ing. Petr Olivka. Department of Computer Science Architecture of Computers and Parallel Systems Part 7: External Memories (Disks) Ing. Petr Olivka petr.olivka@vsb.cz Department of Computer Science FEI VSB-TUO Architecture of Computers and Parallel Systems

More information

A+ Guide to Hardware, 4e. Chapter 9 Multimedia Devices and Mass Storage

A+ Guide to Hardware, 4e. Chapter 9 Multimedia Devices and Mass Storage A+ Guide to Hardware, 4e Chapter 9 Multimedia Devices and Mass Storage Objectives Learn about multimedia devices such as sound cards, digital cameras, and MP3 players Learn about optical storage technologies

More information

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate.

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate. Hardware Computer Overview A computer item you can physically see or touch. Software A computer program that tells computer hardware how to operate. Information Technology (IT) The broad subject related

More information

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER Components of a personal computer - Summary Computer Case aluminium casing to store all components. Motherboard Central Processor Unit (CPU) Power supply

More information

Semiconductor Memory Types. Computer & Microprocessor Architecture HCA103. Memory Cell Operation. Semiconductor Memory.

Semiconductor Memory Types. Computer & Microprocessor Architecture HCA103. Memory Cell Operation. Semiconductor Memory. Semiconductor Memory Types Computer & Microprocessor Architecture HCA103 Internal & External Memory UTM-RHH Slide Set 5 1 UTM-RHH Slide Set 5 2 Semiconductor Memory RAM Misnamed as all semiconductor memory

More information

Chapter I The System Unit

Chapter I The System Unit Date :../. / Chapter I The System Unit Day :.. Mother Board System Unit Types Desktop System Units Notebook System Units Tablet PC System Units Handheld Computer System Units System Board " Motherboard"

More information

Introduction to Computers and Applications

Introduction to Computers and Applications A World of Computers Introduction to Computers and Applications What is computer literacy? Knowledge and understanding of computers and their uses Computers are everywhere What Is a Computer? How is a

More information