Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.

Slides:



Advertisements
Similar presentations
Introduction to Storage Devices
Advertisements

Storage Devices.
Computer Systems I’m ONLY a machine!.
BT 1005 Managing Information Lecture 2 Data Representation, Storage and Transmission.
The Central Processing Unit: What Goes on Inside the Computer.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
M. Guymon - Pleasant Grove High - Spring 2003 Computer Performance & Storage Devices Computer Technology.
Computer Performance & Storage Devices Computer Technology.
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Category1 Computers Category2 CPU.
Introduction to Computers
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
Computer Hardware In this lecture, we will study:
IC3 GS3 Standard Computing Fundamentals Module
M. Guymon Pleasant Grove High School Spring 2003 Computer Performance & Storage Devices Computer Technology Day 2.
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:
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Computer Hardware 13 Orasa T.. Identify the major types and uses of microcomputer, midrange, and mainframe computer systems. Outline the major technologies.
Storage.
Computer Hardware. “ Copyright 2005 John Wiley & Sons Inc.” TG 12 Chapter Outline Introduction The Central Processing Unit Computer Memory Evolution of.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
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.
Chapter 2: CPU &Data Storage. CPU Each computer has at least one CPU Each computer has at least one CPU CPU execute instructions to carry out tasks –
Principles of Information Systems, Sixth Edition Hardware: Input, Processing, and Output Devices Chapter 3.
3 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Computer Basics COMPUTER TECHNOLOG Y 1. What Is a Computer? An electronic device Accepts data and instructions Manipulates, processes, and displays the.
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.
Introduction to Computers
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
Introduction to Computers
Hardware: The CPU & Storage Chapter 5 How to Buy a Multimedia Computer.
Technology Guide 1 Hardware. Agenda Computer system Computer types Devices Source data automation Selection Criteria.
The Central Processing Unit: What Goes on Inside the Computer
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
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.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
© 2011 Pearson Education, publishing as Addison-Wesley Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science.
C OMPUTERS AND C OMPUTER S YSTEMS Computing Fundamentals Lesson 1, Part 2 Computer Literacy Basics Morrison & Wells.
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)
Computers - The Journey Inside continues…
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
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.
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.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Computer Performance & Storage Devices Computer Technology.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Computer Performance & Storage Devices Computer Technology #2.
Digital Storage Digital Storage Ann Ware ~
Processing Device and Storage Devices
The physical parts of the computer
Introduction to Computers
Business Computer Technology
Introduction to Computers
Introduction to Computers
Digital Storage Digital Storage Ann Ware ~
Standard Grade Revision
Computer Performance & Storage Devices
COMPUTER FUNDAMENTALS i
Computer Performance & Storage Devices
Presentation transcript:

Chapter 2 part 2

Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a second Picosecond - trillionths of a second MIPS - millions of instructions per second MHz - megahertz - millions of cycles per second

Speed factors Size of circuit paths (system buss) that connect internal components of a microprocessor Processing registers Memory cache Specialized co-processors

Peripheral Devices Necessary for input, output, storage Must be linked in some manner to the cpu Interface technology has yielded simpler more usable devices Mice, touch screens, light pens, voice Work with graphical user interface to allow easier access

Printed Output Inkjet printers - spray ink on page one line at a time. Low cost, quiet, versatile. Laser printers - Electrostatic process similar to a photocopy. Higher cost, faster, multi- purpose

Storage Trends VLSI - Very large scale integration. This allows more processing power in smaller processors Secondary storage getting cheaper for more capacity

Computer Storage Fundamentals Binary representation bit - Smallest level of a data element byte - a grouping of bits Two common types of bit arrangement –ASCII –EBCDIC

CONT. Storage capacities are measured in two general forms –Kilobytes - KB - one thousand bytes –Megabytes - MB - one million bytes –Gigabyte - GB - one billion bytes –Terabyte - TB - one trillion bytes

Media Access Two methods for accessing data or information stored on some type of media –Direct Access - Method used when the primary storage media is semiconductor (RAM), or direct access storage device (DASD). Direct Access and Random Access can be used interchangeably –In direct access, there is a unique identifier (address) that allows nearly immediate access

Media Access cont The second access method is Sequential Access –Associated with a slower retrieval of desired information or data. –Mediums are magnetic tape, digital audio tape, etc. –Records are stored one after the other and must be retrieved in order of storage

Semiconductor Memory Benefits to semiconductor memory are numerous Physically small Fast Resistant to temperatures There is one major disadvantage to this type of memory

Semiconductor Memory cont Semiconductor memory only works when uninterrupted power is being supplied Volatility is the main concern when relying on this type of memory Two basic forms for Semiconductor memory

Types of Semiconductor Memory RAM - Random Access Memory - Most widely used primary storage medium - this is considered “Read/Write memory” ROM - Read Only Memory - Can be read but not erased or overwritten - there are some variations that allow contrary actions

Magnetic Disk Storage Floppy disks - polyester film covered with iron oxide. Contained in a hard cover. Can be erased, saved multiple times. Generally have a capacity of 1.44 megabytes Hard Disk drives - Sealed module containing a disk, controller, read head. Can have a large range of capacity sizes from 520megabytes to several gigabytes

Magnetic Disk Storage cont RAID - Redundant Array of Independent Disks - multiple hard disks that provide fault tolerance and high capacity.

Magnetic Tape Still used as a form of permanent storage Generally used as ‘back up’ for more easily accessed media

Optical Storage Medium that requires an electronic read eye (laser) that reads encoding on a plastic disk High storage capacity Quick access (but less than RAM)

Optical Storage types CD-ROM - Capable of storing 600 megabytes on a single disk. Cannot be erased or overwritten CD-R - Compact Disk Recordable - Allows for disks to be encoded once using a special CD-R device (drive) CD-RW - Compact Disk rewritable - Can be overwritten using special drive

Optical Disk cont DVD - Digital Video Disk - can hold 3 to 8.5 gigabytes on a single disk WORM - Write Once Read Many - similar to CD-R

The End Of chapter 2 at least………………..