Computer Memory GCSE Computing.

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

Session Objectives#3 COULD explain the role memory plays in computer processing SHOULD describe the purpose of a CPU and its individual components MUST.
Group #5 1. Mereseini Rokodau 2. Eleanor Siavii 3. Jowella Vaka.
Storing Data. Memory vs. Storage Storage devices are like file drawers, in that they hold programs and data. Programs and data are stored in units called.
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.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
GCSE Computing Memory Powerpoint Templates.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
Computer Hardware Sources: Discovering Computers Information & Software technology.
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.
Data Storage. 3 types of storage to remember ROM RAM Secondary or backing storage.
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.
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
Getting To Know Computers COMPUTER BASICS. WHAT IS A COMPUTER? A computer is an electronic device that manipulates information, or “data.” It has the.
Unit 2 - Hardware Data Storage. How is data stored? ● Data is stored as a combination of 0’s and 1’s (bits). We will learn more about this later! ● Bits.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
Understanding Memory.
Welcome to Technology Michael Cox October 20, 2015 Do now: Open your typing test data file Take a three minute typing test at Typingtest.com (Aesop test)
Am I RAM Or am I ROM?.
Introduction to Computer Special Thanks S.W.A.ShahNIST.
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
Unit 2- Computer Hardware.  Identify system components  Describe the role of the central processing unit  Define computer memory  Identify types of.
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.
Lesson 4 – Cache, virtual and flash memory
Starter You have 2 minutes to find out: 1.What is the fastest type of computer memory? 2.Where would you normally find it?
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
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.
A Dummies guide to computer memory
Memory Miss Elliott.
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
Memory Key Revision Points.
Hardware Components By Charlie Leivers.
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.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Describe the central processing unit including its role
Describe the central processing unit including its role
Info Tech for Medical Profession
Hook – CPU Knowledge Check
Lesson Objectives Aims You should be able to:
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.
TASK: Define the memory keywords.
Computer Based Technology:
GCSE OCR 3 Memory Computer Science J276 Unit 1
Computer components.
Components of a CPU AS Computing - F451.
STORAGE – 3 TIERS Key Revision Points.
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.
Objectives Describe the difference between RAM and ROM
Computer components.
Presentation transcript:

Computer Memory GCSE Computing

Objectives 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 discuss how changes in memory technologies are leading to innovative computer designs.

Intro We have already looked at ways of storing data. What methods did we look at? These methods were known as what type of storage and why?

Memory The memory inside the computer is known as the main memory. Data is stored on the RAM and cache. These are known as volatile memory. This means that when the power is switched off the data on the memory is lost.

RAM Stands for Random Access Memory The RAM is used for the operating system, applications that are being run on a computer and any data in use. The RAM basically holds the data that we are currently working on.

RAM Data for the files you are working on is saved on the RAM until you click the save button. This means you could lose them until you click save (as they are stored in volatile storage) When the computer is switched on, the boot sequence is loaded from the ROM Secondary Storage Primary Storage Therefore the more RAM you have, the more data it can hold that is related to what you are currently working on. This means the CPU can access this data quicker and therefore the quicker your computer will run. The ROM is non volatile as the data is not lost when the power is switched off So why do we not just store data straight away on the HDD and forget about the RAM? When the OS is loaded, it is loaded into the RAM. This is because we will now be using it. The application data is then loaded onto the RAM as we will be using it. As part of the boot sequence, the operating system which is stored on the HDD is loaded It takes a lot longer for the data to be retrieved and stored on the HDD than the RAM so saving it on the HDD all the time would slow down your computer a lot If you the user then opens up application software e.g. Word, Web browser etc, this file is also found on the HDD By having data loaded onto the RAM it makes it much quicker for the CPU to access it. This means that your computer will run quicker Once you click save the data is stored on the HDD. It will now not be lost when the power is off.

What next So now data is in the RAM this means that we are using it. Therefore this also means that the CPU is going to want to access it. A computer will only have a small amount of cache but the more it has, the quicker the CPU can process data and the quicker your computer will run There is another type of memory called cache. This is often built into the CPU. Data stored on the cache is very quick for the CPU to access. Therefore data that the CPU is going to process is taken from the RAM and put onto the cache The CPU could get the data from the RAM each time it needs to complete a process but even this would still take too long

Amounts of storage Secondary Storage: e.g. hard drive, USB, SD Card, CD etc will have a large amount of storage for a relatively cheap price. For example a typical computer will now have a build in hard drive of around 1TB. All of this type of storage is non volatile Primary Storage: You will have less RAM and it can be quite expensive. A typical computer may now have around 8Gb of RAM built in. This type of storage is volatile Primary Storage: The cache memory is often built into the CPU and only has a small amount of memory. This can be very expensive. This type of storage is volatile

Transferring Data Non Volatile so stores data when power is turned off. Stores Operating system, application software and all data files. When required by the computer they are found on the HDD and moved to the RAM The data held here is what is being worked on. When it is going to be needed by the CPU it is moved to the Cache. When it needs to be permanently saved or not used anymore it is moved back to the HDD When the CPU needs data to process it first looks at the Cache. If it is not there it requests the data from the RAM which may then request it from the HDD. The data on the CPU can be processed quickly.

Click to play animation Task There is a lot of information covered. Draw a comic strip to illustrate this to a novice. It should cover The process of moving data e.g. from HDD to RAM to cache The reason why data is moved e.g. access by CPU The difference between volatile and non volatile storage The role of ROM The amount of storage each type has Click to play animation

RAM Data for the files you are working on is saved on the RAM until you click the save button. This means you could lose them until you click save (as they are stored in volatile storage) When the computer is switched on, the boot sequence is loaded from the ROM Secondary Storage Primary Storage Therefore the more RAM you have, the more data it can hold that is related to what you are currently working on. This means the CPU can access this data quicker and therefore the quicker your computer will run. The ROM is non volatile as the data is not lost when the power is switched off So why do we not just store data straight away on the HDD and forget about the RAM? When the OS is loaded, it is loaded into the RAM. This is because we will now be using it. The application data is then loaded onto the RAM as we will be using it. As part of the boot sequence, the operating system which is stored on the HDD is loaded It takes a lot longer for the data to be retrieved and stored on the HDD than the RAM so saving it on the HDD all the time would slow down your computer a lot If you the user then opens up application software e.g. Word, Web browser etc, this file is also found on the HDD By having data loaded onto the RAM it makes it much quicker for the CPU to access it. This means that your computer will run quicker Once you click save the data is stored on the HDD. It will now not be lost when the power is off.

What next So now data is in the RAM this means that we are using it. Therefore this also means that the CPU is going to want to access it. A computer will only have a small amount of cache but the more it has, the quicker the CPU can process data and the quicker your computer will run There is another type of memory called cache. This is often built into the CPU. Data stored on the cache is very quick for the CPU to access. Therefore data that the CPU is going to process is taken from the RAM and put onto the cache The CPU could get the data from the RAM each time it needs to complete a process but even this would still take too long

Amounts of storage Secondary Storage: e.g. hard drive, USB, SD Card, CD etc will have a large amount of storage for a relatively cheap price. For example a typical computer will now have a build in hard drive of around 1TB. All of this type of storage is non volatile Primary Storage: You will have less RAM and it can be quite expensive. A typical computer may now have around 8Gb of RAM built in. This type of storage is volatile Primary Storage: The cache memory is often built into the CPU and only has a small amount of memory. This can be very expensive. This type of storage is volatile

Transferring Data Non Volatile so stores data when power is turned off. Stores Operating system, application software and all data files. When required by the computer they are found on the HDD and moved to the RAM The data held here is what is being worked on. When it is going to be needed by the CPU it is moved to the Cache. When it needs to be permanently saved or not used anymore it is moved back to the HDD When the CPU needs data to process it first looks at the Cache. If it is not there it requests the data from the RAM which may then request it from the HDD. The data on the CPU can be processed quickly.

ROM ROM stands for Read Only Memory. A computer will have a ROM chip that usually stores the data the manufacturer has put on there This data tells the computer how to boot up when it is switched on ROM is read only and therefore can not be changed. This means it is also an example of non volatile memory

Virtual Memory Here is a quick animation. But what does it mean?

Virtual memory What happens if you are working on a lot and don’t have enough room on your RAM!!!!! No room. Go away!

Virtual memory You can use some of the hard drive as an extension to your RAM and load things back and forward to the RAM when needed.

Question What do you think would be the effect on the performance of the computer of using a lot of virtual memory rather than upgrading your RAM? Explain why.

Task Draw a diagram to explain virtual memory and write a description underneath of How it works The benefits The drawbacks

Task Hi I’m Jonny. I use my computer for school work and searching the internet. Recently I have started to make films for my YouTube channel and playing games online. But my computer seems to run really slowly when I am doing this. Can you give me some advice on what is going on and what I can do about it. Write a letter to Jonny to answer his questions.

Homework Use your books and the internet to make a poster to explain What Flash memory is and what it is used for How changes in memory technologies are leading to innovative computer designs