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.

Slides:



Advertisements
Similar presentations
AS ICT. Identify suitable uses of common storage media understand the types of access and access speeds required for each use (e.g. serial/sequential,
Advertisements

Storage Devices.
Computer Basics Whats that thingamagige?. Parts of a computer.
Professor Michael J. Losacco CIS 1110 – Using Computers Storage Chapter 6.
Computer Memory GCSE Computing.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Data Storage Technology
Chapter 5 Data Storage Technology 2005 IS112. Chapter goals Describe the distinguishing characteristics of primary and secondary storage Describe the.
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
3.1 Storage. Overview Compare the following storage devices in terms of storage capacity, cost, speed of data retrieval and suitability for specific purposes:
Company LOGO Storage 1 Chapter 6. Storage  Storage holds data, instructions and information for future use.  Storage medium, also called secondary storage,
TECHNOLOGY GUIDE 1: Hardware
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Storage.
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
Computer Hardware. “ Copyright 2005 John Wiley & Sons Inc.” TG 12 Chapter Outline Introduction The Central Processing Unit Computer Memory Evolution of.
CIS 105 Concepts and Terminology Unit 3 CIS 105 Survey of Computer Information Systems Essential Concepts and Terminology Study Unit Three.
Memory Hierarchy.
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.
Physical Storage and File Organization COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
CHAPTER 5. Next Exit Main Memory and Backing Storage Devices... Main Memory and Backing Storage Devices... Main memory temporarily stores programs and.
What is a storage device? Computer data storage, often called storage or memory, refers to computer components, devices, and recording media that retain.
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
OCR GCSE Computing Chapter 2: Secondary Storage. Chapter 2: Secondary storage Computers are able to process input data and output the results of that.
WHAT IS COMPUTER STORAGE? Computer storage is the storing of data in an electromagnetic form to be accessed by a computer processor.
Lecture No 11 Storage Devices
AS Computing Storage devices. Primary storage  A computer’s main memory (RAM) is known as primary memory.  Primary memory is volatile; when the 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.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Overview of Physical Storage Media
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.
Our Lady of the Rosary College S.2 Computer Literacy Lesson 8 Storage Unit Mr. Ku Heung Chin.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
Unit 30 Digital Graphics BTEC Level 3 Welcome Back !! Anne Sewell.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Secondary Storage.
Allow computers to store programs and information for use at a later date Storage Devices.
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 Introduction Comparision Storage Hierarchy Slide 1.
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.
1 Computer Memory System Overview. Objectives  Discuss the overview of the memory elements of a computer  Describe the characteristics of the computer.
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),
Managing Files for Personal Computing Part 1 - Data Storage.
MEMORY is part of the Central Processing Unit, or CPU, where data and information are stored. There are two main types of memory in a computer – RAM.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Data Storage and Querying in Various Storage Devices.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Chapter 6 Storage By Hussein Alhashimi.
Measuring Drive Performance
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 Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Computer Based Technology:
Measuring Drive Performance
STORAGE – 3 TIERS Key Revision Points.
2.C Memory GCSE Computing Langley Park School for Boys.
Measuring Drive Performance
Presentation transcript:

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 FILES. The files are stored in digital envelopes called DIRECTORIES.

Why is storage necessary? Storage retains data when the current is switched off. The computer’s random-access memory (RAM) is volatile. All the information in RAM is irretrievably lost. Storage devices are nonvolatile. They do not lose data when the power goes off.

Why is storage necessary cont’d... Storage is cheaper than memory, RAM is designed to operate very quickly so that it can keep up with the computer’s CPU. Storage devices do not transfer data as rapidly as memory, but they are much less expensive. A computer system’s storage devices typically holds much more data and software than the computer’s memory.

Storage devices also play an important role when you start an application. Storage devices are increasing in capacity to the point that they can hold an entire library’s worth of information.

Storage Sizes Term Abbreviation Bytes (approximate) KilobyteK or KBone thousand MegabyteM or MBone million GigabyteG or GBone billion TerabyteT or TB one trillion

Types of storage devices Read/Write media vs. Read-only media Most storage devices are read/write media. They enable the computer to perform writing (output) operations as well as reading (input) operations. Some storage devices are read only, operations. CD- ROM drives are read only devices; CD-RW drives are read/write media.

Sequential vs. Random-Access storage Storage devices are categorized according to the way they get to the requested data. In a sequential storage device, such as tape backup unit, the computer has to go through a fixed sequence stored items to get to the one that’s needed. A random-access storage device can go directly to the requested data without having to go through a sequence. This device is faster and more expensive.

Storage Hierarchy Storage devices fit into one of three locations in the storage hierarchy. They are differentiated by their availability of the data they contain.

1. Online storage – primary storage. It consists of the storage devices that are actively available to the computer system and do not require any action on the part of the user. The computer’s hard disk is a personal computer’s online storage system.

2. Near-Online storage – secondary storage that’s not directly available but require some simple action (s) on the user’s part. Eg. Inserting a disks (floppy disks and CD-ROMS)

3.Offline storage – tertiary storage or archival storage (not readily available). Such as the magnetic tapes, are used for infrequently accessed data that needs to be kept for archival purposes. Some personal computers are equipped with tape drives, which can be use for archival storage.

Capacity of storage devices A storage device’s capacity is measured in bytes (a unit of data composed of eight bits). A 2 GB or 4 GB disk may be needed to hold these items plus software. A scientist working with laboratory data may need 50 GB of storage, while a huge corporation may need several terabytes of storage to hold all the information it works with.

Access Time: Memory vs. Storage Device Typical access time Static RAM (SDRAM)5-15 nanoseconds Dynamic RAM (DRAM)50-70 nanoseconds Solid state disk (SSD)0.1 milliseconds Hard disk drive6-12 milliseconds CD-ROM drive milliseconds

Speed of storage devices (access time) A storage device most important characteristic – the speed with which it retrieves the desired data – is measured by its access time, the amount of time it takes for the device to begin reading the data. Eg. Disk drives – the access time includes the seek time, the time it takes the read/write head to locate the data before reading begins.

Formatting: preparing disks for use Before a magnetic disk can be used for storage, it must be prepared using a process called FORMATTING. You can format floppy disks yourself using the formatting utility supplied with the computer’s operating system. However, you will seldom need to do so. Most of the floppy disks are preformatted.

Be aware that formatting destroys all the data that has been recorded on a disk. You should never format the computer’s hard disk, unless you have just purchased a new hard disk and are following the installation instructions.

Formatting Double click on My Computer Select the drive Right click on mouse Format: following the instructions Select start

Virtual Memory To increase your virtual memory: 1. My computer Right click 2. Properties then advanced 3. Setting then advanced 4. Virtual memory change The standard is 744 but you can increase to 800 = 1 GB or 1000 depending on how much you have available.

CLASS WORK TIME IN YOUR NOTEBOOKS OR ON FOLDER SHEET, COMPLETE THE FOLLOWING: 1. State two reasons why storage is necessary 2. Explain the difference between memory and storage 3. Explain the difference between Read-only and Read/Write

CLASS WORK TIME Cont’d IN YOUR NOTEBOOKS OR ON FOLDER SHEET, COMPLETE THE FOLLOWING: HOMEWORK: Create a conversation dialogue (i.e. between two persons) explaining to someone is unsure of how to format and save their information on a flash drive. Dialogue should be no more than a page long.