Objectives Describe the difference between RAM and ROM

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

Computer Memory/Storage Device
The Central Processing Unit (CPU) Understanding Computers.
Computer Memory GCSE Computing.
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.
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.
The two types of storage: Primary Storage Secondary Storage
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
Chapter 3 Computer Hard ware
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.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
GCSE Computing Memory Powerpoint Templates.
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.
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.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
Computers Today.
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
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.
Computer Systems The Kingsway School. What are Computer Systems? Computer systems process data electronically Data is information which has no meaning.
Levi Garner. Topics  Computer Storage Devices  Storage Media and Storage Devices  Memory and Storage.
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.
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 Ms Jennifer Computer Components.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
Computer systems Quiz. The CPU What does CPU stand for?(1) Which 3 step cycle does the CPU follow?(1) In order to run, name 3 things that the CPU needs?(3)
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.
Computer Systems Nat 4/5 Computing Science
The Central Processing Unit (CPU)
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
Computer Systems Nat 4/5 Computing Science
Memory Key Revision Points.
Storage Devices You will be able to:
Computing Hardware.
Elements of a Computer System
Introduction to Computer Architecture
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
Primary and Secondary Storage Explained
Primary Storage and Secondary Storage Devices Chapter 3
COMPUTER MEMORY & DATA STORAGE
Introduction to Computers
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 Basics Hardware and Software.
Introduction to Computers
Introduction to Computer Architecture
GCSE OCR 4 Storage Computer Science J276 Unit 1
Computer Systems Nat 4/5 Computing Science
GCSE OCR 3 Memory Computer Science J276 Unit 1
Computer Basics Hardware and Software.
2.C Memory GCSE Computing Langley Park School for Boys.
A451: Computer Systems and Programming
Year 10 Computer Science Hardware - CPU and RAM.
WJEC GCSE Computer Science
Computer components.
Presentation transcript:

Objectives Describe the difference between RAM and ROM Describe the purpose RAM and ROM in a computer system Explain the need for virtual memory

Computer data storage Computers have to store vast amounts of data Understand the differences between: Primary data storage (Main Memory / RAM / ROM) Secondary data storage (Hard drives) Off-line storage (CD’s, DVD’s USB, Tape)

Primary storage / memory What do you already know about memory and its role within computer systems? MAIN MEMORY SECONDARY STORAGE CENTRAL PROCESSING UNIT (CPU) INPUT DEVICES OUTPUT

Types of primary memory There are many types of memory used in computers The two mains types are: RAM (Random Access Memory) ROM (Read Only Memory) RAM ROM

Why is RAM required? When an application or the operating system is run, it is copied from the hard disk into RAM Why not hold everything on the hard disk?

RAM Is often referred to as: It can be read from and written to main memory, primary memory, central memory, core memory It can be read from and written to Access to RAM is very fast At any one time it will normally contain: The Operating System (or part currently in use) The software currently in use The data which the software is using

RAM RAM The computer stores running programs and data in RAM when your computer is turned on When your computer is off, RAM is empty as it is volatile All your programs and data are safe on your hard disk Empty

Operating system RAM When you switch on your computer, the startup instructions load the Operating System from your hard disk into RAM Operating system

RAM memory RAM When applications or programs are loaded, they are copied into RAM from the Hard Disk Documents (data) that are used with those programs are also opened by copying them into RAM as the working memory RAM starts to fill up Documents in use Clipboard Excel Word Operating system

Running out of space RAM You now want to open a browser to search the Internet The browser software needs more memory than you have free in RAM What do you think happens? Documents in use Browser Clipboard Excel Word Operating system

Virtual memory Virtual memory is part of the hard drive used as an extension to RAM What are the advantages and disadvantages of using part of the hard disk in this way? Hard Disk RAM Documents in use Clipboard Excel Word Operating system Browser

What happens when memory space completely fills up?

What makes ROM so special? Some data needs to be permanently held in memory, even when a computer has no power What instructions do you think a computer must instantly execute when you first switch on a computer?

RAM vs ROM What does it stand for? What is often stored in it? What happens to its contents when you turn the power off? Can you read and write data to it?

RAM vs ROM Complete Worksheet 3

RAM vs ROM What does it stand for? What is often stored in it? Random Access Memory Read Only Memory What is often stored in it? Operating system Running programs Data currently being used Computing bootup instructions (Bootstrap) What happens to its contents when you turn the power off? They are lost This type of memory is Volatile They are retained This type of memory is Non-Volatile Can you read and write data to it? Read & Write Read Only