SlideShare una empresa de Scribd logo
1 de 29
I
Copyright © 2005 Prentice Hall, Inc. 2-1
Information Systems Technology
Ross Malaga
2
"Part I Understanding Information Systems Technology"
COMPUTER
HARDWARE
TECHNOLOGIES
Copyright © 2005 Prentice Hall, Inc.2-2
LEARNING GOALS
• Identify the major components of modern PCs.
• Explain how the components of a computer work together;
– Explain the role of the CPU and how it operates.
– Explain input devices and how they operate.
– Describe output devices and how they operate.
– Describe multimedia and alternative I/O devices.
– Explain the role of primary storage.
– Describe secondary storage devices and how they operate.
• Describe various types of computers.
2-3Copyright © 2005 Prentice Hall, Inc.
Bead Bar Wants Computers
• Hardware choices should be driven by the specific
software the company needs to run
• Some of the requirements
– Meredith – Computers for managers
– Suzanne – Computer in each studio
– Mitch – Notebook (laptop) needed for cruise ships
– Julia – Keep the total hardware cost under $20,000
– Miriam – Marketing can save money by using
computers to develop their own materials
– Rachel – Mobile computing needed for traveling
purchasing rep
– Jim – Must be ergonomically designed
Copyright © 2005 Prentice Hall, Inc.2-4
The Core Computer Components
• Input device(s)
• Output device(s)
• Primary storage
• Secondary storage
• Central processing unit (CPU)
• Busses
Copyright © 2005 Prentice Hall, Inc.2-5
Copyright © 2005 Prentice Hall, Inc.2-6
The Historical Development
of Computers
• Babbage’s Analytical Engine – 1820s – 1870s
– Punched card program
– Lady Ada Byron, the first programmer
• Herman Hollerith
– Hollerith code
– Punched card tabulating machines – 1890 census
• ENIAC during WWII used vacuum tubes
• 1960s introduced transistor to replace tubes
• 1970s – introduction of the microprocessor
Copyright © 2005 Prentice Hall, Inc.2-7
The Rise of the PC
• 1974 – Altair 8800 – the first PC
• 1976 – Wosniak and Jobs – Apple I
• 1977 – Apple II
– Plastic case
– Keyboard
– Capable of color graphics
• 1981 – IBM PC (introduction of MS-DOS)
• 1984 – Apple Macintosh
– Graphical User interface (GUI) pioneered a
Xerox PARC
Copyright © 2005 Prentice Hall, Inc.2-8
Input Devices
• Human input devices
– Allow person to send data to the computer
– Keyboard
– Mouse (and other pointing devices)
• Machine-readable input devices
– Send data directly to computer without human
involvement
– No human involvement means no human error
– Usually faster than human input
Copyright © 2005 Prentice Hall, Inc.2-9
Keyboard as Input Device
• Easy way to enter text, numbers, and simple
commands
• Follows the layout of the typewriter
• QWERTY keyboard leads to RSIs
– Repetitive Stress Injuries
– Requires increased attention to ergonomics of
the work environment
• Posture
• Lighting
• Working
Copyright © 2005 Prentice Hall, Inc.2-10
Machine-readable Input Devices
• Bar code scanners
– Uses light to read series of coded stripes
– Universal Product Code (UPC) – Adams.com
– Package tracking at UPS
• Optical Character Recognition (OCR)
– Software that works with scanner
– Translates scanned digital image to character that user
can recognize and manipulate
• Magnetic Ink Character Recognition (MICR)
– Character recognition technology used by banks to allow
rapid routing of checks between banks
Copyright © 2005 Prentice Hall, Inc.2-11
Copyright © 2005 Prentice Hall, Inc.2-12
Output Devices
• Monitors
– Cathode ray tube (CRTs)
– Liquid crystal displays (LCDs)
– Quality of display
• Resolution
• Dot pitch
• Touch screens
– Input and output via display device
Copyright © 2005 Prentice Hall, Inc.2-13
Printers
• Speed and resolution
– Pages per minute
– Dots per inch
• Number of ink dots to fill a square inch
• Higher DPI the greater the page clarity
• Impact
– Create image by striking paper and ribbon
– Dot-matrix
• Non-impact
– Create image by spraying or rolling ink on the
page
Copyright © 2005 Prentice Hall, Inc.2-14
Non-impact Printers
• Ink-jet technology printers
– Spray ink on the paper
– Small
– Quiet
– Color is readily and cheaply available
• Laser printers
– Laser heats drum which rolls ink (toner) on
paper
– Can be faster than ink-jet
– Color more expensive than ink-jet
Copyright © 2005 Prentice Hall, Inc.2-15
Copyright © 2005 Prentice Hall, Inc.2-16
Multimedia I/O Devices
• Music, images, and video
– Convert content to digital form
– How MP3s work at HowStuffWorks.com
– Digital cameras ; digital camera phones
– Digital Video DVD recorders – Sony Handicam
• Game controllers
• Virtual reality (VR)
• Voice recognition
• Text-to-speech
• Brain wave input
Copyright © 2005 Prentice Hall, Inc.2-17
Primary Storage
• Digital data stored in bits – BInary digiTs
• Combination of 8 bits is called a byte
• Different combinations of bits represent
different symbols
– ACSII
– EBCDIC
• All data and programs are represented in bits
– Video
– Pictures
– Text
Copyright © 2005 Prentice Hall, Inc.2-18
Primary Storage (Continued)
• The main memory of the computer
• Stored on semiconductor chips
– RAM – random access memory
• Volatile
• Cache memory
– Internal – ultra high speed and VERY expensive
– External – very high speed and less expensive than internal cache
– ROM – read only memory
• Non-volatile
• Primary storage holds all programs that are running
and the data those programs use
Copyright © 2005 Prentice Hall, Inc.2-19
Copyright © 2005 Prentice Hall, Inc.2-20
Secondary Storage
• Nonvolatile storage of digital data
• Magnetic or optical
• Magnetic media
– Sequential access (tape) or direct access (HDD)
– Hard disk drives
• Metal disk with metallic coating
• Disk spins at speeds of up to 7000 rpm
• RAID – redundant array of inexpensive disks
– Floppy disks
– Magnetic tape
– Zip disks and other magnetic storage alternatives
Copyright © 2005 Prentice Hall, Inc.2-21
Hard Disk Drives and Direct Access
Copyright © 2005 Prentice Hall, Inc.2-22
Optical Secondary Storage
• Compact disks (CDs)
– 600 MB capacity
– CD-ROM
– CD-R
– CD-RW
• Digital versatile disks (DVDs)
– 2 – 17 GD capacity
– DVD
– DVD+/-R
– DVD+/-RW
Copyright © 2005 Prentice Hall, Inc.2-23
The Central Processing Unit
• Two main components
– Arithmetic and logic unit (ALU)
– Control unit (CU)
– Registers are used as scrap paper – intermediate
results
• Speed measured in hertz
– Megahertz – millions of instructions per second
– Gigahertz – billions of instructions per second
Copyright © 2005 Prentice Hall, Inc.2-24
Moore’s Law on Processor Speed
Copyright © 2005 Prentice Hall, Inc.2-25
Computer Program Instruction
Execution
• Connect all the pieces together
– Bus – electrical pathway
– All digital data moves from component to component on
the bus
• Executing an instruction
– Control unit fetches next instruction from primary storage
and stores it onboard the CPU
– The control unit decodes the instruction
– The ALU executes the instruction possibly accessing other
data in primary storage
• Cycle is repeated millions of times per second
Copyright © 2005 Prentice Hall, Inc.2-26
Copyright © 2005 Prentice Hall, Inc.2-27
Types of Computers
• Supercomputers
• Mainframes
• Minicomputers
• Workstations
• Desktop computers
• Notebook computers (laptops)
• Handheld computers (PDAs)
2-28Copyright © 2005 Prentice Hall, Inc.
Bead Bar Consultant
• How Computer Hardware Issues Affect the Bead Bar
– Meredith – Needs to understand the technology and terms
– Suzanne – Computers in studios to improve studio operations
– Leda – Use computers to improve franchise record keeping
and marketing
– Mitch –Portable computer to allow working while traveling
– Julia – Concerned about costs, including ROI
– Miriam – Use multimedia to develop marketing materials
– Rachel – Use bar codes and handhelds to reduce errors and
streamline operations
– Jim – Upgrading skills of employees and finding new
employees to hire with the proper computer skills
Copyright © 2005 Prentice Hall, Inc.2-29
Learning Goals Summary
In this chapter you have learned:
 The major components of modern PCs
 How the components of a computer work together
 The role of the CPU and its operation
 Input devices and how they operate
 Output devices and how they operate
 Multimedia and alternative I/O devices
 The role of primary storage
 Secondary storage devices and operation
 The various types of computers

Más contenido relacionado

La actualidad más candente

computer application in hospitality Industry, periyar university unit 1
computer application in hospitality Industry, periyar university  unit 1computer application in hospitality Industry, periyar university  unit 1
computer application in hospitality Industry, periyar university unit 1admin information
 
Types of Computers
Types of ComputersTypes of Computers
Types of ComputersAsad Jamil
 
Essential introduction to computers adebiaye
Essential introduction to computers adebiayeEssential introduction to computers adebiaye
Essential introduction to computers adebiayeDR RICHMOND ADEBIAYE
 
Computer Fundamentals- Classification of Digital Computers & Applications of...
Computer Fundamentals-  Classification of Digital Computers &Applications of...Computer Fundamentals-  Classification of Digital Computers &Applications of...
Computer Fundamentals- Classification of Digital Computers & Applications of...Trinity Dwarka
 
marketing information system-chapter three
marketing information system-chapter threemarketing information system-chapter three
marketing information system-chapter threeHailemariam Kebede
 
Introduction & history of computer
Introduction & history of computerIntroduction & history of computer
Introduction & history of computerRoshni ch
 
Presentation1
Presentation1Presentation1
Presentation10117768
 
Firdous Yasmeen
Firdous YasmeenFirdous Yasmeen
Firdous Yasmeenbegummirza
 
Lec 2 introduction_generation
Lec 2 introduction_generationLec 2 introduction_generation
Lec 2 introduction_generationProtik Roy
 
Management information needs system hardware
Management information needs  system hardwareManagement information needs  system hardware
Management information needs system hardwareOnline
 

La actualidad más candente (15)

computer application in hospitality Industry, periyar university unit 1
computer application in hospitality Industry, periyar university  unit 1computer application in hospitality Industry, periyar university  unit 1
computer application in hospitality Industry, periyar university unit 1
 
Types of Computers
Types of ComputersTypes of Computers
Types of Computers
 
Essential introduction to computers adebiaye
Essential introduction to computers adebiayeEssential introduction to computers adebiaye
Essential introduction to computers adebiaye
 
Computer Fundamentals- Classification of Digital Computers & Applications of...
Computer Fundamentals-  Classification of Digital Computers &Applications of...Computer Fundamentals-  Classification of Digital Computers &Applications of...
Computer Fundamentals- Classification of Digital Computers & Applications of...
 
Unit I
Unit IUnit I
Unit I
 
PC for Managers
PC for ManagersPC for Managers
PC for Managers
 
marketing information system-chapter three
marketing information system-chapter threemarketing information system-chapter three
marketing information system-chapter three
 
Uc14 chap01
Uc14 chap01Uc14 chap01
Uc14 chap01
 
Introduction & history of computer
Introduction & history of computerIntroduction & history of computer
Introduction & history of computer
 
Chapter 9
Chapter 9Chapter 9
Chapter 9
 
Introduction to Computer
Introduction to ComputerIntroduction to Computer
Introduction to Computer
 
Presentation1
Presentation1Presentation1
Presentation1
 
Firdous Yasmeen
Firdous YasmeenFirdous Yasmeen
Firdous Yasmeen
 
Lec 2 introduction_generation
Lec 2 introduction_generationLec 2 introduction_generation
Lec 2 introduction_generation
 
Management information needs system hardware
Management information needs  system hardwareManagement information needs  system hardware
Management information needs system hardware
 

Destacado

hawk eye technology
hawk eye technologyhawk eye technology
hawk eye technologymousam meher
 
Crusoe Micorprocessor
Crusoe MicorprocessorCrusoe Micorprocessor
Crusoe MicorprocessorRakshit Rekhi
 
Digital Preservation
Digital PreservationDigital Preservation
Digital Preservationsmtcd
 

Destacado (6)

hawk eye technology
hawk eye technologyhawk eye technology
hawk eye technology
 
Javacard
Javacard Javacard
Javacard
 
Crusoe Micorprocessor
Crusoe MicorprocessorCrusoe Micorprocessor
Crusoe Micorprocessor
 
Crusoe processor
Crusoe processorCrusoe processor
Crusoe processor
 
blade server
blade serverblade server
blade server
 
Digital Preservation
Digital PreservationDigital Preservation
Digital Preservation
 

Similar a Understanding Computer Hardware Components

computer organisation architecture.pptx
computer organisation architecture.pptxcomputer organisation architecture.pptx
computer organisation architecture.pptxYaqubMd
 
01 introduction to information technology
01 introduction to information technology01 introduction to information technology
01 introduction to information technologyDinesh Gunathilaka
 
01IntroductiontoInformationTechnology_special.ppt
01IntroductiontoInformationTechnology_special.ppt01IntroductiontoInformationTechnology_special.ppt
01IntroductiontoInformationTechnology_special.pptAziziMtumwaIddi
 
Classification of digital computers
Classification of digital computersClassification of digital computers
Classification of digital computerscrissymarbella
 
Chapter 7 : MAKING MULTIMEDIA
Chapter 7 : MAKING MULTIMEDIAChapter 7 : MAKING MULTIMEDIA
Chapter 7 : MAKING MULTIMEDIAazira96
 
Introduction To Computing (Evolution of Computers)
Introduction To Computing (Evolution of Computers) Introduction To Computing (Evolution of Computers)
Introduction To Computing (Evolution of Computers) Mian Zain Latif
 
chapter7-151010022348-lva1-app6892 (1).pptx
chapter7-151010022348-lva1-app6892 (1).pptxchapter7-151010022348-lva1-app6892 (1).pptx
chapter7-151010022348-lva1-app6892 (1).pptxJayasheelanP
 
Intro to computer system
Intro to computer systemIntro to computer system
Intro to computer systembenchhood
 
computer applicationin hospitality Industry1 periyar university unit1
computer applicationin hospitality Industry1 periyar university  unit1computer applicationin hospitality Industry1 periyar university  unit1
computer applicationin hospitality Industry1 periyar university unit1admin information
 
How Computer work
How Computer workHow Computer work
How Computer workSpy Seat
 
Computer Architecture
Computer  ArchitectureComputer  Architecture
Computer ArchitectureAmit Kumar
 

Similar a Understanding Computer Hardware Components (20)

computer organisation architecture.pptx
computer organisation architecture.pptxcomputer organisation architecture.pptx
computer organisation architecture.pptx
 
01 introduction to information technology
01 introduction to information technology01 introduction to information technology
01 introduction to information technology
 
01IntroductiontoInformationTechnology_special.ppt
01IntroductiontoInformationTechnology_special.ppt01IntroductiontoInformationTechnology_special.ppt
01IntroductiontoInformationTechnology_special.ppt
 
Classification of digital computers
Classification of digital computersClassification of digital computers
Classification of digital computers
 
Comp 501.pptx
Comp 501.pptxComp 501.pptx
Comp 501.pptx
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Chapter 7 : MAKING MULTIMEDIA
Chapter 7 : MAKING MULTIMEDIAChapter 7 : MAKING MULTIMEDIA
Chapter 7 : MAKING MULTIMEDIA
 
12. End user devices.pptx
12. End user devices.pptx12. End user devices.pptx
12. End user devices.pptx
 
Introduction To Computing (Evolution of Computers)
Introduction To Computing (Evolution of Computers) Introduction To Computing (Evolution of Computers)
Introduction To Computing (Evolution of Computers)
 
chapter7-151010022348-lva1-app6892 (1).pptx
chapter7-151010022348-lva1-app6892 (1).pptxchapter7-151010022348-lva1-app6892 (1).pptx
chapter7-151010022348-lva1-app6892 (1).pptx
 
Intro to computer system
Intro to computer systemIntro to computer system
Intro to computer system
 
Unit i
Unit  iUnit  i
Unit i
 
computer applicationin hospitality Industry1 periyar university unit1
computer applicationin hospitality Industry1 periyar university  unit1computer applicationin hospitality Industry1 periyar university  unit1
computer applicationin hospitality Industry1 periyar university unit1
 
Unit I
Unit  IUnit  I
Unit I
 
Unit i
Unit  iUnit  i
Unit i
 
Unit 1.pptx
Unit 1.pptxUnit 1.pptx
Unit 1.pptx
 
How Computer work
How Computer workHow Computer work
How Computer work
 
21PSP13
21PSP1321PSP13
21PSP13
 
Fundamentals of Computer
Fundamentals of ComputerFundamentals of Computer
Fundamentals of Computer
 
Computer Architecture
Computer  ArchitectureComputer  Architecture
Computer Architecture
 

Último

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 

Último (20)

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 

Understanding Computer Hardware Components

  • 1. I Copyright © 2005 Prentice Hall, Inc. 2-1 Information Systems Technology Ross Malaga 2 "Part I Understanding Information Systems Technology" COMPUTER HARDWARE TECHNOLOGIES
  • 2. Copyright © 2005 Prentice Hall, Inc.2-2 LEARNING GOALS • Identify the major components of modern PCs. • Explain how the components of a computer work together; – Explain the role of the CPU and how it operates. – Explain input devices and how they operate. – Describe output devices and how they operate. – Describe multimedia and alternative I/O devices. – Explain the role of primary storage. – Describe secondary storage devices and how they operate. • Describe various types of computers.
  • 3. 2-3Copyright © 2005 Prentice Hall, Inc. Bead Bar Wants Computers • Hardware choices should be driven by the specific software the company needs to run • Some of the requirements – Meredith – Computers for managers – Suzanne – Computer in each studio – Mitch – Notebook (laptop) needed for cruise ships – Julia – Keep the total hardware cost under $20,000 – Miriam – Marketing can save money by using computers to develop their own materials – Rachel – Mobile computing needed for traveling purchasing rep – Jim – Must be ergonomically designed
  • 4. Copyright © 2005 Prentice Hall, Inc.2-4 The Core Computer Components • Input device(s) • Output device(s) • Primary storage • Secondary storage • Central processing unit (CPU) • Busses
  • 5. Copyright © 2005 Prentice Hall, Inc.2-5
  • 6. Copyright © 2005 Prentice Hall, Inc.2-6 The Historical Development of Computers • Babbage’s Analytical Engine – 1820s – 1870s – Punched card program – Lady Ada Byron, the first programmer • Herman Hollerith – Hollerith code – Punched card tabulating machines – 1890 census • ENIAC during WWII used vacuum tubes • 1960s introduced transistor to replace tubes • 1970s – introduction of the microprocessor
  • 7. Copyright © 2005 Prentice Hall, Inc.2-7 The Rise of the PC • 1974 – Altair 8800 – the first PC • 1976 – Wosniak and Jobs – Apple I • 1977 – Apple II – Plastic case – Keyboard – Capable of color graphics • 1981 – IBM PC (introduction of MS-DOS) • 1984 – Apple Macintosh – Graphical User interface (GUI) pioneered a Xerox PARC
  • 8. Copyright © 2005 Prentice Hall, Inc.2-8 Input Devices • Human input devices – Allow person to send data to the computer – Keyboard – Mouse (and other pointing devices) • Machine-readable input devices – Send data directly to computer without human involvement – No human involvement means no human error – Usually faster than human input
  • 9. Copyright © 2005 Prentice Hall, Inc.2-9 Keyboard as Input Device • Easy way to enter text, numbers, and simple commands • Follows the layout of the typewriter • QWERTY keyboard leads to RSIs – Repetitive Stress Injuries – Requires increased attention to ergonomics of the work environment • Posture • Lighting • Working
  • 10. Copyright © 2005 Prentice Hall, Inc.2-10 Machine-readable Input Devices • Bar code scanners – Uses light to read series of coded stripes – Universal Product Code (UPC) – Adams.com – Package tracking at UPS • Optical Character Recognition (OCR) – Software that works with scanner – Translates scanned digital image to character that user can recognize and manipulate • Magnetic Ink Character Recognition (MICR) – Character recognition technology used by banks to allow rapid routing of checks between banks
  • 11. Copyright © 2005 Prentice Hall, Inc.2-11
  • 12. Copyright © 2005 Prentice Hall, Inc.2-12 Output Devices • Monitors – Cathode ray tube (CRTs) – Liquid crystal displays (LCDs) – Quality of display • Resolution • Dot pitch • Touch screens – Input and output via display device
  • 13. Copyright © 2005 Prentice Hall, Inc.2-13 Printers • Speed and resolution – Pages per minute – Dots per inch • Number of ink dots to fill a square inch • Higher DPI the greater the page clarity • Impact – Create image by striking paper and ribbon – Dot-matrix • Non-impact – Create image by spraying or rolling ink on the page
  • 14. Copyright © 2005 Prentice Hall, Inc.2-14 Non-impact Printers • Ink-jet technology printers – Spray ink on the paper – Small – Quiet – Color is readily and cheaply available • Laser printers – Laser heats drum which rolls ink (toner) on paper – Can be faster than ink-jet – Color more expensive than ink-jet
  • 15. Copyright © 2005 Prentice Hall, Inc.2-15
  • 16. Copyright © 2005 Prentice Hall, Inc.2-16 Multimedia I/O Devices • Music, images, and video – Convert content to digital form – How MP3s work at HowStuffWorks.com – Digital cameras ; digital camera phones – Digital Video DVD recorders – Sony Handicam • Game controllers • Virtual reality (VR) • Voice recognition • Text-to-speech • Brain wave input
  • 17. Copyright © 2005 Prentice Hall, Inc.2-17 Primary Storage • Digital data stored in bits – BInary digiTs • Combination of 8 bits is called a byte • Different combinations of bits represent different symbols – ACSII – EBCDIC • All data and programs are represented in bits – Video – Pictures – Text
  • 18. Copyright © 2005 Prentice Hall, Inc.2-18 Primary Storage (Continued) • The main memory of the computer • Stored on semiconductor chips – RAM – random access memory • Volatile • Cache memory – Internal – ultra high speed and VERY expensive – External – very high speed and less expensive than internal cache – ROM – read only memory • Non-volatile • Primary storage holds all programs that are running and the data those programs use
  • 19. Copyright © 2005 Prentice Hall, Inc.2-19
  • 20. Copyright © 2005 Prentice Hall, Inc.2-20 Secondary Storage • Nonvolatile storage of digital data • Magnetic or optical • Magnetic media – Sequential access (tape) or direct access (HDD) – Hard disk drives • Metal disk with metallic coating • Disk spins at speeds of up to 7000 rpm • RAID – redundant array of inexpensive disks – Floppy disks – Magnetic tape – Zip disks and other magnetic storage alternatives
  • 21. Copyright © 2005 Prentice Hall, Inc.2-21 Hard Disk Drives and Direct Access
  • 22. Copyright © 2005 Prentice Hall, Inc.2-22 Optical Secondary Storage • Compact disks (CDs) – 600 MB capacity – CD-ROM – CD-R – CD-RW • Digital versatile disks (DVDs) – 2 – 17 GD capacity – DVD – DVD+/-R – DVD+/-RW
  • 23. Copyright © 2005 Prentice Hall, Inc.2-23 The Central Processing Unit • Two main components – Arithmetic and logic unit (ALU) – Control unit (CU) – Registers are used as scrap paper – intermediate results • Speed measured in hertz – Megahertz – millions of instructions per second – Gigahertz – billions of instructions per second
  • 24. Copyright © 2005 Prentice Hall, Inc.2-24 Moore’s Law on Processor Speed
  • 25. Copyright © 2005 Prentice Hall, Inc.2-25 Computer Program Instruction Execution • Connect all the pieces together – Bus – electrical pathway – All digital data moves from component to component on the bus • Executing an instruction – Control unit fetches next instruction from primary storage and stores it onboard the CPU – The control unit decodes the instruction – The ALU executes the instruction possibly accessing other data in primary storage • Cycle is repeated millions of times per second
  • 26. Copyright © 2005 Prentice Hall, Inc.2-26
  • 27. Copyright © 2005 Prentice Hall, Inc.2-27 Types of Computers • Supercomputers • Mainframes • Minicomputers • Workstations • Desktop computers • Notebook computers (laptops) • Handheld computers (PDAs)
  • 28. 2-28Copyright © 2005 Prentice Hall, Inc. Bead Bar Consultant • How Computer Hardware Issues Affect the Bead Bar – Meredith – Needs to understand the technology and terms – Suzanne – Computers in studios to improve studio operations – Leda – Use computers to improve franchise record keeping and marketing – Mitch –Portable computer to allow working while traveling – Julia – Concerned about costs, including ROI – Miriam – Use multimedia to develop marketing materials – Rachel – Use bar codes and handhelds to reduce errors and streamline operations – Jim – Upgrading skills of employees and finding new employees to hire with the proper computer skills
  • 29. Copyright © 2005 Prentice Hall, Inc.2-29 Learning Goals Summary In this chapter you have learned:  The major components of modern PCs  How the components of a computer work together  The role of the CPU and its operation  Input devices and how they operate  Output devices and how they operate  Multimedia and alternative I/O devices  The role of primary storage  Secondary storage devices and operation  The various types of computers