Advanced Diploma 1 Backing Storage. Advanced Diploma 2 Aims Understand how data is stored Be able to use the binary system to represent ASCII characters.

Slides:



Advertisements
Similar presentations
Introduction to Storage Devices
Advertisements

Storage Devices.
Computer Systems I’m ONLY a machine!.
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Computer Hardware Introduction. Computer System Components Input Keyboard, Mouse, Camera, Touch Pad Processing CPU Output Monitor, Printer Storage Floppy,
Computer Performance & Storage Devices Computer Technology.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Adapted from CTAE Resource Network – Used with permission. PROFITT Curriculum Basic Computer.
What Is A Computer System?
Storage Devices and Media
Lecture # 12 Optical Storage Devices Flowcharts
ICAICT101A Operate a Personal Computer. A computer is an electronic device that allows you to process and store data (information)… 2.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Computer Performance & Storage Devices
Comp 1001: IT & Architecture - Joe Carthy 1 Information Representation: Summary All Information is stored and transmitted in digital form in a computer.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Storage Devices. Unless you want to lose all of the work you have done on your computer, you need to have a way to store it safely. There are various.
Backing Storage. Backing storage devices allow us to store programs and data so that we can use them later Backing storage devices can be split into 4.
SECONDARY STORAGE Secondary storage devices are used to save, to back up, and to transport files Over the past several years, data storage capacity has.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
INFO1 – Practical problem solving in the digital world
Lecture 4: Secondary Storage. I. Secondary Storage (Hard Drives) Secondary Storage Secondary Storage: holds data and programs for future use by providing.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
Hardware Data Storage.
Fill in the blanks: (1) _________ has only two possible values 0 and 1. (2) There are __________bits in a byte. (3) 1 kilobyte of memory space can store.
Computer memory. Bits and bytes  Data can be stored and measured in bytes  One bytes can contains 8 bytes  A bits can only be 0 or 1  A series of.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Memory and Storage Computer Technology K. Steere.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
1 What is a computer? A computer is an electronic device that allows you to process and store data (information). Data is entered into the computer by.
CSCI-100 Introduction to Computing Hardware Part I.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Allow computers to store programs and information for use at a later date Storage Devices.
COMPUTER MEMORY & DATA STORAGE. ROM ROM is short for Read Only Memory. –I–It is permanent, long-term memory which cannot be erased or changed in any way;
Computers - The Journey Inside continues…
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
Chapter 3: S torage Capacity & Storage Media Abbey Clark & Susan Holl.
M. Guymon Pleasant Grove High School Spring 2003 RAM vs. ROM RAM “Random Access Memory” The ability of a storage device to go directly to a specific storage.
2.1.4 Data Representation Units.
Storage devices 1. Storage Storage device : stores data and programs permanently its retained after the power is turned off. The most common type of storage.
HNC COMPUTING - COMPUTER PLATFORMS 1 Micro Teach Binary.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
MAC OS – Unit A Page:14-15 Understand Storage Media.
STORAGE DEVICES Storage devices are categorized by the method they use to store files.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 2 Backing Storage.
Computer Performance & Storage Devices Computer Technology #2.
Binary and Hard Disk PEOPLE Program
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Digital Storage Digital Storage Ann Ware ~
Understanding binary Understanding Computers.
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Choosing the best storage method
Computer Hardware Introduction.
Introduction to Computers
Nat 4/5 Computing Science Input, Output and Backing Storage
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
Introduction to Storage Devices
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
How do computers work? Storage.
Digital Storage Digital Storage
Digital Storage Digital Storage Ann Ware ~
Standard Grade Revision
Storage.
Presentation transcript:

Advanced Diploma 1 Backing Storage

Advanced Diploma 2 Aims Understand how data is stored Be able to use the binary system to represent ASCII characters Discuss the different types of backing store and understanding the meaning of CD, CD-R etc

Advanced Diploma 3 How is data stored? Bits and bytes – –A computer only understands the numbers 0 or 1,true or false, or whether a switch is on or off. – –We call those 1s and 0s ‘bits’ – binary digits. – –A byte (made up of 8 bits) is enough computer memory to store a single character of data (e.g. the letter F). – –Half a byte is known as a nibble (made up of 4 bits) – –Using the ASCII code, for instance, the letter F is 70 and has a bit pattern of

Advanced Diploma 4 How is data stored? Cont. ASCII for Capital Letters 65A 78N 66B 79O 67C 80P 68D 81Q 69E 82R 70F 83S 71G 84T 72H 85U 73I 86V 74J 87W 75K 88X 76L 89Y 77M 90Z American Standard Code for Information Interchange (ask-ee) is a code which represents English characters as numbers. Each letter is assigned a number. For example, A = 65. Most computers use ASCII codes. This makes it possible to transfer data from one computer to another by changing the ASCII code into a binary pattern.

Advanced Diploma 5 How is data stored? Cont. Decimal When we write numbers in the decimal system, we write them in columns. Each column is ten times bigger than the one before (right to left). Tens of millions millions100000s10000s1000s100s10s1s 1010 So 1010 is 1000 plus 10 = Tens of millions millions100000s10000s1000s100s10s1s would be plus 1000 plus 10 =

Advanced Diploma 6 How is data stored? Cont. In the binary system, everything is based on 2s, not 10s, so each column is twice as big as the one before. 128s64s32s16s8s4s2s1s 1010 So 1010 in binary is 8 plus 2 = s64s32s16s8s4s2s1s would be 16 plus 8 plus 2 = 26.

Advanced Diploma 7 You have ago

Advanced Diploma 8 How is data stored? Cont. All computer data is stored in binary form. This not only includes text, but images, sounds and movies as well. The more complex the data, the more memory is used to store it. This does not take up as much memory… …as this.

Advanced Diploma 9 Data Storage 1 megabyte (MB) is 1,000 KB (2 20 ) 1 gigabyte (GB) is 1,000 MB (2 30 ) 1 terabyte (TB) is 1,000 GB (2 40 ). Confusingly, 1KB is actually 1,024 bytes (2 10 ), not 1,000 as you might expect, which is same for 1MB (1,024 KB), 1GB (1,024 MB) and 1TB (1,024 GB), but most people think in multiples of 1,000.

Advanced Diploma 10 Types of backing storage Computers need backing storage outside the CPU to store data and programs not currently in use. There are three main types of storage device: – –Those that store data by magnetizing a special material that coats the surface of a disk. – –Those that store data using optical technology to etch the data onto a plastic-coated metal disk. Laser beams are then passed over the surface to read the data. – –Flash drives use solid state technology and store data in a similar way to the BIOS chip.

Advanced Diploma 11 Backing storage The hard disk of the computer stores the system information, programs and data that the computer uses every day. ) Computer servers will use RAID (Redundant Array of Inexpensive Disks ) systems with many hard drives to provide huge capacity and safer storage. The drives can be mirrored so that data written to one of them is also written to others, so if one drive fails, the others just take over.

Advanced Diploma 12 Backing storage Removable hard drives plug into the USB port and can be used for backup or transfer of data to another computer.

Advanced Diploma 13 Backing Storage There are two main types of optical storage: CD and DVD. They look exactly the same, but DVDs hold much more data than CDs and need different drives to read them. CD-ROMs are read only – you can read data from them but can’t write more data to them. CD-Rs allow you to write data once, but you can’t write over it. CD-RWs allow you to write data and then record new data over it. DVD-Rs and RWs follow the same pattern. You need special software to write to CDs and DVDs – you cannot simply copy files to them.

Advanced Diploma 14 Conclusion We discussed how data is stored How to use the binary system to represent ASCII characters Discussed the different types of backing store and understanding the meaning of CD, CD-R etc