What is a storage device? Computer data storage, often called storage or memory, refers to computer components, devices, and recording media that retain.

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

How does storage work & what different types of storage are there?
Lecture # 7. Topics Storage Techniques of Bits Storage Techniques of Bits Mass Storage Mass Storage Disk System Performance Disk System Performance File.
Computer Memory/Storage Device
Components of Computer
Memory Hierarchy. Smaller and faster, (per byte) storage devices Larger, slower, and cheaper (per byte) storage devices.
Computer Hardware In this lecture, we will study:
Storage technologies BY: SHIVENDRA GAURAV.
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
CANETE, Jivan Ray GOMEZ, Edgar Jr. JITO, Louisan Veth.
Storing Data. Memory vs. Storage Storage devices are like file drawers, in that they hold programs and data. Programs and data are stored in units called.
3.1 Storage. Overview Compare the following storage devices in terms of storage capacity, cost, speed of data retrieval and suitability for specific purposes:
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Bits and Data Storage. Basic Hardware Units of a Computer.
The two types of storage: Primary Storage Secondary Storage
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Storage.
Computer Systems 1 Fundamentals of Computing
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Input, Output, and Storage & Introduction to Basic Computer Architecture Week 2.
Chapter 3 Computer Hard ware
External Drives An external flash drive, also known as a thumb drive, is a removable storage device that connects to a USB port. A flash drive uses the.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
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.
 Secondary storage (or external memory) - is not directly accessible by the CPU. Secondary storage does not loose the data when the device is powered.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Primary Storage: Memory
Overview of Physical Storage Media
3 Computing System Fundamentals
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.
Machine data - All data in computers based on digital electronics Boolean data - The Boolean type represents the values: true and false. Numeric data.
An input device is any device that provides input to a computer. There are dozens of possible input devices, but the two most common ones are a keyboard.
CIM101 : Introduction to computer Lecture 3 Memory.
Copyright © 2007 – Curt Hill Primary Memory and Electronic Storage Implementations.
Computer Fundamentals/ Organizing Your Work/ 1 of 16.
Allow computers to store programs and information for use at a later date Storage Devices.
Input ProcessOutput Data is input.The cpu decides what to do with it is output.
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 Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
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.
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),
MEMORY.
Introduction To Computers
Pengantar Multimedia.  Primary (accessible by CPU, volatile ex ROM) Registers Cache Main Memory ROM (Read Only Memory, but not so)
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.
1 بسم الله الرحمن الرحيم MEMORY AND I/O. Introduction to 8086 Microprocessor 8086 Pin Configuration Pin Configuration 8086 Architecture & Modes 2.
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.
GCSE COMPUTER SCIENCE Computers 1.2 Memory, Storage and Binary.
Computer System Structures Storage
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
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Chapter 2: Computer-System Structures
Introduction to Computer Architecture
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Principles & Applications
Primary Storage and Secondary Storage Devices Chapter 3
Introduction to Computers
Introduction to Computers
Chapter 7.
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 Computers
Introduction to Computer Architecture
STORAGE – 3 TIERS Key Revision Points.
2.C Memory GCSE Computing Langley Park School for Boys.
WJEC GCSE Computer Science
Secondary Storage Devices
Computer Storage.
Presentation transcript:

What is a storage device? Computer data storage, often called storage or memory, refers to computer components, devices, and recording media that retain digital data used for computing for some interval of time.

In contemporary usage, memory usually refers to a form of semiconductor storage known as random access memory (RAM) and sometimes other forms of fast but temporary storage. Similarly, storage today more commonly refers to mass storage - optical discs, forms of magnetic storage like hard disks, and other types slower than RAM, but of a more permanent nature.

Storage hierarchy In practice, almost all computers use a variety of memory types, organized in a storage hierarchy around the CPU, this traditional division of storage to primary, secondary, tertiary and off-line storage is guided by cost per bit.

Primary Storage Primary storage, presently known as memory, is the only one directly accessible to the CPU. The CPU continuously reads instructions stored there and executes them as required. Any data actively operated on is also stored there in uniform manner.

Secondary Storage Secondary storage, or storage in popular usage, differs from primary storage in that it is not directly accessible by the CPU. The computer usually uses its input/output channels to access secondary storage and transfers the desired data using intermediate area in primary storage. Secondary storage does not lose the data when the device is powered down—it is non- volatile. Some other examples of secondary storage technologies are: flash memory, floppy disks, magnetic tape, paper tape, punch cards, standalone RAM disks, and Zip drives.

Tertiary Storage Tertiary storage or tertiary memory, provides a third level of storage. This is primarily useful for extraordinarily large data stores, accessed without human operators. Typical examples include tape libraries and optical jukeboxes. When a computer needs to read information from the tertiary storage, it will first consult a catalog database to determine which tape or disc contains the information. Next, the computer will instruct a robotic arm to fetch the medium and place it in a drive. When the computer has finished reading the information, the robotic arm will return the medium to its place in the library.

Off-line Storage Off-line storage, also known as disconnected storage, is a computer data storage on a medium or a device that is not under the control of a processing unit. Off-line storage increases a general information security, since it is physically inaccessible from a computer, and data confidentiality or integrity cannot be affected by computer-based attack techniques. Also, if the information stored for archival purposes is accessed seldom or never, off-line storage is less expensive than tertiary storage.