OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.

Slides:



Advertisements
Similar presentations
Term Project Grade 9 Section B Due december 18 Find and research one Emerging technology not studied in class. It can be a prototype or already available.
Advertisements

Computer Memory GCSE Computing.
What is memory? Memory is used to store information within a computer, either programs or data. Programs and data cannot be used directly from a disk or.
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
IT Systems Memory EN230-1 Justin Champion C208 –
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
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.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Lesson Objectives To understand the difference between RAM and ROM
The two types of storage: Primary Storage Secondary Storage
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
2. Memory. Main memory – speed & types Organization of RAM RAM – Random Access Mem Static RAM [SRAM] - In SRAM, a bit of data is stored using the state.
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
Essential Computer Concepts
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.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
OCR GCSE Computing Chapter 2: Secondary Storage. Chapter 2: Secondary storage Computers are able to process input data and output the results of that.
WHAT IS COMPUTER STORAGE? Computer storage is the storing of data in an electromagnetic form to be accessed by a computer processor.
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.
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.
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: CPU.
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.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Secondary Storage.
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.
Understanding Memory.
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,
Am I RAM Or am I ROM?.
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.
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?
Prospects of Software Industry in Bangladesh Natasha Ahmed – Maliha Tasnim – Anamika Almas Storage Devise Natasha Ahmed.
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.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
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.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
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.
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.
Memory chips Memory chips have two main properties that determine their application, storage capacity (size) and access time(speed). A memory chip contains.
COMPUTER ORGANISATION AND ARCHITECTURE
Introduction to Computers
14/11/2018 RAM and ROM.
GCSE OCR 4 Storage Computer Science J276 Unit 1
GCSE OCR 3 Memory Computer Science J276 Unit 1
Motherboard External Hard disk USB 1 DVD Drive RAM CPU (Main Memory)
MICROPROCESSOR MEMORY ORGANIZATION
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 Memory.
Presentation transcript:

OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory

OCR GCSE Computing © Hodder Education 2013 Slide 2 Index to topics RAM and ROM Virtual memory Cache memory Flash memory

OCR GCSE Computing © Hodder Education 2013 Slide 3 Chapter 2: 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 the CPU can access directly. The two main types of primary memory are – RAM( Random Access Memory) and – ROM (Read Only Memory)

OCR GCSE Computing © Hodder Education 2013 Slide 4 Chapter 2: Memory RAM is memory that can be accessed and changed by the computer at any time. RAM stores the programs and data that the computer is currently working on The operating system will also be loaded into RAM in order to run. RAM needs power to store data and is volatile (i.e. if you turn off the power everything in RAM is lost) – Data is stored in RAM as a charge in an electronic circuit and will leak away if not kept refreshed.

OCR GCSE Computing © Hodder Education 2013 Slide 5 Chapter 2: Memory If you are listening to some music while researching on the internet for information to use in a word processed document, the RAM might contain: – The operating system for the computer – Music player software – The music file you are listening to – The web browser software – The website you are looking at – The word processor software – The word-processed file – Anti-virus software …

OCR GCSE Computing © Hodder Education 2013 Slide 6 Chapter 2: Memory Computers need a lot of RAM to deal with the large amounts of data they need to make available at any one time for the CPU. Adding more RAM to a computer will improve the performance of that computer by making more memory available for direct access from the CPU. A typical laptop will have 6 GB of RAM or more available.

OCR GCSE Computing © Hodder Education 2013 Slide 7 Chapter 2: Memory When the computer is first switched on RAM will be empty because it is volatile and needs power to maintain the contents. In order to supply the instructions needed to start up the computer, the CPU needs access to permanently stored instructions, the boot program. ROM is a more complex form of electronic circuit that does not require power to maintain the contents and is non-volatile.

OCR GCSE Computing © Hodder Education 2013 Slide 8 Chapter 2: Memory The information on a ROM chip is often programmed at manufacture. ROM is often used to store the boot program, a sequence of instructions to start the computer and load the operating system. The boot program: – Performs some basic checks – Finds the operating system – Hands over control to the operating system ROM cannot be overwritten by the computer, hence Read Only Memory.

OCR GCSE Computing © Hodder Education 2013 Slide 9 Chapter 2: Memory ROM does not need to contain very much data and is typically just 1 or 2MB in size Many devices, including music players, mobile phones and cameras, need ROM to boot them up. Since many of these devices have the operating system stored in ROM, the type of ROM used is changeable through a process called ‘flashing’, hence flash memory.

OCR GCSE Computing © Hodder Education 2013 Slide 10 Chapter 2: Memory RAM and ROM – a summary:

OCR GCSE Computing © Hodder Education 2013 Slide 11 Chapter 2: Memory Virtual memory is part of the hard drive used as an extension to the RAM. It is used when the computer does not have enough RAM to hold all the data and programs that a user wants. A specific area of the hard drive will be allocated to temporarily store data from RAM that is currently not needed, while data that is needed will be loaded into RAM.

OCR GCSE Computing © Hodder Education 2013 Slide 12 Chapter 2: Memory Virtual memory Total memory in use Hard disk Main Memory Virtual Memory space on hard disk

OCR GCSE Computing © Hodder Education 2013 Slide 13 Chapter 2: Memory 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. To overcome this it will be necessary either – To quit some programs OR – To add extra RAM to enable more programs to run

OCR GCSE Computing © Hodder Education 2013 Slide 14 Chapter 2: Memory There are two types of RAM: Dynamic RAM, which can only hold a charge for a few milliseconds and must be constantly refreshed Static RAM, which does not need to be constantly refreshed, but is a much more complex and expensive design – Since static RAM does not need to be constantly refreshed, access times to this type of RAM are much faster – Static RAM chips are used for cache memory

OCR GCSE Computing © Hodder Education 2013 Slide 15 Chapter 2: Memory Cache memory is used next to the CPU to provide very fast access to data. Cache is used between the main RAM and the CPU to improve performance by holding the data that has just been, or is just about to be, processed. Cache memory is a much more complex design than standard RAM, is more expensive and only available in much smaller sizes, so is not suitable for main memory.

OCR GCSE Computing © Hodder Education 2013 Slide 16 Chapter 2: Memory Transfer speed increases Hard diskRAMCacheCPU When data is requested it is moved from the hard disk to RAM, then into cache. When data is requested again, it first checks if it is in the cache. If not then the RAM is checked and finally the hard disk. By using the cache as a buffer it means most frequently used data is immediately available. Cache memory can improve the performance of the computer quite significantly and generally, the more cache, the better the performance.

OCR GCSE Computing © Hodder Education 2013 Slide 17 Chapter 2: Memory Flash memory is a type of ROM that can be re- written by erasing the contents, or parts of the contents. – This is done by applying an electronic charge to all or part of the circuit. Flash memory is used in most modern computers to store the boot program, and in most devices to store the boot program and the operating system. – Flash memory allows these programs to be updated using a special process.

OCR GCSE Computing © Hodder Education 2013 Slide 18 Chapter 2: Memory Flash memory is also commonly used as a portable medium for storing and transferring data, e.g. flash memory cards in cameras, mobile phones and, of course, the USB memory stick. These devices range in size from a few GB, e.g. 4 GB flash card in a mobile phone, to 256 GB USB memory drives. Access times for flash memory are not as fast as RAM but are faster than hard disks, making them suitable for additional drives or back-up devices.