2. Memory. Main memory – speed & types Organization of RAM RAM – Random Access Mem Static RAM [SRAM] - In SRAM, a bit of data is stored using the state.

Slides:



Advertisements
Similar presentations
Computer Organization and Architecture
Advertisements

Computer Organization and Architecture
Memory Basics. 8-1 Memory definitions Memory is a collection of cells capable of storing binary information. Two types of memory: –Random-Access Memory.
What is memory? Memory is used to store information within a computer, either programs or data. Programs and data cannot be used directly from a disk or.
ECE 301 – Digital Electronics Memory (Lecture #21)
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
Computer Organization and Architecture
Chapter 5 Internal Memory
Memory Devices Wen-Hung Liao, Ph.D..
IT Systems Memory EN230-1 Justin Champion C208 –
Memory Key component of a computer system is its memory system to store programs and data. ITCS 3181 Logic and Computer Systems 2014 B. Wilkinson Slides12.ppt.
1 Lecture 16B Memories. 2 Memories in General RAM - the predominant memory ROM (or equivalent) needed to boot ROM is in same class as Programmable Logic.
Data Storage Technology
Chapter 5 Data Storage Technology 2005 IS112. Chapter goals Describe the distinguishing characteristics of primary and secondary storage Describe the.
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
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.
Lecture # 13 Memory and Storage
DEFINITION OF A PEN DRIVE A USB drive is a data storage device that includes flash memory with an integrated Universal Serial Bus (USB) interface USB.
Physical Memory By Gregory Marshall. MEMORY HIERARCHY.
Memory Hierarchy.
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.
Faculty of Information Technology Department of Computer Science Computer Organization and Assembly Language Chapter 5 Internal Memory.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
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.
Chapter 8 Memory Interface
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Computer Architecture CST 250 MEMORY ARCHITECTURE Prepared by:Omar Hirzallah.
Chapter 3 Internal Memory. Objectives  To describe the types of memory used for the main memory  To discuss about errors and error corrections in the.
Internal Memory.
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.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
CIM101 : Introduction to computer Lecture 3 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)
Semiconductor Memory Types
1. Microprocessor Md. Atiqur Rahman Ahad
Memory 2. Activity 1 Research / Revise what cache memory is. 5 minutes.
MEMORY DEVICES. INTRODUCTION Memory is the most essential part of a computer. Without memory there would be no computer, as we know it today. It is used.
Computer Architecture Chapter (5): Internal Memory
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
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.
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.
Md. Atiqur Rahman Ahad 1. Microprocessor Md. Atiqur Rahman Ahad
Chapter 5 Internal Memory
William Stallings Computer Organization and Architecture 7th Edition
TOPIC : USB FLASH DRIVE. May E.Al-Hajri. Intro Information Technology.
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.
Principles & Applications
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 8th Edition
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 8th Edition
MICROPROCESSOR MEMORY ORGANIZATION
2.C Memory GCSE Computing Langley Park School for Boys.
William Stallings Computer Organization and Architecture 8th Edition
Computer Memory.
Presentation transcript:

2. Memory

Main memory – speed & types

Organization of RAM RAM – Random Access Mem Static RAM [SRAM] - In SRAM, a bit of data is stored using the state of a flip-flop. – This form of RAM is more expensive to produce, – but is generally faster and – requires less power than DRAM and, – in modern computers, is often used as cache memory for the CPU.

RAM Dynamic RAM [DRAM] – It stores a bit of data using a transistor and capacitor pair, which together comprise a memory cell. The capacitor holds a high or low charge (1 or 0, respectively), and the transistor acts as a switch that lets the control circuitry on the chip read the capacitor's state of charge or change it. – less expensive to produce than SRAM, – it is the predominant form of computer memory used in modern computers.

RAM A random-access device [RAM] allows stored data to be accessed directly in any random order. In contrast, other data storage media [e.g., hard disks, CDs, DVDs and magnetic tape], read and write data only in a predetermined order, consecutively, because of mechanical design limitations. So, the time to access a given data location varies significantly depending on its physical location.

Virtual mem Virtual memory  OS allows to extend the RAM’s capacity - where, a portion of hard disk is considered as RAM! N.B.: Hard drives r much slower than RAM. So excessive use of this mechanism may not be good for overall performances.

RAM disk Software can "partition" a portion of a computer's RAM, allowing it to act as a much faster hard drive that is called a RAM disk. It loses the stored data when the computer is shut down, unless memory is arranged to have a standby battery source.

EcoRAM – Green RAM Anything that saves/reduces power/energy  GREEN tech. EcoRAM are specifically designed for server farms, where low power consumption is more important than speed Read – hungry-option-than-dram-for-server-farms/1165

ROM ROM – Read-Only Mem Programmable ROM – PROM Erasable PROM – EPROM Electrically-EPROM – EEPROM Other types of memories

RAM – Volatile mem  its stored information is lost if the power is removed ROM – non-volatile  stores data by permanently enabling or disabling selected transistors, such that the memory cannot be altered.

Writeable variants of ROM Writeable variants of ROM (e.g., EEPROM and flash memory) share properties of both ROM and RAM, – enabling data to persist without power and – to be updated without requiring special equipment. These persistent forms of semiconductor ROM include USB flash drives, memory cards for cameras and portable devices, etc.

USB Flash Drive A USB flash drive is a data storage device that includes flash memory with an integrated Universal Serial Bus (USB) interface. Capacity – now up to TeraByte Some allow up to 100,000 write/erase cycles, depending on the exact type of memory chip used, and a 10-year shelf storage time. Flash memory has a finite number of program- erase cycles (typically written as P/E cycles).

1.USB standard, A- plug 2.USB mass storage controller device 3.Test point 4.Flash memory chip 5.Crystal oscillator 6.LED (Optional) 7.Write- protect switch (Optional) 8.Space for second flash memory chip

Essential components – 1.Plug 2.USB mass storage controller – It is a small microcontroller with a small amount of on- chip ROM & RAM. 3.Test point 4.NAND flash memory chip(s) – It stores data (NAND flash is typically also used in digital cameras). 5.Crystal oscillator – produces the device's main 12 MHz clock signal and controls the device's data output through a phase-locked loop.