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
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.
Computer Memory.
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
Lesson 3 — How a Computer Processes Data
Chapter 3 Computer Hard ware
Computing Hardware Starter.
HARDWARE Lesson 2. Components of a computer: 1)A Processor (or CPU) The brain of the computer 2)Memory To remember the programs and data that it uses.
Lesson Objectives By the end of this lesson you will be able to:
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.
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.
HardwareHardware F451 - AS Computing. Hardware and Software Definition Hardware –The physical components that make up a computer system. Includes all.
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.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computer Systems Nat 4/5 Computing Science Operating Systems.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Secondary Storage.
Mercedes Alonso, Luciana Pierangeli & Florencia Glasbauer.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
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.
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.
Computer Systems The Kingsway School. What are Computer Systems? Computer systems process data electronically Data is information which has no meaning.
Hardware Introducing the Components of a Computer.
Learning Outcomes At the end of this lesson, students should be able to: Define storage State the types and functions of storage – primary storage RAM.
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.
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.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
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.
GCSE COMPUTER SCIENCE Computers 1.2 Memory, Storage and 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.
Nat 4/5 Computing Science Software
Parts of a Computer.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Tech Level Cyber Security
A Dummies guide to computer memory
Memory Miss Elliott.
Computer Systems Nat 4/5 Computing Science
An Overview of the Computer System
Computing Hardware.
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:
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Nat 4/5 Computing Science Operating Systems
Computer Systems Nat 4/5 Computing Science
GCSE OCR 3 Memory Computer Science J276 Unit 1
A451: Computer Systems and Programming
Hardware Main memory 26/04/2019.
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
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 6: Memory

Lesson Aims By the end of this lesson: Pupils will be able to: 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 Memory Nat 4/5 Processor Input Devices Output Devices Memory Backing Storage We are going to look at Memory

Main Memory There are two types of main memory falls : RAM RAM ROM Nat 4/5 Main Memory Main Memory RAM ROM There are two types of main memory falls : RAM Random Access Memory ROM Read Only Memory

Nat 4/5 Addressability Your house has a unique address, made up of street, town and postcode. No two houses have the same address! This is the same for memory in the computer Memory is made up of thousands of millions of storage locations Each storage location in memory has it’s own unique address so that the processor can locate it This address is a binary value e.g 1110100100101001

RAM – Random Access Memory Nat 4/5 RAM – Random Access Memory Operating system is loaded into RAM when the computer starts up Stores programs and data that a user is currently using Contents of RAM are lost when the computer is switched off… …so the user’s work must be saved to backing storage medium e.g. a hard disk Direct-access medium = data can be read from RAM or written to RAM in any order

N5 Amount of RAM Plenty of RAM improves computer performance because means:- you can have lots of programs in memory at one time you can run larger programs

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.

Flash ROM

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, which means it loses its contents when there is no power ROM (Read Only Memory) Contents cannot be changed and does not require power to hold data

Questions How can the processor identify each location in memory? What type of memory stores the programs that the user is currently using? What type of memory stores essential programs that make the computer work? What type of memory is volatile?