unit 3—part a computer memory

16
Unit 3—Part A Computer Memory Computer Technology (S1 Obj 2-3)

Upload: cole-cross

Post on 02-Jan-2016

50 views

Category:

Documents


0 download

DESCRIPTION

Unit 3—Part A Computer Memory. Computer Technology (S1 Obj 2-3). Memory. Memory: The area in the computer that temporarily holds data waiting to be processed. RAM. RAM stands for Random Access Memory It is the memory that holds your data as you manipulate (process) it. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Unit 3—Part A Computer Memory

Unit 3—Part AComputer Memory

Computer Technology(S1 Obj 2-3)

Page 2: Unit 3—Part A Computer Memory

Memory

• Memory: The area in the computer that temporarily holds data waiting to be processed

Page 3: Unit 3—Part A Computer Memory

RAM• RAM stands for Random Access Memory• It is the memory that holds your data as you

manipulate (process) it. • The data stays in RAM until you save it.• RAM is volatile which means ‘temporary memory.’ • No data can be stored in RAM when the power to the

computer is off. Data is lost if the computer looses power

Page 4: Unit 3—Part A Computer Memory

RAM continued…• The more RAM you have, the more

multitasking you can do on your computer. • If you don't have enough RAM, you may

notice that your computer is sluggish when you have several programs open.

• Many people add extra RAM to their computers to improve performance.

Page 5: Unit 3—Part A Computer Memory

ROM• ROM stands for Read Only Memory• ROM contains the instructions the computer uses

when it ‘boots up’• Because the data is ‘read only’, it can be read but

not changed by the user.• The data is not erased when the computer is

switched off—the data is stored permanently. This is called ‘non-volatile memory’

• Therefore, ROM is “permanent memory”

Page 6: Unit 3—Part A Computer Memory

Binary Code• Binary code is the language that computers

use to communicate and process information. • It is a coding system using the 0 and 1 to

represent a letter, digit, or symbols in a computer or other electronic device.

Page 7: Unit 3—Part A Computer Memory

BIT• Each 0 or 1 is called

a bit• A bit is the smallest

unit of information that a computer handles

• A single bit conveys little meaningful information

Page 8: Unit 3—Part A Computer Memory

BYTE• A combination of eight bits is called a byte.• One byte (8 bits) represents a single letter,

symbol, or digit.

A 2 letter word = 2 bytes, 16 bits

Page 9: Unit 3—Part A Computer Memory

Kilobyte• One kilobyte (KB) is equal to 1,024 bytes• Kilo is a prefix meaning thousand• Kilobyte = approximately one thousand bytes• Most of the user data stored in a computer,

such as simple e-mail messages or a text file, occupies storage space of a few kilobytes

Page 10: Unit 3—Part A Computer Memory

Megabyte

• One megabyte (MB) is equal to 1,024 KB. • Mega = Million• Megabyte = Approximately one million bytes• The amount of information contained in 1 MB

is approximately equal to one complete textbook.

Page 11: Unit 3—Part A Computer Memory

Gigabyte

• One gigabyte (GB) is equal to 1,024 MB

• Giga = Billion• Gigabyte = Approximately

one billion bytes• Some videos stored on a

computer can occupy more than 1 GB of space.

Page 12: Unit 3—Part A Computer Memory

Trivia

• Remember when 3.5" floppy diskettes were all the rage?

• It takes 728,178 floppy disks to equal the storage capacity of a 1 GB hard drive.

• The storage capacity of hard drives today are measured in hundreds of Gigabytes up to a few Terabytes.

Page 13: Unit 3—Part A Computer Memory

Terabyte

• One (TB) is equal to 1,024 GB• Tera = Trillion• Terabyte = Approximately one

trillion bytes• Let's assume we're storing

text from magazine pages. At an average 5,000 characters per page, 1TB of disk space could hold 220 million pages of text!

Page 14: Unit 3—Part A Computer Memory

Petabyte• Petabyte (PB)= approximately one quadrillion

bytes• Google processes approximately 24 petabytes

of data each day. • AT&T transfers approximately 30 petabytes of

data through it’s networks each day.

In January 2012, Cray began construction of the Blue Waters Supercomputer, which will have a capacity of 500 petabytes making it the largest storage array ever when it is completed.

Page 15: Unit 3—Part A Computer Memory

Exabyte• Exabyte (EB) = approximately one quintillion bytes• In the next decade, astronomers expect to be

processing 10 petabytes of data every hour from a telescope called the Square Kilometer Array (SKA).

• The telescope is expected to generate approximately one Exabyte every four days of operation.

• IBM is currently designing hardware to process this information

Page 16: Unit 3—Part A Computer Memory