Unit 1 PRIMARY STORAGE DEVICES LECTURE – 7

Slides:



Advertisements
Similar presentations
Computer Memory/Storage Device
Advertisements

Dundas Valley Secondary Computer Hardware Types of Memory.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
Memory Devices Wen-Hung Liao, Ph.D..
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.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Computer Fundamentals
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.
Chapter 3 Computer Hard ware
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Introduction to Computing: Lecture 4
Random access memory.
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.
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
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.
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.
BASIC ORGANISATION OF COMPUTER. CONTROL MEMORY ALU OUTPUTINPUT Basic organisation of computer.
CIM101 : Introduction to computer Lecture 3 Memory.
Supplemental reading Main Memory. REVIEW CPU-stands for central processing unit; it is the key component in a digital computer; it interprets computer.
PLC ARCHITECTURE – Memory 1 by Dr. Amin Danial Asham.
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.
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.
Computer Based Systems Stage 2 Information Technology Studies Computer & Communication Systems.
ROM AND RAM By Georgia Harris. WHAT DOES IT MEAN?  RAM: random access memory  ROM: read only memory.
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.
Memory and Storage Aldon Tom. What is Memory? Memory is a solid-state digital device that stores data values. Memory holds running programs and the data.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Memory and Storage Chapter 9. Memory Memory ( from programmer’s point of view): Temporary storage to hold data as well as programs. An Architect views.
Index What is an Interface Pins of 8085 used in Interfacing Memory – Microprocessor Interface I/O – Microprocessor Interface Basic RAM Cells Stack Memory.
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
Computer System Structures Storage
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Memory Miss Elliott.
Storage capacity of a computer
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.
Chapter 7.2 Computer Architecture
Read Only Memory July 22, 2018.
Secondary Storage Devices…. What is a Secondary Storage
introduction to computer
Principles & Applications
Memory Units Memories store data in units from one to eight bits. The most common unit is the byte, which by definition is 8 bits. Computer memories are.
Course Name: Computer Application
Primary Storage and Secondary Storage Devices Chapter 3
IT 0213: INTRODUCTION TO COMPTER ARCHITECTURE LECTURE 2
Memory chips Memory chips have two main properties that determine their application, storage capacity (size) and access time(speed). A memory chip contains.
Electronics Technology
COMPUTER ORGANISATION AND ARCHITECTURE
Introduction to Computers
PRIMARY STORAGE.
PRIMARY STORAGE.
Computer Architecture
14/11/2018 RAM and ROM.
Introduction to Computing
Computer Memory BY- Dinesh Lohiya.
Fundamentals of Computer Organisation and Architecture
Computer Hardware Prepared by:- Mr. Pawan Kumar
Introduction to Computer Architecture
STORAGE – 3 TIERS Key Revision Points.
MICROPROCESSOR MEMORY ORGANIZATION
2.C Memory GCSE Computing Langley Park School for Boys.
INTRODUCTION TO MEMORY AND MEMORY DESIGN 1
Chapter 5 Computer Organization
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Computer Memory.
Presentation transcript:

Unit 1 PRIMARY STORAGE DEVICES LECTURE – 7 Primary storage:- Every computer has a temporary storage area which built into the computer H/W and in which instructions and data of a program reside mainly when the program is being executed by the CPU. This storage space is known as primary storage main memory or simply memory. Basic of Computer & 'C' programming

Unit 1 PRIMARY STORAGE DEVICES LECTURE – 7 RAM:- Random Access Memory:- usually RAM is a volatile. Computer main memory is built of volatile RAM chip. Basic of Computer & 'C' programming

Unit 1 PRIMARY STORAGE DEVICES LECTURE – 7 ROM:- Read only Memory:- ROM is non-volatile memory chip in which data are stored permanently and cannot be altered by the programmer. The data stored in a ROM chip can only be read and used. They cannot be changed. This is the reason why it is called read only memory (ROM). Basic of Computer & 'C' programming

Unit 1 PRIMARY STORAGE DEVICES LECTURE – 7 PROM:- A user Programmed ROM is one in which the user can load and store “read only” programs and data that is it is possible for a user to “customize” a system by converting his/her our programs to micro programs and storing them in user programmed ROM chip such a PROM is commonly known as programmable Read-only memory (PROM) because a user can program it. Basic of Computer & 'C' programming

Unit 1 PRIMARY STORAGE DEVICES LECTURE – 7 E PROM:- Erasable programmable Read-only memory (EPROM) erase information stored in an EPROM chip and the chip can be reprogrammed to store new information. It is often used by R&D personnel who frequently change the micro programs to test the efficiency of the computer system with new programs. It is two types. Ultra Violet EPROM (UVEPROM) Electrically EPROM (EEPROM)   Basic of Computer & 'C' programming

Unit 1 PRIMARY STORAGE DEVICES LECTURE – 7 Cache Memory:- is an extremely fast, small memory between CPU and main memory whose access time is closer to the processing speed of the CPU. It acts as a high speed buffer between CPU and main memory and is used to temporarily store very active data and instructions during processing. Basic of Computer & 'C' programming

Secondary Storage Device The Secondary storage of a computer system is non volatile, and has low cast bit stored but it generally has an operating speed far slower than that of the primary storage. The primary storage of a computer system has limited capacity and volatile. Hence, additional memory called auxiliary memory or secondary storage is used with operating system. Basic of Computer & 'C' programming

Secondary Storage Device Sequential and Direct-Access Devices.- A sequential-access storage device is one in which the arrival at the location designed may be preceded by sequencing through other locations so that access time varies according to location. On the other words, information on a sequential-access device can only be retrieve in the same sequence in which it is stores sequential processing is quite suitable for such application like preparation of monthly pay slips or electricity bill. Magnetic tape is an example of a sequential access storage device. Basic of Computer & 'C' programming

Secondary Storage Device Direct-access devices are also called random-access devices because the information is literally available at random i.e it is available in any order. Hence, a random access storage device is one in which any location in the device may be selected at random, access to the information stores is direct and approximately equal access time is required for each location. CD is the best example of Direct access device. Basic of Computer & 'C' programming

Secondary Storage Device Thanks Basic of Computer & 'C' programming