Ram is a volatile memory meaning that it can only store its contents as long as its power source is constantly maintained. SDRAM: Dynamic RAM - Inexpensive.

Slides:



Advertisements
Similar presentations
C SINGH, JUNE 7-8, 2010IWW 2010, ISATANBUL, TURKEY Advanced Computers Architecture, UNIT 2 Advanced Computers Architecture UNIT 2 CACHE MEOMORY Lecture7.
Advertisements

CP1610: Introduction to Computer Components Primary Memory.
D75P 34 – HNC Computer Architecture Week 10 Computer Memory. © C Nyssen/Aberdeen College 2003 All images © C Nyssen/Aberdeen College except where stated.
SECTION 4a Transforming Data into Information.
Memory Basics. 8-1 Memory definitions Memory is a collection of cells capable of storing binary information. Two types of memory: –Random-Access Memory.
Discovering Computers 2010
Memory Chapter 3. Slide 2 of 14Chapter 1 Objectives  Explain the types of memory  Explain the types of RAM  Explain the working of the RAM  List the.
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
Computer Organization and Architecture
IT Systems Memory EN230-1 Justin Champion C208 –
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
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,
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
System Software Operating System Boot Process Files Misc.
Memory COMPUTER ORGANIZATION – ITC CPU (processing) Random Access Memory RAM Temporarily holds Data or Instruction 3.
Lecture # 13 Memory and Storage
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Chapter Three OPERATING SYSTEMS.
Memory Hierarchy.
Elements of a Computer System Dr Kathryn Merrick Thursday 4 th June, 2009.
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.
2/6: CPUs & Memory CPUs –Parts of a sample CPU –Types of CPUs available ROM RAM –different kinds & uses inc. VRAM, SRAM image courtesy of How Computers.
Random access memory.
PC Desktop Specs  Intel Core 2 Duo Processor E8400 (3GHz, 6M, 1333MHz FSB)  Windows Vista Home Premium OS  2GB, DDR2 Non-ECC SDRAM, 800MHz (2 DIMMS)
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Hardware & Software The CPU & Memory.
 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.
GCSE Computing Memory Powerpoint Templates.
Types of Computers Storage Technologies Computer Talk Computer Performance $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500.
1 CSCI 2510 Computer Organization Memory System I Organization.
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.
9/26: Memory ROM vs. RAM ROM –BIOS RAM –changeable –different kinds & uses inc. VRAM, SRAM –how it works image courtesy of How Computers Work CD.
© Banff and Buchan College 2007 DH2T 34 Computer Architecture 1 LO2 Lesson One Memory.
Computer Architecture CST 250 MEMORY ARCHITECTURE Prepared by:Omar Hirzallah.
3 Computing System Fundamentals
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Information Technology Basic Computer Architecture Adnan Khalid.
Primary Storage Primary storage is the storage that is directly available to the CPU. It is also known as: Main Memory Main Memory Direct Access Storage.
Understanding Memory.
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,
The Computer System.
A memory is just like a human brain. It is used to store data and instructions. Computer memory is the storage space in computer where data is to be processed.
Learning Computer Concepts Lesson 1: Defining a Computer Lesson Objectives List types of computers Identify benefits of computers Describe how a computer.
Jeffrey Ellak CS 147. Topics What is memory hierarchy? What are the different types of memory? What is in charge of accessing memory?
1 Memory Hierarchy (I). 2 Outline Random-Access Memory (RAM) Nonvolatile Memory Disk Storage Suggested Reading: 6.1.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
Levi Garner. Topics  Computer Storage Devices  Storage Media and Storage Devices  Memory and Storage.
Lecture 2 (Memory) Dr. Muhammad Ayaz Computer Organization and Assembly Language. (CSC-210)
Types of RAM (Random Access Memory) Information Technology.
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.
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.
Memory P2 Understand hardware technologies for game platforms
Types of RAM (Random Access 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.
Computer memory.
The Triplets – ROM & RAM & Cache
Introduction to Computing
Discovering Computers 2014: Chapter6
Memory P2 Understand hardware technologies for game platforms
Memory Basics Chapter 8.
MICROPROCESSOR MEMORY ORGANIZATION
Memory Basics Chapter 7.
Lecture 2 (Memory) Computer Organization and Assembly Language. (CSC-210) Dr. Mohammad Ammad uddin.
Presentation transcript:

Ram is a volatile memory meaning that it can only store its contents as long as its power source is constantly maintained. SDRAM: Dynamic RAM - Inexpensive -Stores a large number of bits in a small amount of physical space - Slowest type of RAM (because of the storage method SDRAM: Synchronous DRAM - Synchronizes to the clock cycles -Increased speed SDR – single data rate – data is pushed or pulled from the bus once per cycle. DDR – double data rate – data is pushed or pulled from the bus twice per cycle.

SRAM – The primary difference between SRAM and DRAM is that SRAM doesn’t require the constant refreshing required of DRAM. SRAM is only refreshed when data is written to it. SRAM is faster than DRAM SRAM is more expensive than DRAM

Rom is a non-volatile memory meaning that it retains its contents without a power source. ROM is used for storing the computer startup instructions and the system basic input/output system (BIOS)

The process of optimizing RAM storage by borrowing hard drive space Blocks of memory located on or near the CPU chip. Used for holding data that has been recently used or is frequently used. The CPU can retrieve these instructions quicker than RAM

Software System Software : Software that helps run the computer. Operating System: a set of programs that runs or controls the computer hardware and acts as an interface with application programs and users. Provides a way for the user to interact with the computer Manages the processor Manages the memory and storage Manages the computer system’s hardware and peripherals Provides a consistent means for software applications to work with the CPU

O/SAdvantagesDisadvantages MAC – Mountain LionSuperior Graphics Less prone to virus Cost Compatibility WindowsCompatibility User Friendly Prone to virus Graphics LINUXOpen SourceCompatibility UNIXUse on mainframe and servers Not user friendly

Utility Programs Small applications that perform special functions: Such as: disk defragmenter, file compression, or even screen savers These are built into your operating system

What do they do?: File Compression: Look for repeated patterns of letters and replace these patterns with a shorter placeholder. Disk Cleanup: Cleans unnecessary files from your hard drive. Disk Defragmenter: Regroups related pieces of files on the hard drive.