Sunteți pe pagina 1din 25

Storage Devices

Hardware and Networks

Icons key:

For more detailed instructions, see the Getting Started presentation Teachers notes included in the Notes Page

Flash activity. These activities are not editable. Web addresses


1 of 25

Boardworks Ltd 2007

Learning objectives
Understand that computers store binary digits. Know the difference between bits and bytes. Know the difference between ROM and RAM. Understand that there are different types of storage devices which hold varying amounts of data.

Icons key:

For more detailed instructions, see the Getting Started presentation Teachers notes included in the Notes Page

Flash activity. These activities are not editable. Web addresses


2 of 25

Boardworks Ltd 2007

Bits and bytes


A computer only understands the numbers 0 or 1, 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).

The computer uses a code to understand what each bit pattern means. Using the ASCII code, for instance, the letter F is 70 and has a bit pattern of 01000110.
3 of 25 Boardworks Ltd 2007

ASCII
ASCII for Capital Letters
65 A 78 N

66
67 68 69 70 71 72 73

B
C D E F G H I

79
80 81 82 83 84 85 86

O
P Q R S T U V

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.

74
75 76 77
4 of 25

J
K L M

87
88 89 90

W
X Y Z

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.

Boardworks Ltd 2007

ASCII

5 of 25

Boardworks Ltd 2007

Decimal and binary


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 10000 10000s 1000 millions 0s s 1 So 1010 is 1000 plus 10 = 1010. Tens of millions 10000 10000s 1000 millions 0s s 1 1 100s 0 10s 1s 1 0 100s 0 10s 1s 1 0

11010 would be 10000 plus 1000 plus 10 = 11010.

6 of 25

Boardworks Ltd 2007

Decimal and binary


In the binary system, everything is based on 2s, not 10s, so each column is twice as big as the one before.

128s

64s

32s

16s

8s 1

4s 0

2s 1

1s 0

So 1010 in binary is 8 plus 2 = 10. 128s 64s 32s 16s 1 11010 would be 16 plus 8 plus 2 = 26. 8s 1 4s 0 2s 1 1s 0

7 of 25

Boardworks Ltd 2007

Binary patterns

8 of 25

Boardworks Ltd 2007

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


9 of 25

as this.

Boardworks Ltd 2007

Data storage
The amount of data stored is measured in kilobytes (KB).

Confusingly, 1KB is actually 1,024 bytes (210), not 1,000 as you might expect, but most people think in multiples of 1,000. 1 megabyte (MB) is 1,000 KB (220) 1 gigabyte (GB) is 1,000 MB (230) 1 terabyte (TB) is 1,000 GB (240).

10 of 25

Boardworks Ltd 2007

Match the pairs

11 of 25

Boardworks Ltd 2007

Read Only Memory (ROM)


When a computer is first switched on, it needs to load up the BIOS (Basic Input/Output System) and basic instructions for the hardware. These are stored in ROM (Read Only Memory).

This type of memory is called non-volatile because it retains the data.


Data stored in ROM remains there even when the computer is switched off.

ROM can be found on the motherboard.

12 of 25

Boardworks Ltd 2007

Random Access Memory (RAM)


Computers store temporary data in the RAM (Random Access Memory). These could be operating instructions, loose bits of data or content from programs that are running. The contents of RAM are constantly rewritten as the data is processed. When the computer is switched off, all the data is cleared from the RAM. This type of memory is called volatile because it only stores the data whilst the computer is switched on. RAM sticks are found on the motherboard.

13 of 25

Boardworks Ltd 2007

RAM and ROM

14 of 25

Boardworks Ltd 2007

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

15 of 25

Boardworks Ltd 2007

Types of backing storage


The medium is what the data is actually stored on. Examples of media include floppy disks, CD-ROMs and zip disks.

CDs hold around 700 MB of data.


Floppy disks hold about 1.44 MB of data. Zip disks store up to 750 MB of data.
16 of 25 Boardworks Ltd 2007

Backing storage hard drives


The hard disk of the computer stores the system information, programs and data that the computer uses every day. Computer servers will use RAID 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.

Removable hard drives plug into the USB port and can be used for backup or transfer of data to another computer.
17 of 25 Boardworks Ltd 2007

Backing storage floppy disk drives


Floppy disks used to be used a lot, but they are unreliable and dont hold very much data, so they are rarely used now. They hold 1.44 MB of data, so are only really useful for backing up or moving small files that dont contain graphics. They are easily damaged, which means that files stored on them wont always load. As flash memory has become cheaper, many new computers dont even have a floppy disk drive.

18 of 25

Boardworks Ltd 2007

Backing storage optical


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 cant write more data to them. CD-Rs allow you to write data once, but you cant 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.
19 of 25

Boardworks Ltd 2007

Backing storage flash memory


In recent years, flash memory has become much more popular. It holds a lot of data in a very small space. It doesnt need special software to use it. Most computers will recognize the device as soon as you plug it in. Flash memory sticks connect through USB or FireWire ports. Many other devices, like digital cameras and MP3 players, also use flash memory. Flash memory cards can hold different types of data so your MP3 player could hold a data file with your homework on it, for example.

20 of 25

Boardworks Ltd 2007

Optical or magnetic

21 of 25

Boardworks Ltd 2007

Storage capacity

22 of 25

Boardworks Ltd 2007

Fixed storage

23 of 25

Boardworks Ltd 2007

Removable storage

24 of 25

Boardworks Ltd 2007

Summary
Data is stored using binary code (0 and 1). Computer memory is measured in kilobytes. Read Only Memory (ROM) is non-volatile because it cannot be changed. Random Access Memory (RAM) is volatile because it only works when the computer is switched on. There are three types of storage device: those that use magnetic media, others that use optical media, and those that use flash memory. Different types of media have different storage capacities. Storage devices can also be divided into those that are fixed and those that are removable.

25 of 25

Boardworks Ltd 2007

S-ar putea să vă placă și