SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Computer Hardware
   Components:
CPU, Memory, and I/O

 What is the typical configuration of a computer
                   sold today?




                The Computer Continuum             1-1
Computer Hardware
         Components
   In this chapter:
     • 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?
     • How can you help your computer run better?



                       The Computer Continuum                    3-2
Basic Concepts of
        Computer Hardware
                         Primary Memory




     Input                     CPU                    Output
     Units           (Central Processing Unit)        Units



   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.
                         The Computer Continuum                      3-3
Basic Concepts of
       Computer Hardware
   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 Continuum                      3-4
Sources of Data
          for the Computer
   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.




                        The Computer Continuum                      3-5
Input Devices

   Two categories of input hardware:
    • Those that deal with original data.
    • Those that handle previously stored data.




                        The Computer Continuum    3-6
Input Devices

   Input hardware: Those that deal with original data.
    •   Keyboard
    •   Mouse
    •   Voice recognition hardware
    •   Scanner
    •   Digital camera

   Digitizing: The process of taking a visual image, or
    audio recording and converting it to a binary form for
    the computer.
    • Used as data for programs to display, play or manipulate the
      digitized data.
                        The Computer Continuum                       3-7
Input Devices

   Connecting Hardware to the computer:
    • Hardware needs access through some general input/output
      connection.
       – Port: The pathway for data to go into and out of the
         computer from external devices such as keyboards.
           • There are many standard ports as well as custom
              electronic ports designed for special purposes.
           • Ports follow standards that define their use.
                » SCSI, USB: Multiple peripheral devices (chain).
                » RS-232, IDE: Individual peripheral devices.
       – Peripheral device: A piece of hardware like a printer or
         disk drive, that is outside the main computer.
                       The Computer Continuum                       3-8
Input Devices

   Connecting Hardware to the computer: (continued)
    • Hardware needs software on the computer that can service the
      device.
       – Device driver: Software addition to the operating system
         that will allow the computer to communicate with a
         particular device.




                       The Computer Continuum                        3-9
Input Devices

   Common Basic Technologies for Storing Binary
    Information:
    • Electronic
    • Magnetic
    • Optical




                    The Computer Continuum         3-10
Input Devices

   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
        – Non-permanent




                         The Computer Continuum                            3-11
Input Devices

   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 Continuum                     3-12
Input Devices

   Optical
    • Uses lasers to “read” the binary information from the medium,
      usually a disc.
       – Millions of tiny holes are “burned” into the surface of the
         disc.
       – The holes are interpreted as 1s. The absence of holes are
         interpreted as 0s.




                        The Computer Continuum                     3-13
Input Devices

   Secondary Memory Input Devices
    • These input devices are used by a computer to store
      information and then to retrieve that information as needed.
        – External to the computer.
        – Commonly consists of floppy disks, hard disk drives, or
          CD-ROMs.
    • 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 Continuum                          3-14
Input Devices

   The four most important characteristics of storage
    devices:
    •   Speed and access time
    •   Cost / Removable versus non-removable
    •   Capacity
    •   Type of access




                        The Computer Continuum           3-15
Input Devices

   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.




                        The Computer Continuum                     3-16
Input Devices

   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 drive     Cost for medium
      Floppy drive (1.4MB)       59.00                    .50
      Zip 100 (100 MB)           99.00                  10.00
      CD-WR (650 MB)            360.00 and up            1.00

                        The Computer Continuum                     3-17
Input Devices

    Capacity - The amount of information that can be
     stored on the medium.
    Unit          Description               Approximate Size
    1 bit         1 binary digit
    1 nibble      4 bits
    1 byte        8 bits                    1 character
    1 kilobyte    1,024 bytes                1/2 page, double spaced
    1 megabyte    1,048,576 bytes             500,000 pages
                  1 million bytes
    1 gigabyte    1,073,741,824 bytes            5 million pages
                  1 billion bytes
    1 terabyte    1 trillion bytes               5 billion pages
                        The Computer Continuum                         3-18
Input Devices

   Type of Access
        – Sequential - Obtained by proceeding through the storage
          medium from the beginning until the designated area is
          reached (as in magnetic tape).
        – Random Access - Direct access (as in floppy and hard
          disks).




                       The Computer Continuum                       3-19
Primary Memory

   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 Continuum                      3-20
The Central Processing Unit

   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 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 Continuum                           3-21
Output Devices

   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.



                        The Computer Continuum                       3-22
Output Devices

   Audio Output Devices
    • Windows machines need special audio card for audio output.
    • Macintosh has audio playback built in.
    • Audio output is useful for:
       – Music
           • CD player is a computer.
           • Most personal computers have CD players that can
             access both music CDs and CD-ROMs.
       – Voice synthesis (becoming more human sounding.)
       – Multimedia
       – Specialized tasks (i.e.: elevator’s floor announcements)

                       The Computer Continuum                       3-23
Output Devices

   Optical Disks: CD-ROM and DVD
    • CD-ROM (Compact Disk - Read Only Memory)
       – By its definition, CD-ROM is Read Only.
       – Special CD drives “burn” information into blank CDs.
            • Burn: A laser is used to “burn” craters into the
              surface to represent a binary 1.
            • Two main types of CDs:
                » CD-R (Compact Disk - Recordable)
                » CD-WR (Compact Disk - ReWritable)
       – It takes longer to write to a CD-R than a hard drive.
       – Special software is needed to record.

                       The Computer Continuum                    3-24
Output Devices

   DVD (Digital Versatile Disk)
    • Allows up to 17 gigabytes of storage (from 4.7 GB to 17 GB).
    • Compatible with older CD-ROM technology.
    • The four versions of the DVD:




                       The Computer Continuum                    3-25
Output Devices

   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.          95-110 K
    •   Complete word processing program.           8.4 MG

   Storage Capacity: How much data can be stored on…
    •   One inch of 1/2 in. wide magnetic tape.     4K
    •   One 3 1/2” floppy disk, high density.       1.4 MG
    •   One Compact Disk.                           650 MG
    •   One DVD.                                    up to 17 GB
                           The Computer Continuum                     3-26
Moving Information
      Within the Computer
   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 Continuum                        3-27
Moving Information
       Within the Computer
   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 Continuum   3-28
Moving Information
       Within the Computer
   Example of sending
    the word WOW over
    the ribbon cable
     • Voltage pulses
        corresponding to
        the ASCII codes
        would pass
        through the cable.




                         The Computer Continuum   3-29
Packaging the Computer
                                        Fast Expensive Complex Large
   The many physical forms of the
    general purpose computer:                   Super Computers
     • All follow general
                                            Mainframe Computers
       organization:
         – Primary memory
                                                 Minicomputers
         – Input units
         – Output units                          Microcomputer
         – Central Processing Unit
                                                Palmtop Computer
     • Grouped according to speed,
       cost, size, and complexity.
                                                   Calculator

                                        Slow Cheap Simple Small
                       The Computer Continuum                      3-30
Software Tools for Maintaining
  Your Computer Hardware
     Utility Programs exist that can help diagnose and solve computer
      hardware problems.
       • Four major problem areas where utility programs are helpful:
            – Finding and fixing problems.
               • Testing Input/Output peripherals.
               • Testing RAM, motherboard, video cards.
               • Recovering deleted files or fixing damaged disks.
           – Improving computer performance.
               • De-fragmenting a disk (Packs all files closer together).
           – Preventative maintenance.
           – Troubleshooting.
               • Locates incompatible programs.
                            The Computer Continuum                          3-31

Weitere ähnliche Inhalte

Was ist angesagt?

Computer hardware components by ni3
Computer hardware components by ni3Computer hardware components by ni3
Computer hardware components by ni3NITIN RAUT
 
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Computer Fundamentalsmaclather
 
Bba i-introduction to computer-u-1-computer hardware system
Bba  i-introduction to computer-u-1-computer hardware systemBba  i-introduction to computer-u-1-computer hardware system
Bba i-introduction to computer-u-1-computer hardware systemRai University
 
Hardware and systems technology
Hardware and systems technologyHardware and systems technology
Hardware and systems technologyWulax37
 
Computer fundamental on Discovering Computer
Computer fundamental on Discovering ComputerComputer fundamental on Discovering Computer
Computer fundamental on Discovering ComputerAlok683622
 
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...Sowmya Jyothi
 
Management Information System 8/E | Chapter 8 |
Management Information System 8/E | Chapter 8 | Management Information System 8/E | Chapter 8 |
Management Information System 8/E | Chapter 8 | sarahyago17
 
Chapter1 introduction to computer systems
Chapter1 introduction to computer systemsChapter1 introduction to computer systems
Chapter1 introduction to computer systemsMuhammad Waqas
 
BAIT1003 Chapter 2
BAIT1003 Chapter 2BAIT1003 Chapter 2
BAIT1003 Chapter 2limsh
 
2 the computer system hardware
2  the computer system hardware2  the computer system hardware
2 the computer system hardwarearslanzafar13162
 
Operating systems and technologies
Operating systems and technologiesOperating systems and technologies
Operating systems and technologiesPhannida Panyasit
 

Was ist angesagt? (17)

Uc13.chapter.02
Uc13.chapter.02Uc13.chapter.02
Uc13.chapter.02
 
Computer hardware components by ni3
Computer hardware components by ni3Computer hardware components by ni3
Computer hardware components by ni3
 
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Computer Fundamentals
 
Ch3
Ch3Ch3
Ch3
 
Bba i-introduction to computer-u-1-computer hardware system
Bba  i-introduction to computer-u-1-computer hardware systemBba  i-introduction to computer-u-1-computer hardware system
Bba i-introduction to computer-u-1-computer hardware system
 
What is Computer and How it Works ?
What is Computer and How it Works ?What is Computer and How it Works ?
What is Computer and How it Works ?
 
Comp intro
Comp introComp intro
Comp intro
 
Hardware and systems technology
Hardware and systems technologyHardware and systems technology
Hardware and systems technology
 
Computer fundamental on Discovering Computer
Computer fundamental on Discovering ComputerComputer fundamental on Discovering Computer
Computer fundamental on Discovering Computer
 
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
HARDWARE AND PC MAINTENANCE -THE COMPLETE PC-MRS SOWMYA JYOTHI REFERENCE-MIKE...
 
Management Information System 8/E | Chapter 8 |
Management Information System 8/E | Chapter 8 | Management Information System 8/E | Chapter 8 |
Management Information System 8/E | Chapter 8 |
 
Computer Architecture
Computer ArchitectureComputer Architecture
Computer Architecture
 
Chapter1 introduction to computer systems
Chapter1 introduction to computer systemsChapter1 introduction to computer systems
Chapter1 introduction to computer systems
 
BAIT1003 Chapter 2
BAIT1003 Chapter 2BAIT1003 Chapter 2
BAIT1003 Chapter 2
 
2 the computer system hardware
2  the computer system hardware2  the computer system hardware
2 the computer system hardware
 
Computer Hardware Components
Computer Hardware ComponentsComputer Hardware Components
Computer Hardware Components
 
Operating systems and technologies
Operating systems and technologiesOperating systems and technologies
Operating systems and technologies
 

Andere mochten auch

The truth about
The truth aboutThe truth about
The truth aboutDeepa Rani
 
History of computers
History of computersHistory of computers
History of computersDeepa Rani
 
android architecture,life cycle,sdk,execution process
android architecture,life cycle,sdk,execution processandroid architecture,life cycle,sdk,execution process
android architecture,life cycle,sdk,execution processDeepa Rani
 
Computer Hardware
Computer HardwareComputer Hardware
Computer HardwareDeepa Rani
 
Development of surfaces of solids
Development of surfaces of solidsDevelopment of surfaces of solids
Development of surfaces of solidsDeepa Rani
 
3 베트남 노동법
3 베트남 노동법3 베트남 노동법
3 베트남 노동법798794
 
Typical problem
Typical problemTypical problem
Typical problemDeepa Rani
 
Projection of lines
Projection of linesProjection of lines
Projection of linesDeepa Rani
 
Projection of solids
Projection of solidsProjection of solids
Projection of solidsDeepa Rani
 
android layouts
android layoutsandroid layouts
android layoutsDeepa Rani
 
Section of solids
Section of solidsSection of solids
Section of solidsDeepa Rani
 

Andere mochten auch (17)

Tcp
TcpTcp
Tcp
 
The truth about
The truth aboutThe truth about
The truth about
 
PPT
PPTPPT
PPT
 
History of computers
History of computersHistory of computers
History of computers
 
android architecture,life cycle,sdk,execution process
android architecture,life cycle,sdk,execution processandroid architecture,life cycle,sdk,execution process
android architecture,life cycle,sdk,execution process
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
 
1544 7-929156333678
1544 7-9291563336781544 7-929156333678
1544 7-929156333678
 
Maddy android
Maddy androidMaddy android
Maddy android
 
Development of surfaces of solids
Development of surfaces of solidsDevelopment of surfaces of solids
Development of surfaces of solids
 
Curves2
Curves2Curves2
Curves2
 
3 베트남 노동법
3 베트남 노동법3 베트남 노동법
3 베트남 노동법
 
Typical problem
Typical problemTypical problem
Typical problem
 
Projection of lines
Projection of linesProjection of lines
Projection of lines
 
Projection of solids
Projection of solidsProjection of solids
Projection of solids
 
Intersection
IntersectionIntersection
Intersection
 
android layouts
android layoutsandroid layouts
android layouts
 
Section of solids
Section of solidsSection of solids
Section of solids
 

Ähnlich wie computer basics

Computer Hardware Components
Computer Hardware ComponentsComputer Hardware Components
Computer Hardware ComponentsKhalendar
 
Ch3 computer hardware ppt.
Ch3 computer hardware ppt.Ch3 computer hardware ppt.
Ch3 computer hardware ppt.Anjum Nawaz
 
Input Output and Part of Computer Desktop.pptx
Input Output and Part of Computer Desktop.pptxInput Output and Part of Computer Desktop.pptx
Input Output and Part of Computer Desktop.pptxRye Raine
 
Fundamentals of Computers
Fundamentals of ComputersFundamentals of Computers
Fundamentals of ComputersAnkur Kumar
 
Computer system, devices and peripherals
Computer system, devices and peripheralsComputer system, devices and peripherals
Computer system, devices and peripheralsRojen Sabile
 
Introduction to IT.pptx
Introduction to IT.pptxIntroduction to IT.pptx
Introduction to IT.pptxMewledMohammed
 
computer funda.pptx
computer funda.pptxcomputer funda.pptx
computer funda.pptxMurthy86
 
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...yaminohime
 
Lesson 3.0 basic parts and functions of computer
Lesson 3.0   basic parts and functions of computerLesson 3.0   basic parts and functions of computer
Lesson 3.0 basic parts and functions of computerJoshua Hernandez
 

Ähnlich wie computer basics (20)

Computer Hardware Components
Computer Hardware ComponentsComputer Hardware Components
Computer Hardware Components
 
ch3.pptx
ch3.pptxch3.pptx
ch3.pptx
 
Ch3
Ch3Ch3
Ch3
 
Ch3 computer hardware ppt.
Ch3 computer hardware ppt.Ch3 computer hardware ppt.
Ch3 computer hardware ppt.
 
Pc components
Pc componentsPc components
Pc components
 
Ch3 storage devices
Ch3  storage devicesCh3  storage devices
Ch3 storage devices
 
class 1
class 1class 1
class 1
 
Input Output and Part of Computer Desktop.pptx
Input Output and Part of Computer Desktop.pptxInput Output and Part of Computer Desktop.pptx
Input Output and Part of Computer Desktop.pptx
 
Jeeanneproject
JeeanneprojectJeeanneproject
Jeeanneproject
 
Fundamentals of Computers
Fundamentals of ComputersFundamentals of Computers
Fundamentals of Computers
 
Comp 501.pptx
Comp 501.pptxComp 501.pptx
Comp 501.pptx
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
 
Computer system, devices and peripherals
Computer system, devices and peripheralsComputer system, devices and peripherals
Computer system, devices and peripherals
 
Introdusing of computer
Introdusing of computerIntrodusing of computer
Introdusing of computer
 
Introduction to IT.pptx
Introduction to IT.pptxIntroduction to IT.pptx
Introduction to IT.pptx
 
MY COMPUTER
MY COMPUTERMY COMPUTER
MY COMPUTER
 
Basics of computer
Basics of computerBasics of computer
Basics of computer
 
computer funda.pptx
computer funda.pptxcomputer funda.pptx
computer funda.pptx
 
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
 
Lesson 3.0 basic parts and functions of computer
Lesson 3.0   basic parts and functions of computerLesson 3.0   basic parts and functions of computer
Lesson 3.0 basic parts and functions of computer
 

Mehr von Deepa Rani

Speed controller of dc motor
Speed controller of dc motorSpeed controller of dc motor
Speed controller of dc motorDeepa Rani
 
Foot step power generator
Foot step power generatorFoot step power generator
Foot step power generatorDeepa Rani
 
Crime investigation system
Crime investigation systemCrime investigation system
Crime investigation systemDeepa Rani
 
android content providers
android content providersandroid content providers
android content providersDeepa Rani
 
android sqlite
android sqliteandroid sqlite
android sqliteDeepa Rani
 
android dilaogs
android dilaogsandroid dilaogs
android dilaogsDeepa Rani
 
android activity
android activityandroid activity
android activityDeepa Rani
 
Android the first app - hello world - copy
Android   the first app - hello world - copyAndroid   the first app - hello world - copy
Android the first app - hello world - copyDeepa Rani
 
Android styles and themes
Android   styles and themesAndroid   styles and themes
Android styles and themesDeepa Rani
 
Review of basic data structures
Review of basic data structuresReview of basic data structures
Review of basic data structuresDeepa Rani
 
Fabric innovation
Fabric innovationFabric innovation
Fabric innovationDeepa Rani
 
straight line
straight line straight line
straight line Deepa Rani
 
Projection of planes
Projection of planesProjection of planes
Projection of planesDeepa Rani
 
Engineering Drawing
Engineering DrawingEngineering Drawing
Engineering DrawingDeepa Rani
 

Mehr von Deepa Rani (20)

Speed controller of dc motor
Speed controller of dc motorSpeed controller of dc motor
Speed controller of dc motor
 
Foot step power generator
Foot step power generatorFoot step power generator
Foot step power generator
 
Crime investigation system
Crime investigation systemCrime investigation system
Crime investigation system
 
android content providers
android content providersandroid content providers
android content providers
 
android sqlite
android sqliteandroid sqlite
android sqlite
 
android menus
android menusandroid menus
android menus
 
android dilaogs
android dilaogsandroid dilaogs
android dilaogs
 
android activity
android activityandroid activity
android activity
 
Android the first app - hello world - copy
Android   the first app - hello world - copyAndroid   the first app - hello world - copy
Android the first app - hello world - copy
 
Android styles and themes
Android   styles and themesAndroid   styles and themes
Android styles and themes
 
Review of basic data structures
Review of basic data structuresReview of basic data structures
Review of basic data structures
 
Blue Brain
Blue BrainBlue Brain
Blue Brain
 
Dc machiness
Dc machinessDc machiness
Dc machiness
 
Fabric innovation
Fabric innovationFabric innovation
Fabric innovation
 
straight line
straight line straight line
straight line
 
Scales
ScalesScales
Scales
 
Projection of planes
Projection of planesProjection of planes
Projection of planes
 
Engineering Drawing
Engineering DrawingEngineering Drawing
Engineering Drawing
 
Computers
ComputersComputers
Computers
 
Ellipse
EllipseEllipse
Ellipse
 

Kürzlich hochgeladen

How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 

Kürzlich hochgeladen (20)

How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 

computer basics

  • 1. Computer Hardware Components: CPU, Memory, and I/O What is the typical configuration of a computer sold today? The Computer Continuum 1-1
  • 2. Computer Hardware Components  In this chapter: • 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? • How can you help your computer run better? The Computer Continuum 3-2
  • 3. Basic Concepts of Computer Hardware Primary Memory Input CPU Output Units (Central Processing Unit) Units  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. The Computer Continuum 3-3
  • 4. Basic Concepts of Computer Hardware  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 Continuum 3-4
  • 5. Sources of Data for the Computer  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. The Computer Continuum 3-5
  • 6. Input Devices  Two categories of input hardware: • Those that deal with original data. • Those that handle previously stored data. The Computer Continuum 3-6
  • 7. Input Devices  Input hardware: Those that deal with original data. • Keyboard • Mouse • Voice recognition hardware • Scanner • Digital camera  Digitizing: The process of taking a visual image, or audio recording and converting it to a binary form for the computer. • Used as data for programs to display, play or manipulate the digitized data. The Computer Continuum 3-7
  • 8. Input Devices  Connecting Hardware to the computer: • Hardware needs access through some general input/output connection. – Port: The pathway for data to go into and out of the computer from external devices such as keyboards. • There are many standard ports as well as custom electronic ports designed for special purposes. • Ports follow standards that define their use. » SCSI, USB: Multiple peripheral devices (chain). » RS-232, IDE: Individual peripheral devices. – Peripheral device: A piece of hardware like a printer or disk drive, that is outside the main computer. The Computer Continuum 3-8
  • 9. Input Devices  Connecting Hardware to the computer: (continued) • Hardware needs software on the computer that can service the device. – Device driver: Software addition to the operating system that will allow the computer to communicate with a particular device. The Computer Continuum 3-9
  • 10. Input Devices  Common Basic Technologies for Storing Binary Information: • Electronic • Magnetic • Optical The Computer Continuum 3-10
  • 11. Input Devices  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 – Non-permanent The Computer Continuum 3-11
  • 12. Input Devices  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 Continuum 3-12
  • 13. Input Devices  Optical • Uses lasers to “read” the binary information from the medium, usually a disc. – Millions of tiny holes are “burned” into the surface of the disc. – The holes are interpreted as 1s. The absence of holes are interpreted as 0s. The Computer Continuum 3-13
  • 14. Input Devices  Secondary Memory Input Devices • These input devices are used by a computer to store information and then to retrieve that information as needed. – External to the computer. – Commonly consists of floppy disks, hard disk drives, or CD-ROMs. • 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 Continuum 3-14
  • 15. Input Devices  The four most important characteristics of storage devices: • Speed and access time • Cost / Removable versus non-removable • Capacity • Type of access The Computer Continuum 3-15
  • 16. Input Devices  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. The Computer Continuum 3-16
  • 17. Input Devices  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 drive Cost for medium Floppy drive (1.4MB) 59.00 .50 Zip 100 (100 MB) 99.00 10.00 CD-WR (650 MB) 360.00 and up 1.00 The Computer Continuum 3-17
  • 18. Input Devices  Capacity - The amount of information that can be stored on the medium. Unit Description Approximate Size 1 bit 1 binary digit 1 nibble 4 bits 1 byte 8 bits 1 character 1 kilobyte 1,024 bytes 1/2 page, double spaced 1 megabyte 1,048,576 bytes 500,000 pages 1 million bytes 1 gigabyte 1,073,741,824 bytes 5 million pages 1 billion bytes 1 terabyte 1 trillion bytes 5 billion pages The Computer Continuum 3-18
  • 19. Input Devices  Type of Access – Sequential - Obtained by proceeding through the storage medium from the beginning until the designated area is reached (as in magnetic tape). – Random Access - Direct access (as in floppy and hard disks). The Computer Continuum 3-19
  • 20. Primary Memory  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 Continuum 3-20
  • 21. The Central Processing Unit  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 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 Continuum 3-21
  • 22. Output Devices  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. The Computer Continuum 3-22
  • 23. Output Devices  Audio Output Devices • Windows machines need special audio card for audio output. • Macintosh has audio playback built in. • Audio output is useful for: – Music • CD player is a computer. • Most personal computers have CD players that can access both music CDs and CD-ROMs. – Voice synthesis (becoming more human sounding.) – Multimedia – Specialized tasks (i.e.: elevator’s floor announcements) The Computer Continuum 3-23
  • 24. Output Devices  Optical Disks: CD-ROM and DVD • CD-ROM (Compact Disk - Read Only Memory) – By its definition, CD-ROM is Read Only. – Special CD drives “burn” information into blank CDs. • Burn: A laser is used to “burn” craters into the surface to represent a binary 1. • Two main types of CDs: » CD-R (Compact Disk - Recordable) » CD-WR (Compact Disk - ReWritable) – It takes longer to write to a CD-R than a hard drive. – Special software is needed to record. The Computer Continuum 3-24
  • 25. Output Devices  DVD (Digital Versatile Disk) • Allows up to 17 gigabytes of storage (from 4.7 GB to 17 GB). • Compatible with older CD-ROM technology. • The four versions of the DVD: The Computer Continuum 3-25
  • 26. Output Devices  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. 95-110 K • Complete word processing program. 8.4 MG  Storage Capacity: How much data can be stored on… • One inch of 1/2 in. wide magnetic tape. 4K • One 3 1/2” floppy disk, high density. 1.4 MG • One Compact Disk. 650 MG • One DVD. up to 17 GB The Computer Continuum 3-26
  • 27. Moving Information Within the Computer  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 Continuum 3-27
  • 28. Moving Information Within the Computer  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 Continuum 3-28
  • 29. Moving Information Within the Computer  Example of sending the word WOW over the ribbon cable • Voltage pulses corresponding to the ASCII codes would pass through the cable. The Computer Continuum 3-29
  • 30. Packaging the Computer Fast Expensive Complex Large  The many physical forms of the general purpose computer: Super Computers • All follow general Mainframe Computers organization: – Primary memory Minicomputers – Input units – Output units Microcomputer – Central Processing Unit Palmtop Computer • Grouped according to speed, cost, size, and complexity. Calculator Slow Cheap Simple Small The Computer Continuum 3-30
  • 31. Software Tools for Maintaining Your Computer Hardware  Utility Programs exist that can help diagnose and solve computer hardware problems. • Four major problem areas where utility programs are helpful: – Finding and fixing problems. • Testing Input/Output peripherals. • Testing RAM, motherboard, video cards. • Recovering deleted files or fixing damaged disks. – Improving computer performance. • De-fragmenting a disk (Packs all files closer together). – Preventative maintenance. – Troubleshooting. • Locates incompatible programs. The Computer Continuum 3-31