Computer Systems Nat 4/5 Computing Science

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
The Central Processing Unit (CPU) Understanding Computers.
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.
Computer Systems Nat 4/5 Computing Science Input, Output and Backing Storage.
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.
Input, Output, Processing and Storage
The two types of storage: Primary Storage Secondary Storage
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
Computing Hardware Starter.
Configuration.
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.
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
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.
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.
© 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.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
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.
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.
NON STANDARD HARDWARE By the end of this lesson you will be able to: 1. Identify non standard computer hardware 2. Understand ACRONYMS used to describe.
1 Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
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.
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
The Central Processing Unit (CPU)
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.
Describe the central processing unit including its role
Describe the central processing unit including its role
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
Computer Hardware Ms. Wade.
Objectives Describe the difference between RAM and ROM
WJEC GCSE Computer Science
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 some of the features and uses of RAM and ROM Describe what is meant by a memory address

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

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

RAM – Random Access Memory Nat 4/5 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 are loaded into. RAM is volatile. This means that it requires power to store data. When power is lost the contents of RAM are lost.

ROM – Read Only Memory There is a problem with just having RAM. 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 (Read Only Memory) 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.

Addressability Your house has a unique address 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 has a unique address

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. More on these later!

Summary RAM (Random Access Memory) ROM (Read Only Memory) 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