COMS 161 Introduction to Computing

Slides:



Advertisements
Similar presentations
Principles & Applications
Advertisements

Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
CY1001 Introduction to Computer Systems Storage Devices
C SINGH, JUNE 7-8, 2010IWW 2010, ISATANBUL, TURKEY Advanced Computers Architecture, UNIT 2 Advanced Computers Architecture UNIT 2 CACHE MEOMORY Lecture7.
CP1610: Introduction to Computer Components Primary Memory.
Memory Basics. 8-1 Memory definitions Memory is a collection of cells capable of storing binary information. Two types of memory: –Random-Access Memory.
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.
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.
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
IT Systems Memory EN230-1 Justin Champion C208 –
MODULE 5: Introduction to Memory system
Data Storage Technology
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.
Data Storage Technology
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Chapter 5 Data Storage Technology
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
Memory COMPUTER ORGANIZATION – ITC CPU (processing) Random Access Memory RAM Temporarily holds Data or Instruction 3.
Types of RAM By Alysha Gould. TYPES OF RAM SIMM’S DIMM’S DRAM SDRAM RDAM VDRAM.
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Computer Architecture Part III-A: Memory. A Quote on Memory “With 1 MB RAM, we had a memory capacity which will NEVER be fully utilized” - Bill Gates.
Storing Data On Your Computer Chapter 12, Exploring the Digital Domain.
Computers Central Processor Unit. Basic Computer System MAIN MEMORY ALUCNTL..... BUS CONTROLLER Processor I/O moduleInterconnections BUS 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.
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.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Exploring the Digital Domain Secondary Memory and Input/Output.
A Detailed Discussion of SRAM Niels Asmussen Maggie Hamill William Hunt.
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.
CIM101 : Introduction to computer Lecture 3 Memory.
2.1 Operating System Concepts Chapter 2: Computer-System Structures Computer System Operation Storage Structure Storage Hierarchy Hardware Protection General.
Types of Memory Technologies  Volatile  RAM (Random Access Memory)  DRAM (Dynamic RAM)  SRAM (Static RAM)  SDRAM (Synchronous DRAM)  Non-Volatile.
Memory 1 ©Paul Godin Created March 2008 Edit April 2011.
Memory Characteristics Location Capacity Unit of transfer Access method Performance Physical type Physical characteristics Organisation.
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.
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.
Company LOGO Memory Presented By :
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
CH (5) Computer Organization
Types of RAM (Random Access Memory) Information Technology.
Memory and Storage and a little bit.. Types of Memory RAM (Random access memory )  (RAM) is the best known form of computer memory. RAM is considered.
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.
Computer System Structures Storage
Chapter 5 Data Storage Technology
Memory P2 Understand hardware technologies for game platforms
Random Access Memory (RAM)
Chapter 2: Computer-System Structures
Types of RAM (Random Access Memory)
Computer memory.
Computer Memory.
Principles & Applications
Primary Storage and Secondary Storage Devices Chapter 3
The Triplets – ROM & RAM & Cache
COMS 161 Introduction to Computing
Introduction to Computing
Module IV Memory Organization.
Memory Basics Chapter 8.
STORAGE – 3 TIERS Key Revision Points.
MEMORY pp , 34-38, in Computer Systems: Organization and Architecture (Carpinelli)
MICROPROCESSOR MEMORY ORGANIZATION
Memory Basics Chapter 7.
AKT211 – CAO 07 – Computer Memory
Take out a piece of paper
Chapter 5 Computer Organization
Networks & I/O Devices.
Lecture 2 (Memory) Computer Organization and Assembly Language. (CSC-210) Dr. Mohammad Ammad uddin.
Memory Principles.
Presentation transcript:

COMS 161 Introduction to Computing Title: Computer Organization Date: April 6, 2005 Lecture Number: 32

Announcements Exam 3 Wednesday, April 13 HTML Computer History Computer Organization

Review Hardware Today’s computers

Outline Today’s computers I/O systems

I/O Subsystem Input/Output Secondary Storage Exchanging data and instructions between the user and the computer Secondary Storage Auxiliary storage for data and instructions

Secondary Memory (Storage) Backup or alternative storage in place of (volatile) RAM Nonvolatile Secondary memory devices (and media) are distinguished by their capacities, speed, and cost

Types of Memory Access Random access Direct access Items are independently addressed Access time is constant Direct access Items are independently addressed in regions Access time is variable—though not significantly

Types of Memory Access Sequential access Items are organized in sequence (linearly) Access time is significantly variable

Secondary Memory Classified by the way data is organized and accessed Sequential access storage devices and media (SASD) Data is stored sequentially (linearly) One item after another All items stored before the desired item must be searched or traversed Magnetic tape (cassette tape)

Secondary Memory Direct access storage devices and media (DASA) Data is stored in regions that can be accessed directly Device “jumps” to region where the desired item is stored Possible small amount of traversal Magnetic floppy disks Magnetic hard disks Optical discs

Secondary Memory Why not just use RAM? To expensive Volatile Gives rise to a memory hierarchy

Memory Hierarchy I Where would you put registers in this hierarchy?

Memory Hierarchy II Processing hierarchy: data flows from one storage type to others

Types of RAM Dynamic RAM (DRAM) Main system memory What you buy when you get more RAM Dynamic means that the memory fades in about 1 msec Needs to be refreshed

Types of RAM Synchronized Dynamic RAM (SDRAM) Main system memory Likely what is in your computer now Synchronizes itself with the system clock Double Data Rate DRAM (DDR SDRAM) Transfers twice as much data as SDRAM

Types of RAM Static RAM (SRAM) Access time is four times that of DRAM Costs more Used where fast memory is needed L2 cache

Types of RAM SIMM and DIMMs SIMM DIMM Single in-line Memory Module Soldered onto a printed circuit board called a stick (not a memory stick) Most SIMMS have 72 contacts DIMM Dual in-line memory module Similar to SIMM’s opposite contacts are isolated

Direct Access Storage Devices Magnetic hard and floppy disks Removable hard disks Optical discs CD-ROM, CD-R, WORM, magneto-optical GEOMETRY: Tracks, Cylinders and Sectors