vinodsrivastava.wordpress.com

Size: px
Start display at page:

Download "vinodsrivastava.wordpress.com"

Transcription

1 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- Hard-disk, Floppy Disk, Magnetic Tape o Optical-CD/DVD/CD-R/DVD-R/CD-RW/DVD-RW/Blue-Ray, DVD-RAM o Solid State-USB/Pen Drive, Flash Card What is backing up of data? Backing up refers to the copying of files and data to a different medium (disk, tape, flash drive, etc.) in case of a problem with the main storage device. Backing up files and data on a regular basis is seen as good computing practice and many computer systems can be set to back up files automatically on a regular basis. Why backup? There are various reasons why backups are made. Some of the more common reasons are considered below: Data could be lost due to failure of the original storage device. This could be due to hardware failure (e.g. head crash on a hard drive unit), problems caused by files being overwritten accidentally (or otherwise) or possible corruption of files (e.g. caused by power surges). Hackers could be responsible for the corruption or even loss of data. This may not be their intention (they may only want to gain access to the information for other purposes, e.g. to find personal information such as bank account details). However, the very act of hacking into files could cause problems such as corruption or data loss. Backups are also made in case the files need to be used elsewhere. The original files are then protected against possible corruption or loss..

2 Types of access The way data is stored and read by different backing storage devices varies considerably. This section briefly describes the two main methods of accessing data. Serial access means going through everything one by one, starting at the beginning, until you reach the item you want. Serial (or Sequential ) access storage device This only allows the data to be read into the computer in the same order in which it was saved. Magnetic tape is an example of sequential access. To find a particular file you need to fast forward through the tape to get to where the file is saved. Direct access means going straight to the item you want without having to go through other ones. If you wanted to print all the names in a database, using serial access would be fine because you are starting at the first and going right through to the end. Direct (or random ) access storage device is one that stores files so that they can be instantly accessed - there is no need to search through other files to get to the one you want. An example of a direct access device would be a DVD movie. Unlike the VHS video tape movie, you can jump to any scene on a DVD. All parts of the DVD are directly accessible. This type of file storage is called direct access. A computer uses two types of storage: - A main store, consisting of ROM and RAM, and - Backing stores, which can be internal (a hard disk) or external memory stick Main store, or computer memory, is divided into ROM or Read Only Memory and RAM or Random Access Memory. ROM is memory that cannot be changed by a program or user. ROM retains its memory even after the computer is turned off. For example, ROM stores the instructions for the computer to start up when it is turned on again. The operating system is loaded from the hard disk and stored in RAM whilst the machine is being used. RAM is a fast temporary type of memory in which programs and data are stored whilst the computer is switched on. For example, when you load a word processing program it is loaded into RAM. The contents of the computer's screen is also held in RAM. If the computer loses power, data stored in RAM is lost. IGCSE ICT-0417@ VKS-Learning Hub Page 2

3 STORAGE DEVICE Backing Storage Storage holds data, instructions and information for future use. Every computer uses storage to hold system software and application software. Backing storage devices are either internal or external (i.e. plug-in devices) to the computer, and are one of three types: magnetic optical solid state. Magnetic Storage Devices: Magnetic storage (or magnetic recording) is the storage of data on a magnetized medium. Magnetic storage uses different patterns of magnetization in a magnetizable material to store data and is a form of non-volatile memory. The information is accessed using one or more read/write heads. for example:- 1. Hard disk 2. Floppy Disk 3. Magnetic tape HARD DISK Hard Disks are the main internal backing store usually found inside computers. A hard disk contains one or more inflexible, circular platters that use magnetic particles to store data, instructions,and information IGCSE ICT-0417@ VKS-Learning Hub Page 3

4 SECTION. 3: STORAGE SYSTEM HOW HARD DISK WORKS. They have a very fast data transfer rate and fast access times to data. They have very large memory capacities. They can be fairly easily damaged (e.g. if the correct shut-down procedure on a laptop computer has not been correctly carried out and the computer is then moved). They lack portability unless a portable hard disk drive is used Typical use /Application Used to store operating systems, software and working data. Any application which requires very fast access to data for both reading and writing to. Not for applications which need portability. Used for on-line and real time processes requiring direct access. IGCSE ICT-0417@ VKS-Learning Hub Page 4

5 Portable hard discs Works in a similar way to fixed hard discs but are connected to the computer externally via a Universal Serial Bus (USB) port. They come with a USB Cable to allow for easy attachment to other computers which allows for easy backing up / sharing of files and data between 2 or more people. Typical storage spaces are 250 gigabytes up to 1 terabyte (1,024 gigabytes). Portable hard disks can be used as back-up systems to prevent loss of data. They can be used to transfer data, files and software between computers. The data access time and data transfer rate is very fast. They have large memory capacities. They can be used as a method of transferring information between computers. As with fixed drives, a portable hard disk can be easily damaged if the user accidentally drops it or does not shut it down correctly after use. Floppy disk drives Floppy disks are still used on some computer systems. They consist of a thin disk of plastic which is housed in a plastic case with a window where the disk can be accessed. As the disk rotates, a read/write head is used to add or read data stored on the surface. They are still used where small files need to be transferred/stored Some older computer systems still make use of this method of storage. Using a CD to store a small file (e.g. a word-processed document) is often regarded as wasteful especially if CD-R is used. Inexpensive and low cost Floppy disks have a very low memory capacity when compared to CD/DVDs, Very few modern computers have floppy disk drives. The data transfer rate is slow compared to more modern data storage devices. Floppy disks are not very robust. IGCSE ICT-0417@ VKS-Learning Hub Page 5

6 Zip Drive or Superdisks Are very similar to floppy disks. Again they are plastic discs coated with magnetic material. The difference between them is that zip disks can store much more. The one shown stores 100MB and you can get them up to 250MB. Like Floppy disks, zip disks need a specialised zip drive to read and write to the disk. Magnetic tapes A magnetic tape is a very thin strip of plastic which is coated in a magnetic layer.they are read and written to by a read/write head. The data is stored in magnetic areas which represent 1s and 0s. Data is written to and read from the tape in sequence (i.e. in order) for example, if five records A, B, C, D and E were stored they would be in the order E D C B A on the tape; so if record B was to be read it would be necessary to read E, D and C first before getting to the required record. This is known as serial access. This type of storage is useless in a real-time or online application (due to the very slow access speeds) and is best suited to offline or batch processing. Magnetic tapes are used in applications where batch processing is used, for example in clearing bank cheques, utility billing (gas, electricity, water) and producing pay slips. In these applications, there is no need for any specific processing order and speed of data access is not important). They are used as a back-up media since all the data needs to be stored. They are generally less expensive than the equivalent-capacity hard disk. It is a very robust technology. The data transfer rate is fast. serial access so can be quite slow to access data need a special piece of equipment to record and read the data on the tape IGCSE ICT-0417@ VKS-Learning Hub Page 6

7 Optical storage An optical storage drive that is capable of writing data to a disc uses a laser beam to burn pits (or bumps) into a special material. This data stream is placed in a spiral path, Data is retrieved by a laser beam that reflects off the disc, detecting the pits. Optical drives come in various speeds, spinning between 200 and 4,000 RPMs. Read Only Optical Storage: Which can read but data can not be written over it. Examples Compact Disks (CD) Digital Versatile Disk (DVD) Blue Ray Disk CD-ROMS are used by manufacturers to store smaller files (up to 800MB) such as: Music CD s, Electronic Books etc/ Software such as Microsoft Word etc Advantage More Capacity than Floppy Disk Faster Access than Floppy Disk less expensive than D V D / hard disk drive systems Disadvantage Expensive. than Floppy The data transfer rate and data access time are slower than for hard disks. DVD-ROMS have much larger storage capacities (up to 4.7 GB) than CD-ROMS and are used to store bigger files such as: Movies Larger games such as COD Advantage More Capacity than CD/Floppy Disk Faster Access than Floppy /CD less expensive than hard disk drive systems Disadvantage Expensive. than CD and Floppy DVDs do not work in CD drives The data transfer rate and data access time are slower than for hard disks Blue Ray Disk Largest capacity of all the optical media. They can store up to 100Gb of data. Work in a similar way to DVD ROMS but the laser used to read the data is Blue rather than Red (Red lasers used to read the other disc types). : Used to store High Definition Video (Like high quality movies). Used in some Home Video Consoles (Like Playstation 3) Used to back up Hard Disk Drives in PC s. They have a very large storage capacity, and so are ideal for storing high definition films. The data transfer rate is very fast. The data access speed is also greater than with other optical media. IGCSE ICT-0417@ VKS-Learning Hub Page 7

8 The disks are relatively expensive. At the time of writing, blu-ray systems still have encryption problems (which are used to stop piracy) when used to store video. Recordable Only Optical Storage Data can be added to the disc but NOT erased. Thin layer of metallic dye is used to record the data onto.when CD-R s and DVD-R s are burnt, the laser makes permanent marks (dots of data which represent 1 s and 0 s) onto the metallic dye. These marks (1 s and 0 s) cannot be erased (Which is why what you add to the disk is permanent). The letter R means that the disc is recordable once only. CD-R and DVD-R They are used for home recordings of music (CD-Rs) and films (DVD-Rs). They are used to store data to be kept for later use or transferred to another computer. They are used in applications where it is necessary to prevent the deletion or overwriting of important data). CD-Rs and DVD-Rs are cheaper than RW disks. Once burned (and finalised), they are like ROM disks. They can only be recorded once, so if an error occurs then the disk become unusable Not all CD/DVD players can read CD-R/DVD-R. CD-RW and DVD-RW The RW means that these disks are a re-writable media and can be written over several times. Unlike CD-R/DVD-R, they don t become ROMs. The recording layer uses a special phase-changing metal alloy. The alloy can switch between crystalline and amorphous (non-crystalline) phases, thus changing its reflectivity to light, depending on the laser beam power. Spots are produced which can be read by a laser and then interpreted as 1s and 0s. The system allows data to be written, erased and re-written many times. CD-RWs and DVD-RWs are used to record radio and television programmes, but can be recorded over time and time again. They are used in closed circuit television (CCTV) systems. CD-RWs and DVD-RWs can be re-used many times. They can use different file formats each time they are used. CD-RWs and DVD-RWs can be relatively expensive media. It is possible to accidentally overwrite data. IGCSE ICT-0417@ VKS-Learning Hub Page 8

9 SOLID STATE BACKING STORAGE Solid State Drives have no moving parts.they store data as 1 s and 0 s (Just like Magnetic and Optical storage devices) within millions of mini transistors instead of on films of magnetic substance. Memory sticks/pen drives A memory stick/pen drive is a flash memory storage device that plugs in a USB port on a computer or mobile device. Memory sticks and pen drives are used for transporting files between computers or as a back-up store. They are used as a security device a dongle to prevent software piracy. They are more compact and portable than floppy disks or CDs/DVDs. They hold more data than a floppy disk and nowadays often more than a CD. They are more reliable than a floppy disk because they have no moving parts At the moment, the cost per megabyte of storage is more expensive than floppy disks, CDs or DVDs. They can be easily lost The metal part which is inserted into the USB port can be snapped off if they are handled roughly Flash memory cards These are a form of electrically erasable programmable read only memory (EEPROM) and are another example of solid state memories. Flash memory cards are used to store photos on digital cameras. Mobile phones use them as memory cards. They are used in MP3 players to store music files. They are used as a back-up store in handheld computer devices. Flash memory cards are very compact, so they can be easily removed and used in another device or used for transferring photos directly to a computer or printer. They are very robust. They are expensive per Gbyte of memory when compared to hard drive disks. They have a finite life in terms of the number of times they can be read from or written to. They have a lower storage capacity than hard disks. IGCSE ICT-0417@ VKS-Learning Hub Page 9

10 IGCSE VKS-Learning Hub Page 10

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

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

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

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

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

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

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. 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 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

ICT REVISION WORKSHEET YEAR 9

ICT REVISION WORKSHEET YEAR 9 ICT REVISION WORKSHEET YEAR 9 1. Identify the following device and state whether it is an input/output. Give one use of it. Device Input/output Use 2. Draw four lines on the diagram to match the use to

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 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

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

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

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

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

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

COMPUTER BASICS Processing/Storage

COMPUTER BASICS Processing/Storage COMPUTER BASICS 1.02 Processing/Storage The performance of a computer is directly related to its components and how well they work together. The CPU, memory, storage devices, and other parts of the computer

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

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

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

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

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

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

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

Question. Announcement. Computer Hardware. Definition of a Computer. Essential Parts. The Box (CPU) input/output device that processes information

Question. Announcement. Computer Hardware. Definition of a Computer. Essential Parts. The Box (CPU) input/output device that processes information Question Announcement What are the three essential components of a modern computer? Be general or specific Definition of a Computer A computer is an device that receives information (input), processes

More information

Chapter 1. Computer Fundamentals-I

Chapter 1. Computer Fundamentals-I 1. Input Devices: Chapter 1. Computer Fundamentals-I The devices which are used to input the data and the programs in the computer are known as "Input Devices" or Input device can read data and convert

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

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

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

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

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

Computer Devices Part 1 25 Question(s) Test ID:

Computer Devices Part 1 25 Question(s) Test ID: Computer Part 1 25 Question(s) Test ID: 148114 Name: Date: 1) Match the term with the definition Output s Storage How to tell it what to do Allows the user to enter information into a system, such as a

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

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

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

Introduction To Computer Hardware

Introduction To Computer Hardware Introduction To Computer Hardware In this section of notes you will learn what are the basic parts of a computer and how they work. High Level View Of A Computer Buses Connect the different parts of the

More information

Optical discs can store data at much higher densities than magnetic disks. They are therefore ideal for multimedia applications where images,

Optical discs can store data at much higher densities than magnetic disks. They are therefore ideal for multimedia applications where images, OPTICAL STORAGE II Autorem materiálu a všech jeho částí, není-li uvedeno jinak, je Zuzana Strnadlová. Dostupné z Metodického portálu www.rvp.cz, ISSN: 1802-4785. Provozuje Národní ústav pro vzdělávání,

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

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

Introduction to computers

Introduction to computers 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? How Does A Computer Work?

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

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

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

Main Parts of Personal Computer

Main Parts of Personal Computer Main Parts of Personal Computer System Unit The System Unit: This is simply the box like case called the tower, which houses the motherboard, which houses the CPU. It also houses all the drives, such as

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

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

Hard facts. Hard disk drives

Hard facts. Hard disk drives Hard facts Text by PowerQuest, photos and drawings Vlado Damjanovski 2004 What is a hard disk? A hard disk or hard drive is the part of your computer responsible for long-term storage of information. Unlike

More information

Information Communications Technology (CE-ICT) 6 th Class

Information Communications Technology (CE-ICT) 6 th Class Information Communications Technology (CE-ICT) 6 th Class Lecture 2: Computer Concepts (Part A) Lecturer: Objectives Hardware Concepts Types of Computer Components of a Computer System Computer Performance

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

Hardware & Input/Output

Hardware & Input/Output Hardware & Input/Output CIT 100 Norm Downey Why Binary? Binary is a numbering system that uses only two digits 0 s and 1 s Electricity within a computer s circuitry can only be in one of two states: On

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

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

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

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

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Multimedia Devices and Mass Storage

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Multimedia Devices and Mass Storage A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 8 Multimedia Devices and Mass Storage Objectives Learn about multimedia adapter cards, including sound cards, TV tuner cards,

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

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

Digital Planet: Tomorrow s Technology and You. George Beekman Ben Beekman. Tenth Edition

Digital Planet: Tomorrow s Technology and You. George Beekman Ben Beekman. Tenth Edition Digital Planet: Tomorrow s Technology and You George Beekman Ben Beekman Tenth Edition Digital Planet: Tomorrow s Technology and You Chapter 3 Hardware Basics Peripherals Chapter 3 Objectives List several

More information

CBS For Windows CDROM Backup System Quick Start Guide Installation Preparation:

CBS For Windows CDROM Backup System Quick Start Guide Installation Preparation: CBS For Windows CDROM Backup System Quick Start Guide Installation If you have your CBS CD Writer Backup system on CD, simply insert the CD. It will automatically start and install the software. If you

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

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

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

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

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

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

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

Hardware and Operating Systems.

Hardware and Operating Systems. Hardware and Operating Systems. _ How many bits fit onto a 700 MB CD-ROM? If every letter uses one byte, how many letters will fit? 700_1 000_1 000_8 bits, which correspond to: 700_1 000_1 000_700 000

More information

Part I: Hardware and communication

Part I: Hardware and communication Part I: Hardware and communication The following are a list of definitions for most things in the first section of the syllabus for CG1(Computing Theory). To test yourself on these items, you should attempt

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

File Maintenance Windows 7 Word What is File Maintenance?

File Maintenance Windows 7 Word What is File Maintenance? File Maintenance Windows 7 Word 2013 What is File Maintenance? As you use your computer and create files you may need some help in storing and retrieving those files. File maintenance shows you how to

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

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 10 Multimedia Devices and Mass Storage

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 10 Multimedia Devices and Mass Storage A+ Guide to Managing and Maintaining Your PC, 7e Chapter 10 Multimedia Devices and Mass Storage Objectives Learn about multimedia adapter cards, including sound cards, TV tuner cards, and video capture

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