Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.

Slides:



Advertisements
Similar presentations
Computer Systems Nat 4/5 Computing Science Computer Structure:
Advertisements

Computer Memory/Storage Device
P3- Represent how data flows around a computer system
Storage Devices and Media The Kingsway School. Backing Storage Backing storage is used to keep data or programs. Different circumstances require different.
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.
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.
Computing Hardware Starter.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Lesson Objectives By the end of this lesson you will be able to:
Lesson 2 — How Does A Computer Process Data?
OCR GCSE Computing Chapter 2: Secondary Storage. Chapter 2: Secondary storage Computers are able to process input data and output the results of that.
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.
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.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Computer Architecture
Computer Systems Nat 4/5 Computing Science Lesson 8: Input, Output Devices and Backing Storage.
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
Introduction to Computer Systems
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Secondary Storage.
Computer Structure & Architecture 7b - CPU & Buses.
COMPUTER MEMORY & DATA STORAGE. ROM ROM is short for Read Only Memory. –I–It is permanent, long-term memory which cannot be erased or changed in any way;
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
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.
Secondary Storage. WHAT IS SECONDARY STORAGE  SECONDARY STORAGE IS THE STORAGE THAT IS NON- VOLATILE. RAM IS VOLATILE AND SHORT TERM AND FORGETS EVERYTHING.
Storage of Data Letts Chapter 6. Introduction Any system needs to store both programs and data and requires: n a main store for fast access storage; n.
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.
Managing Files for Personal Computing Part 1 - Data Storage.
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Lesson 4 – Cache, virtual and flash memory
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.
Nat 4/5 Computing Science Lesson 1: Binary
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computing Science Computer Structure: Lesson 1: Processor Structure
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Parts of a Computer.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Computer Systems Nat 4/5 Computing Science
A Dummies guide to computer memory
Computer Systems Nat 4/5 Computing Science
Computing Hardware.
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.
Primary Storage and Secondary Storage Devices Chapter 3
Computer Systems Nat 4/5 Computing Science Computer Structure:
Nat 4/5 Computing Science Input, Output and Backing Storage
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Computer Systems Nat 4/5 Computing Science
GCSE OCR 3 Memory Computer Science J276 Unit 1
2.C Memory GCSE Computing Langley Park School for Boys.
Computer Hardware Ms. Wade.
Objectives Describe the difference between RAM and ROM
WJEC GCSE Computer Science
Secondary Storage Devices
Presentation transcript:

Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory

Lesson Aims By the end of this lesson:  Pupils will be able to: Describe the difference between main memory and backing storage. Describe of the features and uses of RAM and ROM. Describe what is meant by a memory address

A quick recap  We are going to look at the Backing Storage and Memory Nat 4/5 Processor Input Devices OutputDevices Memory Backing Storage

Main Memory  Main memory falls into two types:  RAM  Random Access Memory  ROM  Read Only Memory Nat 4/5 Main Memory RAMRAM ROMROM

RAM – Random Access Memory  Nothing to do with male sheep!  RAM is the computers short term memory.  If a machine is quoted as having 2GB of Ram then it has 2GB into which programs and the operating system is loaded into.  RAM is volatile.  This means that it requires power to store data.  When power is lost the contents of RAM are lost. Nat 4/5

ROM – Read Only Memory  There is a problem with just having RAM.  If the contents of RAM are lost then the power is Iost how does the computer know what to do when it switches on?  ROM ( R ead O nly M emory) is memory that will always retain its contents even when power is lost.  This concept can be used by mobile phones to store their operating systems. Nat 4/5

Addressability  Your house has a unique address  No two houses have the same address!  This is the same for memory  Each location in the computer’s memory has it’s own unique address (in binary) Nat 4/5

Backing Storage  Backing storage are devices used to store permanent copies of our files.  Examples are such as:  Hard Disk Drives  USB Flash Drives  Magnetic Tapes  CD/DVD R/RW  At this point in the course knowing their purpose is sufficient. Nat 4/5

Summary  RAM (Random Access Memory)  Is used to store programs and the operating system  Is volatile, it loses contents when there is no power  ROM (Read Only Memory)  Contents cannot be changed and does not require power to hold data  Backing Storage devices are used to store permanent copies of our files and data Nat 4/5