A Dummies Guide to computer memory. Differences between ROM and RAM ROMRAM Non volatileVolatile Used to boot up the computerUsed when the computer is.

Slides:



Advertisements
Similar presentations
Computer Memory/Storage Device
Advertisements

Computer Organization and Architecture
D75P 34 – HNC Computer Architecture Week 10 Computer Memory. © C Nyssen/Aberdeen College 2003 All images © C Nyssen/Aberdeen College except where stated.
Memory Basics. 8-1 Memory definitions Memory is a collection of cells capable of storing binary information. Two types of memory: –Random-Access Memory.
Computer Memory GCSE Computing.
PREPARE FOR AN EPIC. CACHE AND FLASH AND VIRTUAL.
ECE 301 – Digital Electronics Memory (Lecture #21)
1 Lecture 16B Memories. 2 Memories in General Computers have mostly RAM ROM (or equivalent) needed to boot ROM is in same class as Programmable Logic.
Computer Organization and Architecture
IT Systems Memory EN230-1 Justin Champion C208 –
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
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.
COMPONENTS OF A PERSONAL COMPUTER.
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
Physical Memory By Gregory Marshall. MEMORY HIERARCHY.
Chapter 6 Inside Computers and Mobile Devices Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
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.
Random access memory.
Discovering Computers 2012: Chapter 4
 Computer memory is device that is used to store data or programs (sequences of instructions) on a temporary or permanent basis for use in an electronic.
Unit 3 - Computer Systems
Memory  Main memory consists of a number of storage locations, each of which is identified by a unique address  The ability of the CPU to identify each.
© Banff and Buchan College 2007 DH2T 34 Computer Architecture 1 LO2 Lesson One Memory.
3 Computing System Fundamentals
Chidambaranathan C.M SRM University,Haryana. Memory:- As the word implies “memory” means the place where we have to store any thing, this is very essential.
Memory and stuff.. le well drawn pyramid Features Name Volatile Mutable Accessibility Description Data is lost quickly after powering down Data can be.
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.
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.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Architecture Lecture 24 Fasih ur Rehman.
Identifying Hardware Components in a Computer (continued) Clock Speed (continued) The computer has a system clock that generates a regular electronic beat.
ROM AND RAM By Georgia Harris. WHAT DOES IT MEAN?  RAM: random access memory  ROM: read only memory.
Memory 2. Activity 1 Research / Revise what cache memory is. 5 minutes.
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.
Primary Storage The Triplets – ROM & RAM & Cache.
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.
Tech Level Cyber Security
Computer Systems Nat 4/5 Computing Science
A Dummies guide to computer memory
Memory Miss Elliott.
Memory ( RAM & ROM ) Name: Raghda Omar Al-Guthmi ID#:
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
Memory Key Revision Points.
Computing Hardware.
Internal Memory.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Electronics Technology
The Triplets – ROM & RAM & Cache
14/11/2018 RAM and ROM.
William Stallings Computer Organization and Architecture 7th Edition
Computer Memory BY- Dinesh Lohiya.
Computer Hardware Prepared by:- Mr. Pawan Kumar
Discovering Computers 2014: Chapter6
Memory Basics Chapter 8.
Motherboard External Hard disk USB 1 DVD Drive RAM CPU (Main Memory)
MICROPROCESSOR MEMORY ORGANIZATION
2.C Memory GCSE Computing Langley Park School for Boys.
Memory Basics Chapter 7.
A451: Computer Systems and Programming
Introduction To Computing BBA & MBA
Hardware Main memory 26/04/2019.
Computer Memory.
Presentation transcript:

A Dummies Guide to computer memory

Differences between ROM and RAM ROMRAM Non volatileVolatile Used to boot up the computerUsed when the computer is running Located on the motherboardGoes into a socket on the motherboard It cannot be change by the userIt is changed every time the PC is turned on

ROM (Read Only Memory)  ROM stores the data that the computer uses to boot up.  It is saves its memory when the computer is turned off which means it is non volatile.  A ROM chip is located on the motherboard.  It cannot be changed by the user as it is ‘read only’  ROM stores the data that the computer uses to boot up.  It is saves its memory when the computer is turned off which means it is non volatile.  A ROM chip is located on the motherboard.  It cannot be changed by the user as it is ‘read only’

RAM (Random Access Memory)  RAM is volatile memory which means that when the power is turned it loses all the memory.  It is connected to the mother board by a vertical socket.  RAM is needed to have more than one window open at the same time and to switch between them.  When the RAM is full the computer will start to run slow, it will try to use the Hardrive as RAM which can lead to thrashing of the Hardrive.  RAM is volatile memory which means that when the power is turned it loses all the memory.  It is connected to the mother board by a vertical socket.  RAM is needed to have more than one window open at the same time and to switch between them.  When the RAM is full the computer will start to run slow, it will try to use the Hardrive as RAM which can lead to thrashing of the Hardrive.

How does the size of RAM affect the PC  If you have lots of windows open and the RAM isn’t very big then the computer has to use the Hardrive as the ram which can lead to thrashed Hardrive and a slow computer  If it is small you cannot have many programs running at the same time so you cannot be doing homework while on the internet and other applications all at the same time.  If you have lots of windows open and the RAM isn’t very big then the computer has to use the Hardrive as the ram which can lead to thrashed Hardrive and a slow computer  If it is small you cannot have many programs running at the same time so you cannot be doing homework while on the internet and other applications all at the same time.

Virtual memory  Virtual memory is when the Ram is full and some of the hard disc has to be used instead  It is needed when you have a lot of windows open and running  Virtual memory is very slow compared to ‘real’ RAM and can damage your hard disc this is called the thrashing of the hardrive  Virtual memory is when the Ram is full and some of the hard disc has to be used instead  It is needed when you have a lot of windows open and running  Virtual memory is very slow compared to ‘real’ RAM and can damage your hard disc this is called the thrashing of the hardrive

SRAM and DRAM  There are two main types of RAM, Static RAM (SRAM)and Dynamic RAM (DRAM)  The most common type is DRAM as it is a lot cheaper than SRAM although it is slower  The main disadvantage to DERAM is that it has to be refreshed by a signal with every clock cycle in order to retain its data  If the refresh signal is lost then data will disappear even though the chips are still powered up  There are two main types of RAM, Static RAM (SRAM)and Dynamic RAM (DRAM)  The most common type is DRAM as it is a lot cheaper than SRAM although it is slower  The main disadvantage to DERAM is that it has to be refreshed by a signal with every clock cycle in order to retain its data  If the refresh signal is lost then data will disappear even though the chips are still powered up

Flash memory  Flash memory is a way of storing 1s and 0s  It is rewritten by using a ‘flash’ of electricity by trapping electrons behind gates  Most modern USB sticks are flash memory  Flash memory is a way of storing 1s and 0s  It is rewritten by using a ‘flash’ of electricity by trapping electrons behind gates  Most modern USB sticks are flash memory