Topic 4: Storage Devices

Size: px
Start display at page:

Download "Topic 4: Storage Devices"

Transcription

1 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 kinds of storage, each with an individual purpose. Some examples of storage devices are the hard disk, CD, DVD and USB Flash Drive (amongst others). 4.2 Memory Size Bit: The smallest measure of memory is the bit. A bit can either have the value of 1 or the value of 0. Byte: 8 bits, are equivalent to 1 byte. 1 byte is needed to store a single character. For example: A = Unit Equivalent to 1 byte 8 bits Equivalent to (in bytes) 1 Kb (Kilobyte) 1024 bytes Mb (Megabyte) 1024 Kb Gb (Gigabyte) 1024 Mb Tb (Terabyte) 1024 Gb Ms. Scicluna P a g e 1

2 4.3 Modes of Access Storage devices are described by the way data is read or written from/to it. Data on storage device can be accessed in two different ways. There are commonly referred to as the modes (or methods) of access: - Serial (Sequential) Access - Random (Direct) Access Serial (Sequential) Access With Serial Access, reading or writing of data is done in a sequential order. Records are read or written one after the other, starting from the beginning of the file. When searching for a particular record, all the record must be read until you find your record. For example, if we want to read the file on the 150 th record, we must read from record 1 to record 149, and then we will find the required record. An ideal use for this type of mode of access is when data is always accessed in the same order such as in a payroll system. An example of a storage device which uses serial access is the Magnetic Tape. Random (Direct) Access With Random Access, reading or writing of data records is done at random (anywhere in a file). Records can be read or written by going directly to the particular record we require and not accessed one after the other. Therefore, with random access, if we want to access record 150, we go directly to it. An ideal use for this type of mode of access is for an airline booking reservations system. Some examples of storage devices which uses serial access are the Hard Disk, CD,USB Flash Drive. Ms. Scicluna P a g e 2

3 Note: Disks are capable of supporting both serial and direct access modes. 4.4 Storage Devices Storage devices may be divided into two: - Primary (Main) Storage - Secondary (Backing or Auxiliary) Storage The following is a diagram which shows how computer memory may be classified: Storage Primary Storage Secondary Storage RAM ROM Magnetic Media Optical Media Electronic Media Magnetic Tape CD USB Flash Drive Floppy Disk DVD Flash Memory Card Hard Disk Blu Ray Disk Ms. Scicluna P a g e 3

4 4.5 Primary Storage There are mainly two Primary Storage Devices: Note: - Random Access Memory (RAM) - Read Only Memory (ROM) - Primary Storage devices are physically outside the CPU but they can be directly accessed by the CPU at a very fast speed. - Thus, it takes longer to access data on Secondary Storage than in Main Memory. Random Access Memory (RAM) The RAM is the working memory. RAM holds programs and data which are currently being used by the computer, for example, a word-processed document that is being edited will be loaded into main memory. The computer can read data (retrieve) from and write data (store) to RAM. RAM is used to store: - the programs that are running and the data that it is used by the CPU - data which is produced as a result of running a program - data that is being transferred to and from the peripherals - the contents of the screen (desktop). Adding more RAM will help make the computer run faster (however, it s not the only factor which determines computer s performance). Since anything that is being run by the computer must be loaded onto the RAM, the more RAM available, the more programs can be loaded at the same time without the computer slowing down. Obviously, there is a limit. RAM is like a whiteboard, on which you can write information which you are currently using and then rub it off when you are not using it anymore. Just the same, information may be retrieved or stored in the RAM. RAM will hold this information while the computer is using it. But when the computer is switched off, the RAM is completely cleared from information. Thus, we say that the RAM is volatile, since it will lose the information when the computer is switched off. Ms. Scicluna P a g e 4

5 Why is this? We said that RAM holds information which is currently being used by the computer! If the computer is switched off, does the computer need to use any information? No! Thus, the RAM will hold no information within it when the computer is switched off! Therefore, the RAM is a temporary store for data and instructions! The RAM is connected directly to the CPU through an address and data bus. Through the address bus, the CPU sends the memory address of the information which it wants to access. Then, through the data bus, the CPU passes the information which it wants to read or write. Nowadays, the size of the RAM is measured in Gigabytes. Types of RAM: Dynamic RAM (DRAM) which needs to be refreshed thousands of times per second. DRAM is the most common type of RAM. Static RAM (SRAM) which does not need to be refreshed and so it is faster but it is also more expensive than DRAM. Synchronous DRAM (SDRAM): fast access time Double Data Rate SDRAM (DDR): consume less power: suitable for notebook computers. Read Only Memory (ROM) ROM is like a textbook, on which the author writes information once, but then the reader can only read and cannot write onto it, thus, it cannot be changed! Just the same, ROM holds information that was built into it by its manufacturer. The computer can read it, but it cannot write onto it. In other words, ROM is good at remembering, but cannot change its mind. Once data has been written onto a ROM chip it cannot be removed and can only be read by the computer. The ROM is non-volatile, which means that, its contents are not lost when the power is switched off. If the ROM was volatile, it would lose its data and it would not be possible to write anything back (since it is read only). Thus, since ROM is used to hold information which is vital for the running of the computer, its contents will not be removed when the computer is switched off. Ms. Scicluna P a g e 5

6 ROM is the computer s permanent store of very important information or programs that must be readily available. This way, such information (including both instructions and data) will be protected against intentional or even un-intentional change! One such program is the bootstrap loader, which runs when the computer is switched on. The bootstrap loader is a program which tells the computer how to start up. It runs when the computer is switched on to get the computer started. Types of ROM: - Programmable Read-Only Memory (PROM): PROM are manufactured as a blank chip on which data can be written by the user using a special device called a PROM programmer. Once data has been written, it cannot be erased. - Erasable Programmable ROM (EPROM): Data can be erased by exposing it to ultraviolet radiation, so that new data can be written to it as if it was a new PROM. - Electrically Erasable Programmable ROM (EEPROM): Data can be erased by exposing it to an electrical charge. PROM, EPROM and EEPROM are still described as "read-only memory" (ROM) even though data can be written on them. This is due to the fact that the reprogramming process is generally infrequent, it is comparatively slow and random access writes to individual memory locations are not permitted. Note: Both RAM and ROM are randomly accessed. RAM AND ROM in Printers RAM is used to store the next set of data to be printed. Some ROM is used to store programs that direct the printer how to print the data and to keep record of the different printing fonts. RAM AND ROM in Washing Machine In a modern washing machine, the processor needs ROM to permanently store the control program. RAM is used to store temporary data created by the program. Ms. Scicluna P a g e 6

7 4.6 Secondary Storage Secondary Storage (Backing storage or auxiliary storage) is used to store data and instructions for a long term. Any programs or data that are not currently being used by the computer will be kept on backing store. Since such information is not currently being used by any program, it can stay in the Secondary Storage so that more essential information is placed in the RAM. When programs or data need to be used they are copied (loaded) into RAM for faster access. Note: It takes much longer to access data which is stored on backing store than data which is stored in RAM. Typically, data on backing storage takes 100 to 1000 times as long. Apart from storing data, secondary storage is also used to keep backups just in case the first medium fails. Like the main memory, secondary storage devices are also located outside the CPU. Backing storage media are non-volatile. This data will not be removed when the computer is switched off. There are basically 3 types of Storage Media: - Magnetic Media - Optical Media - Electronic Media Magnetic Media Magnetic Tape A magnetic tape is a narrow plastic ribbon. This ribbon is coated with magnetisable material and data is written by magnetizing different areas of the tape. The tape is similar to the tape used in domestic video systems but it is of a higher quality since it needs to be accelerated and decelerated very rapidly. Though the magnetic tape was very popular as a storage medium in the 1950s and 1960s, nowadays, it is mostly replaced by Magnetic disks and other type of media. It is only used to make backup copies of important data. It is common for 20,000 bits of information to be recorded on one centimetre of tape. Ms. Scicluna P a g e 7

8 - Mode of Access: Serial access - Drive: Tape drive or Tape streamer - Storage Capacity: 120Mb 5Tb - Application: To backup programs & data - Advantages: o It is very fast. o Millions of characters can be recorded on magnetic tapes. o It is cheap and convenient. - Disadvantages: o Data access is slow and sequential. o A record on a magnetic tape cannot be updated in place. Records which need to be updated have to be read, updated and then written on a second tape. o Must be stored in a suitable environment where humidity, temperature and dust are tightly controlled. o Not suitable for long-term storage of history files. Magnetic Disks A Magnetic Disks is coated with a magnetisable material. The head of the drive is positioned close to the disk to write or read data on it. The disk, head and all electronics are built together into a sealed unit. But how does it work? The surface of the disk is magnetisable and therefore, when the electromagnetic head of the disk drive is passed on the disk, it creates a pattern of magnetized and non-magnetized areas on disk's surface. This is the way in which data is written. Ms. Scicluna P a g e 8

9 Magnetic Disks are divided into tracks and sectors - Tracks are circular ring on one side of the disk. Each track is numbered. - Sectors are a wedge-shape piece of the disk. Each sector is numbered. The track and sector number are used as an address to find where data is stored on the disk. When a disk is formatted, addresses are being assigned to the different areas of the disk. Apart from this, an area is reserved for keeping the list of such addresses, so that the location of the data can be monitored. The removal of all data is the consequence resulting from formatting! Hard Disk A hard disk consists of a number of inflexible, shining silvery disks (platters) which are coated with a magnetic material. These magnetic disks are sealed in a protective case which protects the disks from dust and moisture. Data is recorded on these platters. Platters are coated with a magnetic material. The platters spin at a high speed and information is written on them as soon as they pass under the head. The head moves across the disc via an arm. Hard Disks write data by magnetizing the magnetic material at certain points to represent 0s and 1s. Hard Disks read data by seeing if the material at a certain point is magnetized. Ms. Scicluna P a g e 9

10 Hard Disks may be both internal and external and are used to store operating systems, application software and users files. Internal hard disks, are fixed inside the computer, but nowadays there are also removable hard disks, known as external hard disks. External hard disks are portable but more expensive than internal ones. The storage capacity of hard disks is always increasing and hard disks are becoming cheaper to buy. Hard disks can store more data than floppy disks. Also, data stored on a hard disk can be accessed much faster than data stored on a floppy disk. - Access: Direct access - Storage Capacity: 160Gb 4TB - Application: To store the operating system, application programs and user files - Advantages: o The protective case makes a hard disk more reliable than a floppy disk there is better protection against dirt. o Data access is fast and direct. - Disadvantage: o It is expensive. (compared to magnetic tape) Zip Disk A zip disk is a high-capacity floppy disk. The surface of the disks is more tightly packed with magnetic particles and thus it can store high density of data. Though zip disks can store much more data than floppy disks, they are only slightly larger in size than the floppy disks and about twice as thick. - Access: Direct access - Storage Capacity: 100Mb 750Mb - Application: To backup hard disks and transport large files - Advantages: o Zip disks are relatively cheap and durable. o They are of medium capacity. o Data is accessed directly. - Disadvantage: o Data access is slow. Ms. Scicluna P a g e 10

11 Floppy Disk Floppy disks are also called diskette or disk. Floppy Disks consist of a flexible magnetic disk held in a protective plastic jacket/case. The disk is coated with microscopic magnetic iron particles. On one side of the floppy disk, there is a silver circle with two holes in it. These holes are used so that when the disk is inserted into the disk drive, the drive hooks into holes to spin the disk inside. The disk spins at about 360 rpm (rotations per minute). Then, the silver metal cover is pushed aside so that the read/write heads in the disk drive can read from and write to the disk. Data on such disks may be protected by sliding the small write-protect tab, thus not allowing any writes to the disk. A floppy disk accesses data much slower than other magnetic media and it holds a very small amount of data. - Access: Direct access - Storage Capacity: 1.44Mb - Application: To transfer data files (such as word processing and spreadsheet files) between computers - Advantages: o Floppy disks are cheap. o They are lightweight and portable. o Data is accessed directly. - Disadvantages: o Floppy disks can hold a small amount of data (1.44Mb). o Data access is slow. Optical Media Optical media are storage media from which data is read from and written to by lasers. Compact Disk (CD) A CD is an exchangeable and portable medium, with the capacity of 650 MB. CDs are mostly used for large amounts of text and graphics, for example in encyclopaedias, catalogues and technical manuals. Information on a CD is accessed directly since the head in the CD drive moves directly to that required file. Ms. Scicluna P a g e 11

12 On a CD, information is stored in terms of pits and lands. - Pits are microscopic indentations and - Lands are flat surfaces. In order to write data on a CD, a powerful laser beam is used to burn a pattern of lands and pits on the CD corresponding to 1s and 0s. In order to read data from a CD, a low power laser throws a beam of light on the surface of the CD. When the light hits a pit, it is shone into an electric eye; but, when the light hits a land, it is not shone into that an electric eye. Thus, data is read as a series of reflections. View the animation in the site ( to understand what happens better. Accessing data from an optical medium is faster than accessing a floppy disk but slower than accessing a hard disk. Types of CDs: - CD-ROM (Read Only Memory) Data is written once (before it is sold) using a powerful laser beam to burn patterns (land or pit) on its surface. Once written, data cannot be erased replaced - data can only be read. This is why they are often described as Write Once Read Many times (WORM) disks. Access: Direct access Drive: CD-ROM player Storage Capacity: 650Mb - 700Mb Application: To store information that requires large storage capacity such as catalogs, technical manuals and multimedia (graphics, sound and video) Advantages: o CD-ROMs can hold large amounts of data. o They are portable, inexpensive and durable. o Data access is direct and faster than access to data on a floppy disk. Disadvantage: o CD-ROMs are not as fast as hard disks. Ms. Scicluna P a g e 12

13 - CD-R (Recordable) CD-Rs are also WORM disks. They are blank when bought and the user of a CD-R can write data to the disk in multiple sessions until the disk is full. Once all the tracks of a CD-R have been filled, no other data can be recorded on the disk. Access: Direct access Drive: CD-R drive (to write to the disk) Storage Capacity: 650Mb - 700Mb Application: To store information and to make permanent backups of data Advantage: o Data can be written to the disk until the disk is full. Disadvantages: o Disk can only be written once. Data written to the disk cannot be changed. - CD-RW (Rewritable) CD-RW disk are also bought blank. Data can be written on the disk in multiple sessions using a CD-RW drive. CD-RW disks are erasable optical disks. This means that data on a CD-RW can be changed and erased just like the data stored on a floppy or hard disk. Access: Direct access Drive: CD-RW drive Storage Capacity: 650Mb - 700Mb Application: To backup fixed hard disks Advantage: o Disk can be erased and written to over and over again. Disadvantage: o CDs can store less data than hard disks Ms. Scicluna P a g e 13

14 Digital Video Disk (DVD) DVDs use the same technology as CDs, yet they are able to store more data than a CD-ROM. This is because tracks on a DVD are more closely packed, data is stored on both sides of the disk and there is more than one layer of data on each side of the disk. They are often used for movies, which may also be interactive (unlike tape). Ex. Special features etc. DVD drives are backward-compatible with CD-ROMs. This means that DVD drives can play old CD-ROMs as well as new DVD-ROMs. Newer DVD players can also read CD-R disks. - Access: Direct access - Drive: DVD drive - Storage Capacity: 4.7Gb - Application: To store movies and other multimedia presentations - Advantages: o High quality digital sound and video. o Sometimes provided with different language tracks. - Disadvantages: o Not capable of storing High Definition movies BluRay Disk The BluRay Disc is a recent optical storage medium designed to outdo the standard DVD format. Its main uses are for storing high-definition (HD) video and for Playstation 3 Video Games. - Access: Direct access - Drive: Blu-Ray drive Blu-Ray player - Storage Capacity: 25Gb 50Gb - Application: o HD video, Playstation 3 video games - Advantage: o Can store better quality videos o Can store more data than DVDs - Disadvantage: o More expensive than other optical media. Ms. Scicluna P a g e 14

15 Electronic Media Electronic media are storage media from which data is read from and written to electronically. Hard Discs and CDs are mechanical. This is because they have moving parts like the head, the motor etc. However, Electronic Media have no moving parts! USB Flash Drives USB Flash Drives are small, lightweight, removable & rewritable storage devices with a USB interface. They consist of a small circuit board enclosed in a plastic or metal casing. In order to access data stored in a flash drive, the flash drive must be connected to a compute via the computer s USB port. USB flash drives have several advantages over other portable storage devices, particularly the floppy disk. USB flash drives are faster, they hold more data and are more reliable (due to their lack of moving parts). - Access: Direct access - Drive: USB port - Storage Capacity: 1Gb 32Gb - Application: To store information that needs to be transferred from one computer to another. - Advantages: o USB flash drives are easy-to-use. o Are very small and thus portable. o Are reliable since they do not contain any internal moving parts. o Can be plugged into any computer with a USB drive. - Disadvantage: o Less storage capacity than both internal and external hard disks. Flash Memory Cards Flash memory cards are small, lightweight, removable and rewritable storage devices. Such memory cards are used with digital cameras, handheld and laptop computers, cell phones, music players, video game consoles and other electronics. In order to access data stored in a flash memory card, the card must be connected to a computer, via a memory card reader. Ms. Scicluna P a g e 15

16 Nowadays, some new computers have built-in slots for a variety of memory cards. - Access: Direct access - Drive: Memory card reader - Storage Capacity: 16Mb - 4Gb - Application: To store information that needs to be transferred from one computer to another - Advantage: o Flash memory cards are light. o They are very small and thus portable. o Flash memory cards are reliable since they do not contain any internal moving parts. - Disadvantage: o Less storage capacity than both internal and external hard disks. Battery-Backed Memory Some data, such as the date and time, need to be updated even when the computer is switched off. This is why computers have a small battery, which gives power to a chip which keeps track of date and time, even when the computer is switched off. Ms. Scicluna P a g e 16

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

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

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

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

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

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

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

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

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis.

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis. MEMORY Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis. There are TWO TYPE of nature of memory in a computer. Temporary/

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

MEMORY BHARAT SCHOOL OF BANKING- VELLORE

MEMORY BHARAT SCHOOL OF BANKING- VELLORE A memory is just like a human brain. It is used to store data and instructions. Computer memory is the storage space in computer where data is to be processed and instructions required for processing are

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

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

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

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University Memory Overview Curtis Nelson Walla Walla University Overview - Memory Types n n n Magnetic tape (used primarily for long term archive) Magnetic disk n Hard disk (File, Directory, Folder) n Floppy disks

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

Grade 5 lesson 2 Computer storage and computer care and you

Grade 5 lesson 2 Computer storage and computer care and you Grade 5 lesson 2 Computer storage and computer care and you COMPUTER STORAGE 1 Storage is a means to hold and store data to present and future use. All computers have some sort of storage to function properly.

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

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

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

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

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

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

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

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

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

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

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

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

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers LECTURE SCHEDULE 2 Units of Memory, Hardware, Software and Classification of Computers Units of Memory The memory unit is the principal storage of the computer. All the data and instructions that the computer

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

UNIT:4 MEMORY ORGANIZATION

UNIT:4 MEMORY ORGANIZATION 1 UNIT:4 MEMORY ORGANIZATION TOPICS TO BE COVERED. 4.1 Memory Hierarchy 4.2 Memory Classification 4.3 RAM,ROM,PROM,EPROM 4.4 Main Memory 4.5Auxiliary Memory 4.6 Associative Memory 4.7 Cache Memory 4.8

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

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

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

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

CREATED BY M BILAL & Arslan Ahmad Shaad Visit: CREATED BY M BILAL & Arslan Ahmad Shaad Visit: www.techo786.wordpress.com Q1: Define microprocessor? Short Questions Chapter No 01 Fundamental Concepts Microprocessor is a program-controlled and semiconductor

More information

Chapter 2. Working with Disks and Other Removable Media

Chapter 2. Working with Disks and Other Removable Media Chapter 2 Working with Disks and Other Removable Media In This Chapter Understanding and Selecting Storage Obtaining Information about Computer Disks Assigning a Volume Label Working with USB Flash Drives

More information

STORAGE. Memory Versus Storage

STORAGE. Memory Versus Storage 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,

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

COSC 243. Memory and Storage Systems. Lecture 10 Memory and Storage Systems. COSC 243 (Computer Architecture)

COSC 243. Memory and Storage Systems. Lecture 10 Memory and Storage Systems. COSC 243 (Computer Architecture) COSC 243 1 Overview This Lecture Source: Chapters 4, 5, and 6 (10 th edition) Next Lecture Control Unit and Microprogramming 2 Electromagnetic Induction Move a magnet through a coil to induce a current

More information

An Overview of the Computer System. Kafui A. Prebbie 24

An Overview of the Computer System. Kafui A. Prebbie 24 An Overview of the Computer System Kafui A. Prebbie -kafui@kafui.com 24 The Parts of a Computer System What is a Computer? Hardware Software Data Users Kafui A. Prebbie -kafui@kafui.com 25 The Parts of

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

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11 Technology in Action Chapter 6 Understanding and Assessing Hardware: Evaluating Your System 1 Chapter Topics To buy or to upgrade? Evaluating your system CPU RAM Storage devices Video card Sound card System

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

Lecture-7 Characteristics of Memory: In the broad sense, a microcomputer memory system can be logically divided into three groups: 1) Processor

Lecture-7 Characteristics of Memory: In the broad sense, a microcomputer memory system can be logically divided into three groups: 1) Processor Lecture-7 Characteristics of Memory: In the broad sense, a microcomputer memory system can be logically divided into three groups: 1) Processor memory 2) Primary or main memory 3) Secondary memory Processor

More information

Unit 3 Part B. Computer Storage. Computer Technology

Unit 3 Part B. Computer Storage. Computer Technology Unit 3 Part B Computer Storage Computer Technology Storage The place in the computer where data is held while it is not needed for processing A storage device is device used to record (store) data The

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

Chapter One. Introduction to Computer System

Chapter One. Introduction to Computer System Principles of Programming-I / 131101 Prepared by: Dr. Bahjat Qazzaz -------------------------------------------------------------------------------------------- Chapter One Introduction to Computer System

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

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

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

COA. Prepared By: Dhaval R. Patel Page 1. Q.1 Define MBR.

COA. Prepared By: Dhaval R. Patel Page 1. Q.1 Define MBR. Q.1 Define MBR. MBR( Memory buffer register) A Memory Buffer Register (MBR) is the register in a computers processor that stores the data being transferred to and from the devices It allowing the processor

More information

UNIT-V MEMORY ORGANIZATION

UNIT-V MEMORY ORGANIZATION UNIT-V MEMORY ORGANIZATION 1 The main memory of a computer is semiconductor memory.the main memory unit is basically consists of two kinds of memory: RAM (RWM):Random access memory; which is volatile in

More information

- Input hardware - Processing hardware - Storage hardware

- Input hardware - Processing hardware - Storage hardware INTRODUCTION TO COMPUTER HARDWARE A Computer system can be broadly classified in to four parts namely: - Input hardware - Processing hardware - Storage hardware - Output hardware A computer is only useful

More information

Day 3. Storage Devices + Types of Memory + Measuring Memory + Computer Performance

Day 3. Storage Devices + Types of Memory + Measuring Memory + Computer Performance Day 3 Storage Devices + Types of Memory + Measuring Memory + Computer Performance 11-10-2015 12-10-2015 Storage Devices Storage capacity uses several terms to define the increasing amounts of data that

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

Q1. Describe C.P.U and its subunits with the help of diagram?

Q1. Describe C.P.U and its subunits with the help of diagram? Q1. Describe C.P.U and its subunits with the help of diagram? Ans. C.P.U (CENTRAL PROCESSING UNIT) Book page # 27 The C.P.U is the brain of computer.it controls and supervises all the units. Processing

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

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

Sahalsoftware college. Welcome To understanding Basic Computer Concept

Sahalsoftware college. Welcome To understanding Basic Computer Concept Welcome To understanding Basic Computer Concept 1 Chapter1: Understanding Computer Concepts What is a computer? A computer is a machine that takes in data, processes if following a set of instructions

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

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

Advanced Topics In Hardware

Advanced Topics In Hardware Advanced Topics In Hardware You will learn the inner workings of the hardware components introduced in the previous section. Computer Buses: How Information Is Transmitted Carries information between the

More information

Memory classification:- Topics covered:- types,organization and working

Memory classification:- Topics covered:- types,organization and working Memory classification:- Topics covered:- types,organization and working 1 Contents What is Memory? Cache Memory PC Memory Organisation Types 2 Memory what is it? Usually we consider this to be RAM, ROM

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

Contents. Memory System Overview Cache Memory. Internal Memory. Virtual Memory. Memory Hierarchy. Registers In CPU Internal or Main memory

Contents. Memory System Overview Cache Memory. Internal Memory. Virtual Memory. Memory Hierarchy. Registers In CPU Internal or Main memory Memory Hierarchy Contents Memory System Overview Cache Memory Internal Memory External Memory Virtual Memory Memory Hierarchy Registers In CPU Internal or Main memory Cache RAM External memory Backing

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

Q1. Briefly describe the characteristic features of input and output devices of a computer system.

Q1. Briefly describe the characteristic features of input and output devices of a computer system. Q1. Briefly describe the characteristic features of input and output devices of a computer system. Answer-> Characteristic of input and output devices of a computer system: Input Devices: An input device

More information

2016 P C Basics Page 1

2016 P C Basics Page 1 PC Basics with Windows 10 Introduction to PCs Mercer County Library System Brian M. Hughes, County Executive A. The Equipment: External Hardware & Internal Hardware 1. CD-ROM CD-ROMs are compact discs,

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

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

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

Module 5a: Introduction To Memory System (MAIN MEMORY)

Module 5a: Introduction To Memory System (MAIN MEMORY) Module 5a: Introduction To Memory System (MAIN MEMORY) R E F E R E N C E S : S T A L L I N G S, C O M P U T E R O R G A N I Z A T I O N A N D A R C H I T E C T U R E M O R R I S M A N O, C O M P U T E

More information

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU.

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU. HARDWARE hardware ˈhɑːdwɛː noun [ mass noun ] the machines, wiring, and other physical components of a computer or other electronic system. select a software package that suits your requirements and buy

More information

Introduction to computers

Introduction to computers Introduction to Computers 1 Introduction to computers You will learn what are the basic components of a computer system and the rudiments of how those components work. Are Computers Really So Confusing?

More information

Overview. Memory Classification Read-Only Memory (ROM) Random Access Memory (RAM) Functional Behavior of RAM. Implementing Static RAM

Overview. Memory Classification Read-Only Memory (ROM) Random Access Memory (RAM) Functional Behavior of RAM. Implementing Static RAM Memories Overview Memory Classification Read-Only Memory (ROM) Types of ROM PROM, EPROM, E 2 PROM Flash ROMs (Compact Flash, Secure Digital, Memory Stick) Random Access Memory (RAM) Types of RAM Static

More information

Chapter 4 The Components of the System Unit

Chapter 4 The Components of the System Unit Chapter 4 The Components of the System Unit The System Unit What is the system unit? Case that contains electronic components of the computer used to process data Sometimes called the chassis p. 184 Fig.

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

PC Basics Introduction to PCs

PC Basics Introduction to PCs PC Basics Introduction to PCs A. The Equipment: External Hardware & Internal Hardware 1. CD-ROM CD-ROMs are Compact Discs, read-only, removable data storage media. CD Drives read the data encoded on the

More information

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result. Central Processing Unit (CPU) A processor is also called the CPU, and it works hand in hand with other circuits known as main memory to carry out processing. The CPU is the "brain" of the computer; it

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

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

Computer Technology Flash Card 2

Computer Technology Flash Card 2 Computer Technology Flash Card 2 Mouse An input device that allows the user to manipulate objects on the screen by moving the mouse along the surface of a desk. Data Refers to the symbols that represent

More information

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop HALF YEARLY EXAMINATION 2016/2017 MARKING SCHEME Year 9 ICT TIME: 1h 30min Question 1 2 3 4 5 6 7 8 9 Global Mark Max. Mark 10 12 26 8 16 6 13 5 4 100 Mark

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

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review Computing Concepts: Review Coding and Representation Computers represent all information in terms of numbers ASCII code: Decimal number 65 represents A RGB: (255,0,0) represents the intense red Computers

More information

Chapter 2 Computer Hardware. Computer Concepts 2013

Chapter 2 Computer Hardware. Computer Concepts 2013 Chapter 2 Computer Hardware Computer Concepts 2013 2 Chapter Contents Section A: Personal Computer Basics Section B: Microprocessors and Memory Section C: Storage Devices Section D: Input and Output Devices

More information

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

INFORMATION SYSTEM PARTS AND COMPUTER TYPES INFORMATION SYSTEM PARTS AND COMPUTER TYPES PARTS OF INFORMATION SYSTEM People are end users who use computers to make themselves more productive. Hardware refers to the physical components of your computer

More information

The Central Processing Unit

The Central Processing Unit The Central Processing Unit All computers derive from the same basic design, usually referred to as the von Neumann architecture. This concept involves solving a problem by defining a sequence of commands

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

Advanced Parallel Architecture Lesson 4 bis. Annalisa Massini /2015

Advanced Parallel Architecture Lesson 4 bis. Annalisa Massini /2015 Advanced Parallel Architecture Lesson 4 bis Annalisa Massini - 2014/2015 Internal Memory RAM Many memory types are random access individual words of memory are directly accessed through wired-in addressing

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

Explain the functions of the main components of a basic computer system (Part 2) S. Neebar

Explain the functions of the main components of a basic computer system (Part 2) S. Neebar Explain the functions of the main components of a basic computer system (Part 2) S. Neebar The System Unit The system unit is made up of the computer case or chassis and all the internal electronic components

More information

PRATHYUSHA INSTITUTE OF TECHNOLOGY AND MANAGEMENT

PRATHYUSHA INSTITUTE OF TECHNOLOGY AND MANAGEMENT PRATHYUSHA INSTITUTE OF TECHNOLOGY AND MANAGEMENT DEPARTMENT OF INFORMATION TECHNOLOGY Staff Name: Prof. S. Athinarayanan UNIT IV PART A Branch: ECE / V Sem 1. Define Memory Access Time and Memory Cycle

More information

Chapter 2 Computer Hardware

Chapter 2 Computer Hardware Chapter 2 Computer Hardware Computer Concepts 2014 2 Chapter Contents Section A: Personal Computer Basics Section B: Microprocessors and Memory Section C: Storage Devices Section D: Input and Output Devices

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

CSC 170 Introduction to Computers and Their Applications. Lecture #5 Storage and Input/Output. Storage Basics

CSC 170 Introduction to Computers and Their Applications. Lecture #5 Storage and Input/Output. Storage Basics CSC 170 Introduction to Computers and Their Applications Lecture #5 Storage and Input/Output Storage Basics Storage is a term used for the components of a digital device designed to hold data permanently.

More information

CSC1201 Computer Applications. Budditha Hettige Department of Computer Science

CSC1201 Computer Applications. Budditha Hettige Department of Computer Science CSC1201 Computer Applications Budditha Hettige Department of Computer Science Session 01 Introduction to Computers What is a computer? is a machine comprise of electronic components has ability to store

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