GCSE OCR 3 Memory Computer Science J276 Unit 1

Slides:



Advertisements
Similar presentations
Computer Memory/Storage Device
Advertisements

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.
Secondary Storage GCSE Computing. Objectives… Understand the need for input and output devices. Describe suitable input devices for a wide range of computer.
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.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
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.
Chapter 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
Computer Structure & Architecture 7b - CPU & Buses.
ROM AND RAM By Georgia Harris. WHAT DOES IT MEAN?  RAM: random access memory  ROM: read only memory.
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.
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.
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)
GCSE COMPUTER SCIENCE Computers 1.2 Memory, Storage and Binary.
Computer Systems Nat 4/5 Computing Science Computer Structure:
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
3 - STORAGE: TYPES AND CHARACTERTISTICS
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 Storage and Secondary Storage Devices Chapter 3
IB Computer Science Topic 2.1.1
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
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.
Objectives Describe the difference between RAM and ROM
WJEC GCSE Computer Science
Presentation transcript:

GCSE OCR 3 Memory Computer Science J276 Unit 1 System architecture, memory and storage 3

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