Am I RAM Or am I ROM?.

Slides:



Advertisements
Similar presentations
A-Level Computing#BristolMet Session Objectives#7 MUST describe common secondary storage technologies SHOULD explain the need for secondary storage and.
Advertisements

Buffers & Spoolers J L Martin Think about it… All I/O is relatively slow. For most of us, input by typing is painfully slow. From the CPUs point.
Session Objectives#3 COULD explain the role memory plays in computer processing SHOULD describe the purpose of a CPU and its individual components MUST.
Computer Memory GCSE Computing.
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
A-Level Computing#BristolMet Session Objectives#4 MUST describe the differences between the main types of primary memory SHOULD describe the function and.
Computer Memory.
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.
Lesson Objectives To understand the difference between RAM and ROM
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.
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.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Types of Computers Mainframe/Server Two Dual-Core Intel ® Xeon ® Processors 5140 Multi user access Large amount of RAM ( 48GB) and Backing Storage Desktop.
GCSE Computing Memory Powerpoint Templates.
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.
ROM RAM and Virtual Memory  Lesson Objective: Understand the difference between ROM, RAM and the purpose of Virtual Memory  Learning Outcome: Define.
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
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
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
Lecture#15. Cache Function The data that is stored within a cache might be values that have been computed earlier or duplicates of original values that.
Understanding Memory.
Excellence Publication Co. Ltd. Volume Volume 1.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
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),
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.
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
Computer Components Let’s review!. If your computer slows down, what system parts are you going to check? Click to select from choices below. cables,
Lesson 4 – Cache, virtual and flash memory
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.
GCSE COMPUTER SCIENCE Computers 1.2 Memory, Storage and Binary.
Info Tech for Medical Profession
Primary and Secondary Storage
Parts of a Computer.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Computer Systems Nat 4/5 Computing Science
A Dummies guide to computer memory
Memory Miss Elliott.
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
Chapter 2.1 CPU.
Memory Key Revision Points.
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.
Introduction to Computer Architecture
Describe the central processing unit including its role
Describe the central processing unit including its role
CS-301 Introduction to Computing Lecture 17
Primary Storage and Secondary Storage Devices Chapter 3
Info Tech for Medical Profession
Lesson Objectives Aims You should be able to:
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
14/11/2018 RAM and ROM.
TASK: Define the memory keywords.
Introduction to Computer Architecture
Types of Computers Mainframe/Server
Computer Systems Nat 4/5 Computing Science
GCSE OCR 3 Memory Computer Science J276 Unit 1
Components of a CPU AS Computing - F451.
Software & hardware interaction
2.C Memory GCSE Computing Langley Park School for Boys.
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:

Am I RAM Or am I ROM?

I contain the operating System, programs and data that is Being used. An average laptop Has around 4GB of me My content changes all the time I contain the boot program I’m small. Only around 1 or 2 MB I’m non-volatile I’m read-only I’m volatile

Lesson Objectives explain the need for virtual memory describe cache memory describe flash memory

HP Desktop Computer 6MB Cache 8GB RAM £500

Cache Memory Cache memory is memory that is located on the processor itself and is used to make the computer faster. The cache memory acts as a buffer between the CPU and the RAM.

Cache Memory CPU Cache RAM The CPU request data If the data is not in the Cache It requests the data from the RAM CPU Cache RAM Data copied to the Cache Data sent to CPU If the CPU then requests the same piece of data again, it will already be stored in the cache. This makes the process quicker as it does not have to go to the RAM

The transfer between the cache memory and the main processor is much faster than the transfer between the RAM and the cache memory. When the processor tries to fetch the data again, it first checks whether the data is already in the cache memory. If it is, then the data is fetched from the cache memory and not from the RAM. This way, by storing the data that is fetched most often so that it does not need to be fetched from the RAM, the cache memory makes the whole system a lot faster. The larger the cache memory, the more the improvement in performance will be. For this reason, modern processors include up to 8 MB or more of cache memory.

Why don’t we always use the cache for everything? Because it’s much more expensive. This is why you often have a small cache compared to the amount of RAM

Running out of RAM? Have you ever been using a computer and the message “You are low on virtual memory, please close some applications”?

When there is not enough RAM to deal with all the demands on the computer it will use a section of the hard disk as a temporary store. This is called VIRTUAL MEMORY. Total memory in use Hard disk RAM

Virtual Memory The computer can take some programs out of the RAM and store them in a reserved part of the hard drive which frees up some RAM that can be now be used to open more programs. When any of the programs that have been transferred to the hard disk are needed again, they need to be transferred back into the RAM before they can be used

Virtual Memory Virtual memory is not a permanent solution. The time taken to access the hard disk on a computer is significantly longer than that required to access RAM. If a computer is having to move data between the hard disk and RAM constantly, it will slow down the computer significantly

Task 1: Using Publisher or Word, create an A4 revision poster about the topic of Memory. You must include RAM ROM Cache Virtual You may use the internet for research and images.

Key Words Processor Random Access Memory Read Only Memory CPU Data Volatile Permanent

MEMORY ROM RAM Virtual Cache Holds the boot up programs Runs as soon as the computer is turned on Is non volatile, so it won’t be lost when there is no power Usually quite small in capacity RAM Holds data on the programs that are running Is volatile, so it is lost when the power is turned off 4GB standard for laptops The more RAM the better the performance MEMORY Virtual Used when running out of RAM Uses a section of the harddrive to temporarily store data on programs Takes longer than accessing RAM, so not a permanent solution Cache Located on the processor Small compared to RAM Much quicker than RAM but much more expensive Used to hold data that is used a lot