Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.

9
Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory

Transcript of Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.

Page 1: Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.

Computer Systems

Nat 4/5 Computing ScienceSection 2 Computer Structure: Lesson 2 :Memory

Page 2: Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.

Lesson AimsBy the end of this lesson:Pupils will be able to:

Describe the difference between main memory and backing storage.

Describe of the features and uses of RAM and ROM.

Describe what is meant by a memory address

Page 3: Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.

A quick recap

We are going to look at the Backing Storage and Memory

Nat 4/5

ProcessorInput

DevicesOutputDevices

Memory

Backing Storage

Page 4: Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.

Main Memory Main memory falls into two types: RAM

Random Access Memory

ROM Read Only Memory

Nat 4/5

Main Memory

RAM

ROM

Page 5: Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.

RAM – Random Access Memory Nothing to do with male sheep! RAM is the computers short term memory.

If a machine is quoted as having 2GB of Ram then it has 2GB into which programs and the operating system is loaded into.

RAM is volatile. This means that it requires power to store data. When power is lost the contents of RAM are

lost.

Nat 4/5

Page 6: Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.

ROM – Read Only Memory There is a problem with just having RAM.

If the contents of RAM are lost then the power is Iost how does the computer know what to do when it switches on?

ROM (Read Only Memory) is memory that will always retain its contents even when power is lost.

This concept can be used by mobile phones to store their operating systems.

Nat 4/5

Page 7: Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.

Addressability Your house has a unique address

No two houses have the same address!

This is the same for memory Each location in the computer’s memory has it’s

own unique address (in binary)

Nat 4/5

Page 8: Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.

Backing Storage Backing storage are devices used to store

permanent copies of our files. Examples are such as:

Hard Disk Drives USB Flash Drives Magnetic Tapes CD/DVD R/RW

At this point in the course knowing their purpose is sufficient.

Nat 4/5

More on these later!

Page 9: Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.

Summary RAM (Random Access Memory)

Is used to store programs and the operating system

Is volatile, it loses contents when there is no power

ROM (Read Only Memory) Contents cannot be changed and does

not require power to hold data Backing Storage devices are used to

store permanent copies of our files and data

Nat 4/5