computer memory. objectives... what is ram & rom? what are their features? what are their...

21
Computer Memory

Upload: abel-holt

Post on 23-Dec-2015

241 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

Computer Memory

Page 2: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

Objectives...•What is RAM & ROM?

•What are their features?

•What are their differences?

•What do the terms volatile/non-volatile mean?

•What is rom used for?

•What is RAM Used for?

•How can RAM affect performance?

Page 3: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

Objectives...• i) Describe the difference between RAM and ROM

• ii) Explain the need for ROM in a computer system

• iii) Describe the purpose of RAM in a computer system

• iv) Explain how the amount of RAM in a personal computer affects the performance of the computer

Page 4: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

Memory•The Central Processing Unit (CPU) needs to store

data whilst it is carrying out the processing required.

•The hardware that carries out this task is called 'memory'. Memory can be classed into two types:

•Read Only Memory (ROM)

•Random Access Memory (RAM)

Page 5: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

ROM•ROM is a special kind of memory which

stores the instructions which the computer uses when it 'boots up' - the BIOS (basic input output system).

•It allows it to check the type of hard disk installed, the amount of memory installed, the type of CPU being used etc.

Page 6: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

ROM•ROM is a type of memory that retains its

data even without power.

•so even when the computer is switched off, it will not lose the data which is saved onto it.

•It is non-volatile

Page 7: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

ROM•Because the data is 'read only', it can be read

but not changed by the user.

•The ROM chip (although there may be more than one) is attached to the Motherboard.

•The key thing to remember about ROM is that the data is not erased when the computer is switched off - the data is stored permanently.

Page 8: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

RAM•How many times has the computer

crashed or your mate 'accidentally' switched it off.?

•When you rebooted and logged back in, your work was gone forever.

Page 9: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

RAM•This was because your work was stored in

RAM, or 'temporary memory'.

•It was fairly safe there while the computer was working, but as soon as it was switched off, everything disappeared.

•This type of memory known as 'volatile memory'.

Page 10: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

RAM•As well as storing the data you are

working on, RAM also stores the modules that are needed to make your applications work.

•For example, when you open up your favourite word processing application, you may notice a short delay while the modules are loaded into RAM.

Page 11: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

RAM•RAM is also needed so that you can

have multiple windows open and so that you can switch between them.

Page 12: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

RAM•However, if you have a lot of windows,

documents and different applications running, you might find that your system starts to slow down.

•This is because your RAM is full up and it is having to decide what it needs to keep stored in memory at any given time and what it can release.

Page 13: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

RAM•If this happens to you a lot, you can

improve the performance of your computer by installing extra RAM.

Page 14: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

Performance•It was mentioned that data and

programs are stored in RAM, ready for use by the CPU.

•But there is only a limited amount of RAM available in any computer system.

Page 15: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

Performance•What happens when there is so much being

used that you run out of memory?

•Answer: the computer stops running or 'crashes'.

•The more memory you have available the more applications you can have open at the same time.

Page 16: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

Performance•Operating Systems like Windows can be

clever and work around this.

•This is called 'virtual memory'.

•But it is very slow compared to 'real' RAM and so the operating system may give a warning such as 'you are low on virtual memory, please close some applications'.

Page 17: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

Virtual Memory•You must have enough RAM installed in the

computer to run the applications you intend use.

•This minimum is usually stated on the side of the box it came in.

•Even the operating system has to have a minimum amount of RAM for it to run.

Page 18: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

Virtual Memory

Page 19: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

Virtual Memory

Page 20: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

Virtual Memory

Page 21: Computer Memory. Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What

Virtual Memory