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.

Slides:



Advertisements
Similar presentations
Computer Vocabulary Words to know and remember for the semester.
Advertisements

What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
P3- Represent how data flows around a computer system
Dundas Valley Secondary Computer Hardware Types of Memory.
Computer Memory GCSE Computing.
COMPUTER SYSTEM COMPONENTS ACTIVITY
Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.
Computer Memory.
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
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
CPU The CPU is a microchip that is installed on a motherboard and acts as the computer’s brain - performing calculations and coordinating the hardware.
Memory Hierarchy.
Computing Hardware Starter.
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.
Lesson Objectives By the end of this lesson you will be able to:
Software GCSE COMPUTING.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
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.
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.
Computers Are Your Future Chapter 1 Slide 1 Introduction to the Computers & Internet Chapter 1 Concepts of Information Technology IT.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Information Technology Basic Computer Architecture Adnan Khalid.
Introduction to Computer Systems
Mercedes Alonso, Luciana Pierangeli & Florencia Glasbauer.
Computers Today.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
Am I RAM Or am I ROM?.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
ROM AND RAM By Georgia Harris. WHAT DOES IT MEAN?  RAM: random access memory  ROM: read only memory.
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
Computer Systems The Kingsway School. What are Computer Systems? Computer systems process data electronically Data is information which has no meaning.
A Dummies Guide to computer memory. Differences between ROM and RAM ROMRAM Non volatileVolatile Used to boot up the computerUsed when the computer is.
Hardware Introducing the Components of a Computer.
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.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
COMPUTER COMPONENTS Ms Jennifer Computer Components.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
GCSE COMPUTER SCIENCE Computers 1.2 Memory, Storage and Binary.
Parts of a Computer.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Tech Level Cyber Security
Computer Systems Nat 4/5 Computing Science
A Dummies guide to computer memory
Memory Miss Elliott.
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
Computer Systems Nat 4/5 Computing Science
Memory Key Revision Points.
Describe the central processing unit including its role
14/11/2018 RAM and ROM.
TASK: Define the memory keywords.
Computer Basics: Inside a Computer Part II
Introduction to Computer Architecture
Computer Systems Nat 4/5 Computing Science
GCSE OCR 3 Memory Computer Science J276 Unit 1
Computer components.
Components of a CPU AS Computing - F451.
2.C Memory GCSE Computing Langley Park School for Boys.
A451: Computer Systems and Programming
Chapter 4: Hardware for Educators
Hardware Main memory 26/04/2019.
Year 10 Computer Science Hardware - CPU and RAM.
Objectives Describe the difference between RAM and ROM
Computer components.
Presentation transcript:

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 the CPU can access directly. The two main types of primary memory are RAM( Random Access Memory) and ROM (Read Only Memory)

RAM RAM is memory that can be accessed and changed by the computer at any time. RAM stores the programs and data that the computer is currently working on. The operating system will also be loaded into RAM in order to run. RAM needs power to store data and is volatile (i.e. if you turn off the power everything in RAM is lost) Data is stored in RAM as a charge in an electronic circuit and will leak away if not kept refreshed.

RAM – What’s in it? If you are listening to some music while researching on the internet for information to use in a word processed document, the RAM might contain: The operating system for the computer Music player software The music file you are listening to The web browser software The website you are looking at The word processor software The word-processed file Anti-virus software

RAM What happens if you run out it? Answer: the computer stops running or 'crashes‘ unless the operating system deals with It intelligently . the operating system uses some clever tricks to make part of the hard disk appear as extra RAM. This is called 'virtual memory'. But it is very slow compared to 'real' RAM and so the operating system may give a warning such as 'you are low on virtual memory, please close some applications'. Question – What will adding more RAM do to the computer’s performance? Adding more RAM to a computer will improve the performance of that computer How does it do this? by making more memory available for direct access from the CPU.

RAM Does it always have something in it? When the computer is first switched on RAM will be empty because it is volatile and needs power to maintain the contents. In order to supply the instructions needed to start up the computer, the CPU needs access to permanently stored instructions, the boot program.

ROM What is it? ROM is a special kind of memory which stores the instructions which the computer uses when it 'boots up' - the BIOS (basic input output system). The key thing to remember about ROM is that the data is not erased when the computer is switched off - the data is stored permanently. This type of memory is also called 'non volatile memory' Can you lose the information stored in it? Can you change what is stored in it? Because the data is 'read only', it can be read but not changed by the user. ROM retains its data even without power, so even when the computer is switched off, it will not lose the data which is saved onto it.

ROM Many devices, including music players, mobile phones and cameras, need ROM to boot them up. Since many of these devices have the operating system stored in ROM, the type of ROM used is changeable through a process called ‘flashing’, hence flash memory.

Sum it up RAM ROM Contents Operating system, programs and data in use by the CPU The boot program used to start and set up the computer Volatile? Yes No Size Typically quite large, e.g. 8GB. More RAM enables the computer to work on more things at once Usually quite small just to store the boot program, 1 or 2 MB Can contents be changed? Yes, contents change all the time while the computer is running Not normally but can be changed by a special ‘flashing’ operation