What is RAM? Nick Sims.

Slides:



Advertisements
Similar presentations
Computer Organization and Architecture
Advertisements

Memory Section 7.2. Types of Memories Definitions – Write: store new information into memory – Read: transfer stored information out of memory Random-Access.
Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
» When you have completed this module you will know, what components do, what they physically look like and how they are represented in a circuit diagram.
EKT 221 : DIGITAL 2. Today’s Outline  Dynamic RAM (DRAM)  DRAM Cell – The Hydraulic Analogy  DRAM Block Diagram  Types of DRAM.
ENGIN112 L30: Random Access Memory November 14, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 30 Random Access Memory (RAM)
ReturnNext Random access memory (RAM) is the best known form of computer memory. RAM is considered "random access" because you can access any memory cell.
Overview Memory definitions Random Access Memory (RAM)
Registers  Flip-flops are available in a variety of configurations. A simple one with two independent D flip-flops with clear and preset signals is illustrated.
CS 151 Digital Systems Design Lecture 30 Random Access Memory (RAM)
Computer Organization and Architecture
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.
Sec (1.2): Main memory. Memory: Stores data and instructions in the beginning, intermediate and final stages of the processing.
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
Physical Memory and Physical Addressing By: Preeti Mudda Prof: Dr. Sin-Min Lee CS147 Computer Organization and Architecture.
1 Introduction to Computers Day 6. 2 Main Circuit Board of a PC The main circuit board (motherboard or system board) is the central nervous system of.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
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.
Faculty of Information Technology Department of Computer Science Computer Organization and Assembly Language Chapter 5 Internal Memory.
Tom Allen Computer Science Department Trinity University.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
Introduction to Computing: Lecture 4
TEJ3M Teacher: Ms. Luce Name: Alex H. Date: February 18th 2010
SYEN 3330 Digital SystemsJung H. Kim 1 SYEN 3330 Digital Systems Chapter 9 – Part 1.
Memory and Programmable Logic Memory device: Device to which binary information is transferred for storage, and from which information is available for.
Chapter 8 Memory Interface
Internal Memory.
CIM101 : Introduction to computer Lecture 3 Memory.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Hard drives use magnetism to store information just like on old cassette tapes. Copper heads are used as they are easy to magnetize and demagnetize.
Memory and Storage. Computer Memory Processor registers – Temporary storage locations within the CPU – Examples Instruction register – holds the instruction.
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.
Computer Hardware Basics
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
By : Reem Hasayen. A storage device is a hardware device capable of storing information. There are two types of storage devices used in computers 1. Primary.
CMSC Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number.
Succeeding with Technology Chapter 2 Hardware Designed to Meet the Need The Digital Revolution Integrated Circuits and Processing Storage Input, Output,
Memory 2. Activity 1 Research / Revise what cache memory is. 5 minutes.
EBIZ 509 Foundations of E-Business. 2 © UW Business School, University of Washington 2004 Agenda Today Class schedule and class plan Basic computer concepts.
Activity 1 Research / Revise how RAM stores DATA 5 minutes 1 0.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Types of RAM (Random Access Memory) Information Technology.
RAM RAM - random access memory RAM (pronounced ramm) random access memory, a type of computer memory that can be accessed randomly;
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Computer Accessories (Component of A Computer) Motherboard Processor RAM HDD Power Unit/Cashing Monitor CD/DVD Keyboard Mouse.
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.
Chapter 2 content Basic organization of computer What is motherboard
Logic Gates Unit 16.
William Stallings Computer Organization and Architecture 7th Edition
Types of RAM (Random Access Memory)
William Stallings Computer Organization and Architecture 7th Edition
Electronics Technology
William Stallings Computer Organization and Architecture 8th Edition
EE345: Introduction to Microcontrollers Memory
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 8th Edition
Memory Basics Chapter 8.
Machine Architecture and Number Systems
Memory Basics Chapter 7.
CS149D Elements of Computer Science
William Stallings Computer Organization and Architecture 8th Edition
Hardware Main memory 26/04/2019.
Jazan University, Jazan KSA
Presentation transcript:

What is RAM? Nick Sims

What is RAM? Similar to a microprocessor, a memory chip is an integrated circuit (IC) made of millions of transistors and capacitors. An integrated circuit is set of electronic circuits on one small plate ("chip") of semiconductor material, normally silicon

What is RAM? To create one byte, you need 8 capacitors. To create 1Mb of memory, you need... 8,388,608 capacitors. If you have a computer with 4Mb of RAM, just for the RAM you have over 33.5 million capacitors In the most common form of computer memory, dynamic random access memory (DRAM), which has a pairing of transistor and a capacitor (an electric field that changes with a simple electric pulse) to make a memory cell, which represents a single bit of data.

What is RAM? ­Your computer may use both static RAM and dynamic RAM at the same time, but it uses them for different reasons. Dynamic RAM is the most common type of memory in use today. Inside a dynamic RAM chip, each memory cell holds one bit of information and is made up of the two parts: a transistor and a capacitor. Transistors and capacitors are very small: so that millions of them can fit on a single memory chip. The capacitor is like a bucket holding the bit of information - a 0 or a 1 (see later slide) The transistor acts as a switch that lets the control circuitry on the memory chip read the capacitor or change its state.

Inside the capacitor you have two plates that do not touch each others Inside the capacitor you have two plates that do not touch each others. In other words, no electricity goes straight from one side to the other. Instead it uses magnetism. That explains why magnets and computers are not friends What is RAM? The transistor acts as a switch that lets the control circuitry on the memory chip read the capacitor or change its state.

What is RAM? ­A capacitor is like a small bucket that is able to store electrons. To store a 1 in the memory cell, the bucket is filled with electrons. To store a 0, it is emptied. The problem with the capacitor's bucket is that it has a leak. In a matter of a few milliseconds a full bucket becomes empty. Therefore, for dynamic memory to work, either the CPU or the memory controller (is a digital circuit which manages the flow of data going to and from the main memory) has to come along and recharge all of the capacitors holding a 1 before they discharge. To do this, the memory controller reads the memory and then writes it right back. This refresh operation happens automatically thousands of times per second

What is RAM? In modern computers, the RAM works... serially! Yes. This means data is transmitted one bit at a time!! For over 20 years we used parallel devices to transfer the many memory bits between the RAM and the CPU. The fact is that properly synchronizing the electric signals of even an 8bit parallel connector actually takes more time than sending the same amount of bits serially! This is why Hard Drives now use much smaller cables and are called SATA drives.

Task 1. Produce a series of slides that describes what RAM is and what is the purpose of RAM 2. Find out what is the difference between Static RAM and Dynamic RAM (add it to your slides)