Memory Miss Elliott.

Slides:



Advertisements
Similar presentations
Session Objectives#3 COULD explain the role memory plays in computer processing SHOULD describe the purpose of a CPU and its individual components MUST.
Advertisements

Computer Memory GCSE Computing.
IT Systems Memory EN230-1 Justin Champion C208 –
Computer Memory.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Instructions Slides 3,4,5 are general questions that you should be able to answer. Use slides 6-27 to answer the questions. Write your answers in a separate.
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
Memory Hierarchy.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Chapter 3 Computer Hard ware
Computing Hardware Starter.
Computers in the real world Objectives Understand what is meant by memory Difference between RAM and ROM Look at how memory affects the performance of.
Random access memory.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
GCSE Computing Memory Powerpoint Templates.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
3 Computing System Fundamentals
Memory and stuff.. le well drawn pyramid Features Name Volatile Mutable Accessibility Description Data is lost quickly after powering down Data can be.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
Memory The CPU in the computer fetches data and instructions from memory to process. This type of memory is called primary memory and it is the only memory.
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
Memory management.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
By : Reem Hasayen. A storage device is a hardware device capable of storing information. There are two types of storage devices used in computers 1. Primary.
Am I RAM Or am I ROM?.
ROM AND RAM By Georgia Harris. WHAT DOES IT MEAN?  RAM: random access memory  ROM: read only memory.
A memory is just like a human brain. It is used to store data and instructions. Computer memory is the storage space in computer where data is to be processed.
Memory 2. Activity 1 Research / Revise what cache memory is. 5 minutes.
Activity 1 Review the work from last lesson so that you can explain the following: -What is the purpose of a CPU. -What steps does the CPU take to process.
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),
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
A Dummies Guide to computer memory. Differences between ROM and RAM ROMRAM Non volatileVolatile Used to boot up the computerUsed when the computer is.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Lesson Objectives Explain the need for secondary storage. Describe common storage technologies such as optical, magnetic and solid state. Describe flash.
MEMORY is part of the Central Processing Unit, or CPU, where data and information are stored. There are two main types of memory in a computer – RAM.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
Computer Storage. What is Primary Storage? ● Primary storage is computer memory that is directly accessible to the CPU of a computer without the use of.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
GCSE COMPUTER SCIENCE Computers 1.2 Memory, Storage and Binary.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Primary and Secondary Storage
Parts of a Computer.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
A Dummies guide to computer memory
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
Chapter 2.1 CPU.
Memory Key Revision Points.
Computing Hardware.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Describe the central processing unit including its role
Describe the central processing unit including its role
Primary Storage and Secondary Storage Devices Chapter 3
Memory chips Memory chips have two main properties that determine their application, storage capacity (size) and access time(speed). A memory chip contains.
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
14/11/2018 RAM and ROM.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Computer Memory BY- Dinesh Lohiya.
GCSE OCR 3 Memory Computer Science J276 Unit 1
Components of a CPU AS Computing - F451.
2.C Memory GCSE Computing Langley Park School for Boys.
A451: Computer Systems and Programming
Hardware Main memory 26/04/2019.
Year 10 Computer Science Hardware - CPU and RAM.
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Objectives Describe the difference between RAM and ROM
Presentation transcript:

Memory Miss Elliott

What is memory? What is ROM and RAM?

5 mins ROM and RAM The main internal memory in a computer can be split into two types: ROM (Read Only Memory) RAM (Random Access Memory)

ROM As the name (Read Only Memory) suggests, this memory that cannot be changed by a program or user. It is used to store the instructions for the computer to start up when it is turned on again. The data in the ROM is saved even if the computer is switched off and this is known as “non-volatile” data.

RAM RAM is much faster than ROM and is used as a temporary memory in which programs, applications and data are stored whilst they are being used. If a computer loses power, all data stored in its RAM is lost, this is known as “Volatile” data. Secondary Storage RAM Cache Memory CPU

MEMORY Size of Cache The more cache memory there is, the more likely that the data will have already been requested from the main memory and placed into the cache. Therefore, it is less likely it will have to be retrieved from the main memory so the CPU can run faster. The cache memory is very fast but also very expensive so it is a lot smaller than the main memory in a computer.

Levels of Cache Generally there are three levels of cache memory: This is usually located on the CPU chip itself but has a very low capacity and runs at the same speed as the CPU. Level 2 This is a little further away from the CPU and is larger but slower than the CPU. Level 3 This is the largest of the three levels but also the furthest away and therefore the slowest.

Flash Memory ROM uses a similar group of transistors wired together to make a circuit that are programmed with the instructions to boot up the machine at the point of manufacture. These circuits trap electrons in the transistors using a large “flash” of electrical charge. This is where it gets its name from. It is the same technology used in removable storage devices such as a USB memory stick.

Flash Memory Remember: ROM stands for Read Only Memory and is used for the instructions used to boot up the computer. Flash memory sticks are used to write and re-write files time and time again and this writing and re-writing can cause the circuits to deteriorate over time so flash memory sticks should not be used in critical systems.

Virtual Memory Virtual memory is a feature of an operating system (OS) that allows a computer to compensate for shortages of physical memory by temporarily transferring pages of data from random access memory (RAM) to disk storage.

Virtual Memory Primary memory has a limit i.e how many RAM chips you have in the computer. But there is a trick that the memory manager can use to fool the operating system into thinking that there is more primary memory than is actually physically present. This trick is called virtual memory. When the computer is running short of physical primary memory e.g. too many applications open, the memory manager has a choice. It can either shut down applications (very inconvenient) or it can try and scrounge some more memory from somewhere else. This is where virtual memory comes in.

Exam Style Questions Describe the difference between RAM and ROM Explain the need for ROM in a computer system Describe the purpose of RAM in a computer system Explain how the amount of RAM in a personal computer affects the performance of the computer Explain the need for virtual memory Describe cache memory Describe flash memory