Computer 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.
Computer Memory GCSE Computing.
Computer Parts Assignment
Computer Hardware.
Computer Hardware Chapter 5. Motherboard 1: Ports 3: Expansion slots 6: Central processing unit.
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
The Boot Process & The 4 Computer Functions Computer Technology Created by M Corbett Lehi Junior High Based in part on a power point created by M. Guymon.
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.
COMPUTER MANAGEMENT. System start-up Before switching on a computer, make sure that all the components are properly connected. The computer must be connected.
Chapter 3 Computer Hard ware
Storage Devices. Unless you want to lose all of the work you have done on your computer, you need to have a way to store it safely. There are various.
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:
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Lesson 2 - Hardware on the Inside
Hardware & Software The CPU & Memory.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
GCSE Computing Memory Powerpoint Templates.
ROM RAM and Virtual Memory  Lesson Objective: Understand the difference between ROM, RAM and the purpose of Virtual Memory  Learning Outcome: Define.
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.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
Understanding Memory.
Hardware on the Inside.  Computers are made of many electronic components or parts.  These components each have a special job and they all work together.
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.
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
A Dummies Guide to computer memory. Differences between ROM and RAM ROMRAM Non volatileVolatile Used to boot up the computerUsed when the computer is.
Components of Hardware 1. Processor Memory Input and output devices Storage 2.
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.
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.
Computer Components Let’s review!. If your computer slows down, what system parts are you going to check? Click to select from choices below. cables,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Parts of a Computer.
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?
Memory Key Revision Points.
Hardware Components By Charlie Leivers.
Describe the central processing unit including its role
Describe the central processing unit including its role
Lesson Objectives Aims You should be able to:
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
14/11/2018 RAM and ROM.
TASK: Define the memory keywords.
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Computer Based Technology:
Computer Basics: Inside a Computer Part II
GCSE OCR 3 Memory Computer Science J276 Unit 1
Computer components.
Components of a CPU AS Computing - F451.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
A451: Computer Systems and Programming
The Human Computer M Adair.
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:

Computer Memory

Objectives... What is RAM & ROM? What are their features? What are their differences? What do the terms volatile/non-volatile mean? What is rom used for? What is RAM Used for? How can RAM affect performance?

Objectives... i) Describe the difference between RAM and ROM ii) Explain the need for ROM in a computer system iii) Describe the purpose of RAM in a computer system iv) Explain how the amount of RAM in a personal computer affects the performance of the computer

Memory The Central Processing Unit (CPU) needs to store data whilst it is carrying out the processing required. The hardware that carries out this task is called 'memory'. Memory can be classed into two types: Read Only Memory (ROM) Random Access Memory (RAM)

ROM 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). It allows it to check the type of hard disk installed, the amount of memory installed, the type of CPU being used etc.

ROM ROM is a type of memory that 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. It is non-volatile

ROM Because the data is 'read only', it can be read but not changed by the user. The ROM chip (although there may be more than one) is attached to the Motherboard. 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.

RAM How many times has the computer crashed or your mate 'accidentally' switched it off.? When you rebooted and logged back in, your work was gone forever.

RAM This was because your work was stored in RAM, or 'temporary memory'. It was fairly safe there while the computer was working, but as soon as it was switched off, everything disappeared. This type of memory known as 'volatile memory'.

RAM As well as storing the data you are working on, RAM also stores the modules that are needed to make your applications work. For example, when you open up your favourite word processing application, you may notice a short delay while the modules are loaded into RAM.

RAM RAM is also needed so that you can have multiple windows open and so that you can switch between them.

RAM However, if you have a lot of windows, documents and different applications running, you might find that your system starts to slow down. This is because your RAM is full up and it is having to decide what it needs to keep stored in memory at any given time and what it can release.

RAM If this happens to you a lot, you can improve the performance of your computer by installing extra RAM.

Performance It was mentioned that data and programs are stored in RAM, ready for use by the CPU. But there is only a limited amount of RAM available in any computer system.

Performance What happens when there is so much being used that you run out of memory? Answer: the computer stops running or 'crashes'. The more memory you have available the more applications you can have open at the same time.

Performance Operating Systems like Windows can be clever and work around this. 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'.

Virtual Memory You must have enough RAM installed in the computer to run the applications you intend use. This minimum is usually stated on the side of the box it came in. Even the operating system has to have a minimum amount of RAM for it to run.

Virtual Memory

Virtual Memory

Virtual Memory

Virtual Memory