The Computer Continuum1-1 Chapter 3: Computer Hardware Components: CPU, Memory, and I/O What is the typical configuration of a computer sold today?

Slides:



Advertisements
Similar presentations
Chapter 3: Computer Hardware Components: CPU, Memory, and I/O
Advertisements

Computer Hardware Components: CPU, Memory, and I/O
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.
Introduction to Computer Hardware and Software. Definition of a Computer “A computer is an electronic device, operating under the control of instructions.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
The Computer Continuum1-1 Unit 2 Basic Operations, Network, and Technology Concepts Computer Hardware Components: CPU, Memory, and I/O What is the typical.
Chapter 3: Computer Hardware Components: CPU, Memory, and I/O
What Is A Computer System?
James Tam Introduction To Computers: Hardware In this section of notes you will learn about the basic parts of a computer and how they work.
Introduction to Computers
11-1 Display Technologies Hi-resolution displays come in two types: –Each takes an input signal and creates a visible image Cathode ray tube (CRT) - Streams.
Computer Hardware In this lecture, we will study:
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
IC3 GS3 Standard Computing Fundamentals Module
Storage.
 Definition of computer Definition of computer  Block diagram of computer Block diagram of computer  Components of computer - Input DevicesInput Devices.
What is Information Technology?
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
7-1 Communicating with the Computer How do programs get in to memory in the first place? Input/Output (I/O): –Refers to the process of getting information.
Chapter 3 Computer Hard ware
Tom Allen Computer Science Department Trinity University.
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Computer Basics COMPUTER TECHNOLOG Y 1. What Is a Computer? An electronic device Accepts data and instructions Manipulates, processes, and displays the.
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
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
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.
Computer Hardware Information Technology Week 5 and 6
Introduction to Computers
PTI Semester Ganjil Materi  Hardware Computer  Software.
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.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
COMPUTER HARDWARE Made By Anila Bhatti DA Public School (O&A Levels) - Seaview 1.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
 Identify computer system components.  Explain how the CPU works.  Differentiate between RAM and ROM.  Describe how data is represented.  Identify.
© 2011 Pearson Education, publishing as Addison-Wesley Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science.
MIS001 A1 Computer Hardware Windows ’98 and Internet Explorer Chapter 1 Components of Your Computer.
Computer Fundamentals/ Organizing Your Work/ 1 of 16.
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)
Hardware and Software Computer System
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
© 2003 Prentice Hall, Inc.A-1 Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
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 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
1-1 Computer Hardware Components CPU Memory I/O. 2 Computer Hardware Components n Contents: The five stage computer model CPU Memory on chips and memory.
Introduction to Computers Lecture 1.1 Doug Hogan, Penn State University CMPSC 100 – Computer Fundamentals and Applications.
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),
Hardware and Software Computer System. The Computer Continuum3-2 Basic Concepts of Computer Hardware  This model of the typical digital computer is often.
Computer Components. ● Many people believe that knowing how to use a computer is one of the basic skills needed to succeed in the workplace. ● In order.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Computer Performance & Storage Devices Computer Technology.
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.
Introduction to Computers
Chapter 3: Computer Hardware Components: CPU, Memory, and I/O
Computer Hardware …. CPU, Memory, and I/O
Introduction to Computers
Eagle Challenge Google Classroom 5 Questions.
Introduction to Computers
Computer Hardware Components: CPU, Memory, and I/O
Standard Grade Revision
Chapter 3: Computer Hardware Components: CPU, Memory, and I/O
Presentation transcript:

The Computer Continuum1-1 Chapter 3: Computer Hardware Components: CPU, Memory, and I/O What is the typical configuration of a computer sold today?

The Computer Continuum3-2 Computer Hardware Components n In this lecture: How did the computer become known as the stored-program computer? –Do they all have the same characteristics? Memory on chips and memory on magnetic media, how do they differ? What do you look for when comparing memory devices? How is information moved around within the computer?

The Computer Continuum3-3 Basic Concepts of Computer Hardware n This model of the typical digital computer is often called the von Neumann computer. Programs and data are stored in the same memory: primary memory. The computer can only perform one instruction at a time. CPU (Central Processing Unit) Input Units Output Units Primary Memory

The Computer Continuum3-4 Basic Concepts of Computer Hardware n Input/Output (I/O): Refers to the process of getting information into and out of the computer. Input: Those parts of the computer receiving information to programs. Output: Those parts of the computer that provide results of computation to the person using the computer.

The Computer Continuum3-5 Sources of Data for the Computer n Two types of data stored within a computer: Original data or information: Data being introduced to a computing system for the first time. –Computers can deal directly with printed text, pictures, sound, and other common types of information. Previously stored data or information: Data that has already been processed by a computer and is being stored for later use. –These are forms of binary data useful only to the computer. –Examples: Floppy disks, DVD disks, and music CDs. n Two categories of input hardware: Those that deal with original data. Those that handle previously stored data.

The Computer Continuum3-6 Input Devices n Input hardware: Those that deal with original data. Keyboard Mouse Voice recognition hardware Scanner Digital camera n We won’t say much more about the input devices that deal with original data here See book for more information Communicate via ports, and device drivers

The Computer Continuum3-7 Input Devices n Common Basic Technologies for Storing Binary Information: Electronic Magnetic Optical

The Computer Continuum3-8 Input Devices n Electronic Circuits Most expensive of the three forms for storing binary information. A flip-flop circuit has either one electronic status or the other. It is said to flip-flop from one to the other. Electronic circuits come in two forms: –Permanent (ROM – Read Only Memory) –Non-permanent (RAM – Random Access Memory)

The Computer Continuum3-9 Input Devices n Magnetic Technology Two parts to most of the magnetic forms of information storage: –The medium that stores the magnetic information. Example: Floppy disk. Tiny spots on the disk are magnetized to represent 0s and 1s. –The device that can “read” that information from the medium. The drive spins the disk. It has a magnetic sensing arm that moves over the disk. Performs nondestructive reading.

The Computer Continuum3-10 Input Devices n Optical Uses lasers to “read” the binary information from the medium, usually a disc. –Millions of tiny holes called “pits” are “burned” into the surface of the disc. –The holes are interpreted as 1s. The absence of holes are interpreted as 0s.

The Computer Continuum3-11 Input Devices n Secondary Memory Input Devices Disks (floppy, hard drive, or CD-ROM) considered secondary memory devices These input devices are used by a computer to store information and then to retrieve that information as needed. External to the computer. Secondary memory uses binary. –The usual measurement is the byte. A byte consists of 8 binary digits (bits). The byte is a standard unit.

The Computer Continuum3-12 Input Devices n The four most important characteristics of storage devices: Speed and access time Cost / Removable versus non-removable Capacity Type of access

The Computer Continuum3-13 Input Devices n Speed (Access time) - How fast information can be taken from or stored onto the computer memory device’s medium. Electronic circuits: Fastest to access. –40 billionths of a second. Floppy disks: Very slow in comparison. –Takes up to 1/2 second to reach full speed before access is even possible. n We could further break access time down into: Seek Time Rotational Delay Time Data Transfer Time

The Computer Continuum3-14 Input Devices n Capacity - The amount of information that can be stored on the medium. UnitDescriptionApproximate Size 1 bit1 binary digit 1 nibble4 bits 1 byte8 bits1 character 1 kilobyte1,024 bytes  1/2 page, double spaced 1 megabyte1,048,576 bytes  500,000 pages 1 million bytes 1 gigabyte1,073,741,824 bytes  5 million pages 1 billion bytes 1 terabyte1 trillion bytes  5 billion pages

The Computer Continuum3-15 Input Devices n Cost Megabyte: A Million bytes. Gigabyte: A billion bytes. Two parts to a removable secondary storage device: –The cost of the medium. ( Cheaper if bought in quantity) –The cost of the drive. Examples: Cost for driveCost for medium Floppy drive (1.4MB) Zip 100 (100 MB) CD-WR (650 MB) and up1.00

The Computer Continuum3-16 Input Devices n Type of Access –Sequential - Obtained by proceeding through the storage medium from the beginning until the designated area is reached (as in magnetic tape). Good for something like backup tasks –Random Access - Direct access (as in floppy and hard disks).

The Computer Continuum3-17 Primary Memory n Primary storage or memory: Is where the data and program that are currently in operation or being accessed are stored during use. Consists of electronic circuits: Extremely fast and expensive. Two types: –RAM (non-permanent) Programs and data can be stored here for the computer’s use. Volatile: All information will be lost once the computer shuts down. –ROM (permanent) Contents do not change.

The Computer Continuum3-18 The Central Processing Unit n The Central Processing Unit ( CPU) Often referred to as the “brain” of the computer. Responsible for controlling all activities of the computer system. The three major components of the CPU are: 1. Arithmetic Logic Unit (Computations performed) Accumulator (Results of computations kept here) 2. Control Unit (Has two locations where numbers are kept) Instruction Register (Instruction placed here for analysis) Program Counter (Which instruction will be performed next?) 3. Instruction Decoding Unit (Decodes the instruction) Motherboard: The place where most of the electronics including the CPU are mounted.

The Computer Continuum3-19 Output Devices n Output units store and display information (calculated results and other messages) for us to see and use. Floppy disk drives and Hard disk drives. Display monitors: Hi-resolution monitors come in two types: –Cathode ray tube (CRT) - Streams of electrons make phosphors glow on a large vacuum tube. –Liquid crystal display (LCD) - A flat panel display that uses crystals to let varying amounts of different colored light to pass through it. Developed primarily for portable computers. Audio Output Disk Output (CD-R, CD-RW)

The Computer Continuum3-20 Output Devices n Storage Requirements: How much storage capacity is needed for… One keystroke on a keyboard.1 byte (8 bits) One page single-spaced document.4.0 K Nineteen pages formatted text.75 K One second of high-fidelity sound K Complete word processing program.8.4 MG n Storage Capacity: How much data can be stored on… One inch of 1/2 in. wide magnetic tape.4 K One 3 1/2” floppy disk, high density.1.4 MG One Compact Disk.650 MG One DVD. up to 17 GB

The Computer Continuum3-21 Moving Information Within the Computer n How do binary numerals move into, out of, and within the computer? Information is moved about in bytes, or multiple bytes called words. –Words are the fundamental units of information. –The number of bits per word may vary per computer. –A word length for most large IBM computers is 32 bits:

The Computer Continuum3-22 Moving Information Within the Computer n Bits that compose a word are passed in parallel from place to place. Ribbon cables: –Consist of several wires, molded together. –One wire for each bit of the word or byte. –Additional wires coordinate the activity of moving information. –Each wire sends information in the form of a voltage pulse.

The Computer Continuum3-23 Moving Information Within the Computer n Example of sending the word WOW over the ribbon cable Voltage pulses corresponding to the ASCII codes would pass through the cable.

The Computer Continuum3-24 Packaging the Computer n The many physical forms of the general purpose computer: All follow general organization: –Primary memory –Input units –Output units –Central Processing Unit Grouped according to speed, cost, size, and complexity. Super Computers Mainframe Computers Minicomputers Microcomputer Palmtop Computer Calculator Fast Expensive Complex Large Slow Cheap Simple Small

The Computer Continuum3-25 Computer Architecture n This has just been an introduction to the computer architecture, more specific details will follow!