CIM101 : Introduction to computer Lecture 3 Memory.

Slides:



Advertisements
Similar presentations
Principles & Applications
Advertisements

MEMORY popo.
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
Memory Devices Wen-Hung Liao, Ph.D..
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Hardware: Input, Processing, and Output Devices Chapter 3.
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.
MODULE 5: Introduction to Memory system
Computer Hardware In this lecture, we will study:
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.
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
TEE COURSE GRADE 10 MODULE 7 - PC HARDWARE Memory and Storage Devices
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Storage.
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.
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.
CPU MEMORY Powered by DeSiaMore1. CPU Its manage everything held in memory so that the machine keeps track of what is stored, where it is and what type.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Principles of Information Systems, Sixth Edition Hardware: Input, Processing, and Output Devices Chapter 3.
Random access memory.
Discovering Computers 2012: Chapter 4
What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.
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.
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.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
+ CS 325: CS Hardware and Software Organization and Architecture Memory Organization.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Copyright © 2007 – Curt Hill Primary Memory and Electronic Storage Implementations.
Memory and Storage. Computer Memory Processor registers – Temporary storage locations within the CPU – Examples Instruction register – holds the instruction.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
Allow computers to store programs and information for use at a later date Storage Devices.
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
Principles of Information Systems, Sixth Edition Hardware: Input, Processing, and Output Devices Chapter 3.
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.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
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
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
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.
Module IV Memory Organization.
Principles & Applications
Primary Storage and Secondary Storage Devices Chapter 3
Electronics Technology
COMPUTER ORGANISATION AND ARCHITECTURE
Introduction to Computers
PRIMARY STORAGE.
Module IV Memory Organization.
William Stallings Computer Organization and Architecture 7th Edition
Computer Memory BY- Dinesh Lohiya.
Memory Basics Chapter 8.
MICROPROCESSOR MEMORY ORGANIZATION
2.C Memory GCSE Computing Langley Park School for Boys.
Memory Basics Chapter 7.
Computer Memory.
Presentation transcript:

CIM101 : Introduction to computer Lecture 3 Memory

Devices that uses memory See

Memory Computer memory refers to devices that are used to store data or programs (sequences of instructions) on a temporary or permanent basis for use in an electronic digital computer. refer to the semiconductor technology that is used to store information in electronic devices. Current primary computer memory makes use of integrated circuits consisting of silicon-based transistors. There are two main types of memory: volatile and non- volatile. 10/25/2015 3

Types of Computer Memory 10/25/20154

Volatile memory Volatile memory is computer memory that requires power to maintain the stored information. Current semiconductor volatile memory technology is usually either static RAM (see SRAM) or dynamic RAM (see DRAM). 10/25/20155

Non-volatile memory Non-volatile memory is computer memory that can retain the stored information even when not powered. Examples :read-only memory ( ROM), flash memory, most types of magnetic computer storage devices (e.g. hard disks, floppy discs and magnetic tape), optical discs, and early computer storage methods such as paper tape and punch cards. 10/25/20156

Classification based on access time 1. Internal processor memory (called registers). 2. Main memory (primary memory). 1. Uses semiconductor technology. 2. Capacity more than processor memory. 3. Secondary memory. 1.Capacity more than main memory. 10/25/20157

8

Properties of memory devices Access time: ◦ Rate at which data can be read from or written to memory. ◦ Depends on physical characteristics. ◦ Low access time means high cost. Punch card CD-ROM Magnetic Disks RAM COSTAccess Time 10/25/20159

Cost ◦ The purchase price. Access mode ◦ Random access(access time independent of loc) ◦ Serial access (access time dependent of loc) Alterability ◦ Read-only (ROM). Can not be erased. ◦ Read-write (RAM). Cycle time & data transfer rate ◦ Time needed to perform any read or write task. ◦ Maximum amount of data that can be transferred every second. (bits/sec) 10/25/201510

Physical characteristics ◦ Technology used to store data. ◦ The popular technologies are electronic, magnetic, mechanical and optical. Capacity ◦ The number of 0’s and 1’s the memory can hold. ◦ Bit(Binary Digit). ◦ Byte (= 8 bits). ◦ Kilobyte (= 1024 bytes or 2^10 byte). KB. ◦ Megabyte (= 1024 KBs). MB. 10/25/201511

Memory Hierarchies Microprocessor Register Built in cache External Cache Main Memory Secondary Memory Cost per bit Access time Closeness with respect to processor 10/25/ Capacity

Read Only Memory ROM ◦ Used to store permanent data/program. ◦ nonvolatile. ◦ Contains the BIOS(Basic Input Output System ). PROM( Programmable ROM) ◦ Initially nothing stored. ◦ Data written by special programming device. 10/25/201513

Read Only Memory EPROM( Erasable Programmable ROM) ◦ Can be erased and re-programmed. ◦ Ultraviolet light is used for alteration. ◦ Need special programming device EEPROM(Electrically EPROM) ◦ Same as EPROM ◦ Uses electrical pulses for alteration. ◦ Can be re-programmed by keyboards commands 10/25/201514

RAM Read/write. Volatile. Holds data and program that will be used by the processor. Access time (microseconds to nanosecs). MOS and bipolar are used for RAM. A single RAM chip can be 1 MB. Higher capacity RAMs are built by connecting more than 1 RAM chip 10/25/201515

RAM 10/25/201516

Classification Static ◦ Does not require refreshing. ◦ High speed, costly, less complexity, used for cache. Dynamic ◦ Needs periodical refreshing. ◦ Slower, low cost, main memory, high complexity. 10/25/201517

Cache Memory Used for better performance. Placed between CPU and RAM. Its faster than RAM but slower than CPU. High speed memory that holds recently/frequently used data. CPU Cache Main Memory 10/25/201518