Primary Storage and Secondary Storage Devices Chapter 3

Slides:



Advertisements
Similar presentations
Principles & Applications
Advertisements

Computer Memory/Storage Device
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
Storage.
Memory Hierarchy.
Elements of a Computer System Dr Kathryn Merrick Thursday 4 th June, 2009.
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.
Random access memory.
What is a storage device? Computer data storage, often called storage or memory, refers to computer components, devices, and recording media that retain.
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.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
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.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Supplemental reading Main Memory. REVIEW CPU-stands for central processing unit; it is the key component in a digital computer; it interprets 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.
Allow computers to store programs and information for use at a later date Storage Devices.
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 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),
Learning Outcomes At the end of this lesson, students should be able to: Define storage State the types and functions of storage – primary storage RAM.
Levi Garner. Topics  Computer Storage Devices  Storage Media and Storage Devices  Memory and Storage.
Lesson Objectives Explain the need for secondary storage. Describe common storage technologies such as optical, magnetic and solid state. Describe flash.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
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.
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.
Index What is an Interface Pins of 8085 used in Interfacing Memory – Microprocessor Interface I/O – Microprocessor Interface Basic RAM Cells Stack Memory.
TYPES OF MEMORY.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Primary and Secondary Storage
Parts of a Computer.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
A Dummies guide to computer memory
Memory Miss Elliott.
Memory Key Revision Points.
Lesson Objectives Aims You should be able to:
Storage capacity of a computer
Unit 1 PRIMARY STORAGE DEVICES LECTURE – 7
INTRODUCTION TO COMPUTERS
Computing Hardware.
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.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
introduction to computer
Principles & Applications
Describe the central processing unit including its role
Describe the central processing unit including its role
Electronics Technology
Introduction to Computers
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
COMS 161 Introduction to Computing
Basic Computer Organization
Computer Memory BY- Dinesh Lohiya.
Computer Hardware Prepared by:- Mr. Pawan Kumar
Introduction to Computer Architecture
GCSE OCR 3 Memory Computer Science J276 Unit 1
STORAGE – 3 TIERS Key Revision Points.
MICROPROCESSOR MEMORY ORGANIZATION
2.C Memory GCSE Computing Langley Park School for Boys.
Computer Hardware Ms. Wade.
INTRODUCTION TO MEMORY AND MEMORY DESIGN 1
Chapter 5 Computer Organization
CHAPTER 10 Memory and Storage
Primary Storage 1. Registers Part of the CPU
Objectives Describe the difference between RAM and ROM
WJEC GCSE Computer Science
Computer Memory.
Presentation transcript:

Primary Storage and Secondary Storage Devices Chapter 3 October 6 University Primary Storage and Secondary Storage Devices Chapter 3 Prof. Dr/ Moussa Ibrahim Moussa Dean of Faculty of Information Systems and Computer Science

Learning Objectives Name several general properties of storage systems. Describe how magnetic disk systems (such as hard drives) work. Discuss the various types of optical disc systems available and how they differ from each other and from magnetic systems.

Identify some flash-memory-based storage devices and media and explain how they are used today. List at least three other types of storage systems. Summarize the storage alternatives for a PC, including which storage systems should be included on a typical PC and for what applications other storage systems are appropriate.

Storage Unit: A storage unit is that part of the computer system which is used to store the data and instructions to be processed.

There are two types of storage: 1) Primary storage 2) Secondary storage.

1) Primary storage Primary storage is characterized by:- faster access time less storage capacity higher costs The primary storage is volatile Primary storage is also called Random Access Memory (RAM)

ROM : * ROM: ROM is Read Only Memory. *ROM are not lost even when the power is turned off * This memory is non-volatile.

PROM PROM: PROM is Programmable Read Only Memory. PROM is non volatile .

EPROM It is possible to erase the data which has been previously stored on an EPROM and write new data onto the chip.

Cache Memory The Cache Memory is a very special type of high speed memory cannot be accessed by the user. The main function of this cache memory is to make the programs and data available to the CPU very fast.

Registers Registers are used to retain information temporarily Some of the common registers are: - Memory Address Register (MAR) - Memory Buffer Register (MBR) - Program Control Register - Instruction Register

Program Control Register Instruction Register

2) Secondary storage.

Information stored on secondary storage devices can be accessed in two ways:  Sequential Access  Direct Access

 Sequential Access a) Punch Paper Tape: b) Magnetic Tape:

 Direct Access a) Magnetic Disk: b) Floppy Disks :

THANKS