 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.

Slides:



Advertisements
Similar presentations
Introduction to Storage Devices
Advertisements

Storage Devices.
Computer Systems I’m ONLY a machine!.
Data Storage Technology
Chapter 5 Data Storage Technology 2005 IS112. Chapter goals Describe the distinguishing characteristics of primary and secondary storage Describe the.
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,
Bits and Data Storage. Basic Hardware Units of a Computer.
Storage.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
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 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
Storage tradeoffs Storage media cost, speed, and capacity tradeoffs.
CHAPTER 5. Next Exit Main Memory and Backing Storage Devices... Main Memory and Backing Storage Devices... Main memory temporarily stores programs and.
STORAGE IN COMPUTER By- Upendra Sharma. STORAGE DEVICE We can use storage device to save data in computer. It is divided in two parts- 1. Primary 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.
WHAT IS COMPUTER STORAGE? Computer storage is the storing of data in an electromagnetic form to be accessed by a computer processor.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
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.
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
CIM101 : Introduction to computer Lecture 3 Memory.
THE MEMORY ELEMENTS. Words in high-speed memory Read-write random-access memory.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
CSCI-100 Introduction to Computing Hardware Part I.
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.
COMPUTER MEMORY & DATA STORAGE. ROM ROM is short for Read Only Memory. –I–It is permanent, long-term memory which cannot be erased or changed in any way;
Computers - The Journey Inside continues…
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
Storage devices 1. Storage Storage device : stores data and programs permanently its retained after the power is turned off. The most common type of storage.
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),
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
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
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.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Digital Storage Digital Storage Ann Ware ~
Chapter 5 Data Storage Technology
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Internal Memory.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Storage devices of Computer Submitted By Pravesh Kumar UPS Beetia
Principles & Applications
Course Name: Computer Application
IT 0213: INTRODUCTION TO COMPTER ARCHITECTURE LECTURE 2
Electronics Technology
COMPUTER ORGANISATION AND ARCHITECTURE
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
PRIMARY STORAGE.
PRIMARY STORAGE.
Introduction to Storage Devices
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Computer Memory BY- Dinesh Lohiya.
Digital Storage Digital Storage
Introduction to Computers
Digital Storage Digital Storage Ann Ware ~
Standard Grade Revision
1 BY Prof. S. DAS (PhD, UK). 2 CONTENTS Introduction RAM,ROM,PROM,EPROM Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk Optical Disks:
Storage.
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:

 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only Memory Read Only Memory  Storage Systems & It’s types Storage Systems & It’s types  Storage Evaluation Criteria Storage Evaluation Criteria

Memory: Storing the data that are being currently handled by the CPU, generally known as “ memory ”. back

 Primary memory  Secondary memory back

 In the memory, values are represented by sequences of binary digits, know as bits. Most computers use a group of eight bits, known as a byte, to represent a character.  Memory is a “ bunch ” of bytes or cells into which we can place data. Each cell, known as a data item, is assigned a unique number known as “ address ”. The CPU can identify each cell by its address.

 The byte is defined as the “ smallest addressable unit ” of memory. Most computers use groups of bytes, usually 2 or 4, known as “ words ” to represent information.  Computer memories are often rated in terms of their capacity to store information. Typically, capacities are described using the unit of byte as follows: (1) 1 KB (Kilobyte)=1,024 bytes (2) 1 MB (Megabyte)=1,048,576 bytes (3) 1 GB (Gigabyte)=1,073,741,824 bytes (4) 1 TB (Terabyte)=1,099,511,627,776 bytes back

 Static RAM: is a type of RAM in which data is stored till the power of the computer system is switched on. SRAM uses a number of transistors to store a single bit of digital information.  Dynamic RAM: is the RAM in which data is stored in a storage cell, consisting of a transistor and a capacitor. The DRAM needs to be continuously refreshed with power supply because the capacitor has the tendency to get discharged.

 Random Access Memory (RAM) is a volatile memory and loses all its data when the power is switched off.  It is the main memory of the computer system that stores the data temporarily and allows the data to be accessed in any order.  RAM can be categorized into two main types, namely, Static RAM and Dynamic RAM. back

 ROM is the memory that stores the data permanently.  The data can be easily read from this type of memory but cannot be changed.  ROM is most commonly used in devices such as calculators, laser printers, etc.  ROM does not allow the random access of data, and allows sequential access of data.

ROM is divided into four types: (1) Programmable ROM: a memory chip on which the write operation of data can be performed only once. PROM is reliable and stores the data permanently without making any change in it. It is mostly used in video games and electronic dictionaries. (2) Erasable PROM: a type of ROM in which data can be erased or destroyed using Ultraviolet Light. (3) Electrically Erasable PROM: a type of ROM in which data can be erased or destroyed by exposing it to an electric charge. (4) Flash ROM: a type of EEPROM that stores the information using floating-gate transistors, which can store electric charge for a longer period of time as compared to the normal transistors. back

 Storage systems are the devices used for data storage. The main objective of the storage system is to permanently store data. The storage systems can be classified as follows: (1) Magnetic (2) Optical (3) Solid state (4) Magneto Optical

 Magnetic storage systems can be defined as the storage systems that store the data on a magnetized medium, with the help of magnetized particles. Magnetic tapes, magnetic disks, hard disks, floppy disks are examples of magnetic storage systems.  Can store any type of data, such as text, audio, video, image

 Magnetic tapes: The plastic tapes with magnetic coating that are used for storing the data. They are similar to the normal recording tapes. The data stored on the magnetic tapes can be accessed using the sequential access method.  Magnetic Disks: A flat disk that is covered with magnetic coating for holding information. It is used to store digital information in the form of small and magnetized needles. These needles help in encoding a single bit of information by getting polarized in one direction represented by 1, and opposite direction represented by 0.

 The optical storage systems use the laser light as the optical medium to retrieve as well as record data.  The optical storage devices are either read-only or writable.

 Solid-state Storage Devices were developed in  Do not use magnetic and optical medium to store data. Instead, use the semiconductor devices.  Contains all the properties of hard disk drives to store the data and use solid-state memory, which has no moving parts.  The examples of SSD are flash memory cards and Universal Serial Bus (USB) devices. back

THANKS…… back