Storage tradeoffs Storage media cost, speed, and capacity tradeoffs.

Slides:



Advertisements
Similar presentations
Lecture-4 / T. Nouf Almujally
Advertisements

BT 1005 Managing Information Lecture 2 Data Representation, Storage and Transmission.
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
Computer Performance & Storage Devices Computer Technology.
3-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
Computer Hardware Chapter 3 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
3-1 Computer System Categories. 3-2 Microcomputer Systems Personal Computer (PC) – microcomputer for use by an individual Desktop – fit on an office desk.
Computer Hardware In this lecture, we will study:
assumes basic arithmetic
Unit 3—Part A Computer Memory
Storage Devices and Media
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Computer Performance & Storage Devices
Computer Hardware. “ Copyright 2005 John Wiley & Sons Inc.” TG 12 Chapter Outline Introduction The Central Processing Unit Computer Memory Evolution of.
Introduction to Information Systems Lecture 03 Computer Hardware
Comp 1001: IT & Architecture - Joe Carthy 1 Information Representation: Summary All Information is stored and transmitted in digital form in a computer.
IT Hardware Left: The on-board L2 cache. Right: The Pentium® Pro processor core with 5.5 million transistors. Source: IntelIntel.
Flash Cards Computer Technology.
Tom Allen Computer Science Department Trinity University.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
CHAPTER 5. Next Exit Main Memory and Backing Storage Devices... Main Memory and Backing Storage Devices... Main memory temporarily stores programs and.
3-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
COMPUTER TECHNOLOGY MRS. SEALE COMPUTER PERFORMANCE.
AS Computing Storage devices. Primary storage  A computer’s main memory (RAM) is known as primary memory.  Primary memory is volatile; when the computer.
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.
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Memory and Storage Computer Technology K. Steere.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
CSCI-100 Introduction to Computing Hardware Part I.
Components of a Computer System
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 3 Computer Hardware.
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.
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
M. Guymon Pleasant Grove High School Spring 2003 RAM vs. ROM RAM “Random Access Memory” The ability of a storage device to go directly to a specific storage.
Chapter 3 Computer Hardware.
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),
Computer Performance & Storage Devices Computer Technology.
Computer Hardware – Storage Systems.  Storage holds data, instructions, and information for future use  Consists of two parts Storage Device Storage.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
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 ~
APPENDIX A Hardware and Software Basics
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
BUSINESS PLUG-IN B3 HARDWARE AND SOFTWARE BASICS
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
How do computers work? Storage.
Main memory and mass storage
Digital Storage Digital Storage Ann Ware ~
Chapter 3 Hardware and software 1.
Chapter 3 Hardware and software 1.
COMPUTER FUNDAMENTALS i
Computer Performance & Storage Devices
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.
Primary Storage 1. Registers Part of the CPU
Presentation transcript:

Storage tradeoffs Storage media cost, speed, and capacity tradeoffs. Cost increases with faster access speeds but decreases with increased capacity.

Computer Storage Fundamentals Binary representation Data are processed and stored in computer system through the presence or absence of signals Either ON or OFF ON = number 1 OFF = number 0

Bit and Byte Bit (short for binary digit) Byte Smallest element of data Either zero or one Byte Group of eight bits which operate as a single unit Represents one character or number

Representing characters in bytes

Computers use binary system to calculate Processor has millions of switches turned either off or on. Use the binary number system to store and compute numbers Figure shows that any integer number can be represented using 0’s and 1’s.

Measuring storage capacities Kilobyte (KB): one thousand bytes Megabyte (MB): one million bytes Gigabyte (GB): one billion bytes Terabyte (TB): one trillion bytes Petabyte (PB): one quadrillion bytes

Direct and Sequential Access Direct Access or Random Access Directly store and retrieve data Each storage position has unique address and can be accessed in same length of time Semiconductor memory chips, magnetic disks Sequential Access Data is stored and retrieved in a sequential process Must be accessed in sequence by searching through prior data Magnetic tape

Direct and sequential access

Semiconductor memory Microelectronic semiconductor memory chips Used for primary storage Advantage: Small size Fast Shock and temperature resistance Disadvantage: Volatility: must have uninterrupted electric power or lose memory

Two types of semiconductor memory RAM: random access memory Most widely used primary storage medium Volatile memory Read/write memory ROM: read only memory Permanent storage Can be read but cannot be overwritten Frequently used programs burnt into chips during manufacturing Called firmware

Flash drive New type of permanent storage Uses semiconductor memory Small chip with thousands of transistors Easily transported Also called jump drives, USB flash drives Source: Courtesy of Lexar Media.

Magnetic Disks Used for secondary storage Fast access and high storage capacity Source: Quantum. Source: Corbis.

Types of magnetic disks Floppy disks Magnetic disk inside a plastic jacket Hard disk drives Magnetic disk, access arms, and read/write heads in sealed module RAID (Redundant arrays of independent disks) Disk arrays of interconnected hard disk drives Fault tolerant with multiple copies on several disks Floppy disk contains 1.44 Megabytes Zip drive (similar to floppy disk) up to 750 MB Hard disks can contain hundreds of GB of storage

Magnetic Tape Secondary storage Tape reels and cartridges Used in robotic automated drive assemblies Archival storage and backup storage

Optical Disks

Uses of optical disks Image processing Long term storage of historical files of images Scan documents and store on optical disks Publishing medium for fast access to reference materials Catalogs, directories, etc. Interactive multimedia applications Video games, educational videos, etc.

Radio Frequency Identification RFID Tag and identify mobile objects E.g., store merchandise, postal packages, pets Use RFID chips to transmit and receive radio signals Chips half the size of a grain of sand Passive chips: do not have power source and derive power from signal in reader Active chips: Self-powered

RFID versus bar codes RFID Privacy concerns due to invisible nature Scan from greater distance Can store data Allows more information to be tracked Privacy concerns due to invisible nature

Case 3: Advances in Speech Recognition Software Computerized speech has become smarter, easier to use and more integrated with other applications Interactive Voice Response (IVR) Early IVR systems are menu-driven Advanced are more conversational Connected to other systems

Case Study Questions What are the business benefits and limitations of IVR at Verizon and others? How could their use of IVR be improved? What types of business situations would benefit most from IVR technology? Which ones would benefit least? Given the advancements in voice recognition software over the last 20 years, what types of new applications for IVR do you see in the next 20 years? Give examples.

Real World Internet Activity IVR is advancing rapidly in terms of its ability to simulate natural language conversations and accept common phrases. Using the Internet Research the state of the art in speech recognition. One good place to start is www.scansoft.com.

Real World Group Activity Simply simulating natural conversations is but one capability of speech software applications. Text-to-speech, voice verification, and speech-to-text are a few others. In small groups, Brainstorm how speech recognition systems can be used in innovative and useful ways. Do you think we will eventually eliminate the need for humans in common telephone interactions? Is this good or bad?