Activity 1 6 minutes Research Activity: What is RAM? What is ROM?

Slides:



Advertisements
Similar presentations
Computer Organization. The Nature of Data Spreadsheets give us a way to create processes that manipulate data We can think of a piece of data as a quantity.
Advertisements

Trends in Memory Computing. Changes in memory technology Once upon a time, computers could not store very much data. The first electronic memory storage.
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.
Overview Memory definitions Random Access Memory (RAM)
IT Systems Memory EN230-1 Justin Champion C208 –
Data Storage Technology
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
CPU Describe the purpose of the CPU
Computer Memory.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Lesson Objectives To understand the difference between RAM and ROM
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
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.
Random access 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.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
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
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
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.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
Multilevel Caches Microprocessors are getting faster and including a small high speed cache on the same chip.
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?.
ROM AND RAM By Georgia Harris. WHAT DOES IT MEAN?  RAM: random access memory  ROM: read only memory.
BMTS 242: Computer and Systems Lecture 2: Memory, and Software Yousef Alharbi Website
Memory 2. Activity 1 Research / Revise what cache memory is. 5 minutes.
Introduction to Computer Special Thanks S.W.A.ShahNIST.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
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.
 Memory RAM and ROM and cache and flash  Secondary storage  Software  Utility programs  IDE.
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.
Trends in Memory Computing.
Memory P2 Understand hardware technologies for game platforms
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.
Chapter 2: Computer-System Structures
Hardware Components By Charlie Leivers.
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.
Introduction to Computer Architecture
COMPUTER ORGANISATION AND ARCHITECTURE
Computer Memory BY- Dinesh Lohiya.
Introduction to Computer Architecture
Memory P2 Understand hardware technologies for game platforms
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
Software - Operating Systems
Year 10 Computer Science Hardware - CPU and RAM.
Objectives Describe the difference between RAM and ROM
Explorer Inside the Computer
Presentation transcript:

Activity 1 6 minutes Research Activity: What is RAM? What is ROM?

Memory

Memory Introduction Memory is where binary data (0s and 1s) is stored. Learning 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 Introduction Memory is where binary data (0s and 1s) is stored. There are several devices in a modern computer which store data. They store this data in different ways and for different purposes. We shall now take a look at each type of memory device: RAM ROM Virtual Memory

RAM (Random Access Memory) Primary Storage RAM (Random Access Memory) Learning 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 RAM Random Access Memory – AKA Main Memory RAM is needed to store programs that are currently being used. They help to enable ‘multi-tasking’, which means having several programs open and using them all at the same time. It does this by copying the data needed by programs at that time so that it can be passed to the CPU when it needs to process that data. It also stores all the instructions/modules from the open programs that the CPU will require for processing.

RAM (Random Access Memory) Primary Storage RAM (Random Access Memory) Learning 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 RAM Random Access Memory – AKA Main Memory RAM stores data as small charges of electricity in tiny transistors etched into a circuit in the device. The charge needs to be refreshed every few milliseconds otherwise the charge leaks away. RAM is therefore volatile memory – it loses data when there is no power.

RAM (Random Access Memory) Primary Storage RAM (Random Access Memory) Learning 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 RAM Random Access Memory – AKA Main Memory When programs are opened by the user, they are loaded from the hard disk onto the RAM. This is so that the CPU can access the data and instructions at an acceptable rate. If the CPU reads the program instructions and data from a hard disk, the data access would be extremely slow – this is why RAM is so important.

ROM (Read Only Memory) ROM Read Only Memory Primary Storage Learning 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 ROM Read Only Memory When you switch off your computer the data that the CPU can access (i.e. the RAM) loses its data. This is a problem because, when you restart your computer, data must be in the RAM for the computer to work. This is where ROM comes in. ROM is a special memory chip that can store data even without power – it is non-volatile. It is used by a computer to store the boot sequence instructions – everything the computer needs to boot (start up) and load the operating system.

ROM (Read Only Memory) ROM Read Only Memory Primary Storage Learning 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 ROM Read Only Memory When you switch on your computer, data in the ROM is accessed by the CPU in order to start the computer and load the operating system successfully. The data on ROM cannot easily be over written by the user. Like the RAM it is classed as Primary Storage (memory that is directly accessed by the CPU) & has fast data access rates.

Activity 2 15 minutes Complete the Volatile/Non-Volatile worksheet.

Virtual Memory Virtual Memory Learning 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 Virtual Memory RAM is great for multitasking. You can have multiple programs open and use them simultaneously. But what happens if you’ve got so many programs open that the RAM becomes filled up with programs (instructions) and data? Does the computer stop working? No, a typical modern computer system has another option up its sleeve… Virtual memory. Virtual memory is actually hard-drive (hard-disk) space which acts as RAM (although it operates a lot more slowly than RAM)

Virtual Memory Virtual Memory Learning 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 Virtual Memory So if you are browsing the internet and listening to music, the RAM should cope fine. If you then decide to play a game with good graphics then this may overload the RAM – too many programs (and their data) need to be copied to RAM. What the computer will do is relocate programs that have not been recently used to the hard-disk. This process will take time as hard-disk data speeds are much slower – but when it is done the system should be nice and fast again. Often the operating system will use the hard disk as virtual memory. A lot of programs need to be loaded as part of the operating system but many can sit on the hard-disk as they are used infrequently.

Virtual Memory How the amount of RAM affects performance Learning 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 How the amount of RAM affects performance So as we’ve just seen, RAM is needed to supply to the CPU with data and instructions from programs currently in use. Smaller amount of RAM – limited multi tasking and greater need to use slower virtual memory Larger amount of RAM – greater storage of programs / data leading to faster performance and effective multi-tasking. Most PCs have 3-4 GB Ram – fine for multi-tasking several programs unless you want to also play a modern graphic intensive game

Activity 3 15 minutes Complete the ‘Memory Questions’ worksheet.