PERIPHERAL DEVICES. Sno Isle Skills Center

Size: px
Start display at page:

Download "PERIPHERAL DEVICES. Sno Isle Skills Center"

Transcription

1 PERIPHERAL DEVICES Sno Isle Skills Center

2 Peripherals A peripheral is a hardware device that is controlled by software but is not part of the core architecture of the computer.. You must install both the hardware and the software. Most all peripherals require the following basic fundamentals: The hardware and firmware for the peripheral A device driver, BIOS, or both Available resources (IRQ, DMA, I/O address, memory addresses)*

3 Peripherals, cont. Some peripherals also require proprietary software that works in conjunction with the device driver. *

4 How the CPU Talks to the Peripheral The CPU uses INT (interrupts) to locate an entry in the interrupt vector table. This table, located in the lowest part of memory, stores the address of an interrupt handler, a program that will handle the request. The program is either a device driver or BIOS and will use I/O addresses to communicate with the device. Some devices may connect to a controller that manages the resources for it and other devices connected to the controller. PCI, USB, IEEE 1394 (FireWire)*

5 Hardware Devices Internal devices cheaper, difficult for average user to install External devices more expensive, easier to install because they install on a port that s already configured.*

6 Embedded BIOS on Devices Some devices have ROM chips with firmware that holds software RAM to use as temporary storage Jumpers and DIP switches for setting device IRQs, IDs, etc. Usually older devices.*

7 Using Ports and Expansion Slots for Add-on Devices Most PCs have: Two or more USB ports 1-2 PCI slots 2-6 PCIe slots New Ones might have a thunderbolt port 4-8 SATA ports*

8 Using Ports and Expansion Slots for Add-on Devices Older PCs may also have: One or two serial or COM ports, One parallel port or LPT port, One or two IEEE 1394 or FireWire port. These ports were usually located on an expansion board with older computers while they are typically built into the newer system boards.

9 Using Serial Ports: Serial ports transmit data one bit at a time. All serial ports are male and may have either 9 (DB-9) or 25 (DB-25) pins.

10 25 Pin male serial port (aka DB25) Serial Ports 9 Pin Male Serial Port 15 Pin female game/midi port

11 Serial Ports, cont. Serial ports have been around for decades. Can connect Modems Bar code readers Old mice Also known as RS-232 (this is the standard to which it conforms) Requires the use of a UART chip A chip that changes the parallel communications of the system bus to serial so the serial device can communicate with the computer.*

12 Serial Ports, cont. Also known as communication ports Communication is bi-directional, also known as Full Duplex Bits are sent one byte at a time down one line, received one byte a time on a receiving line Parallel also sends one byte at a time, but requires 8 lines for each byte Parallel ports are faster than serial ports, but in other situations, serial communication is faster than parallel communication.

13 The UART Chip: UART stands for Universal Asynchronous Receiver/Transmitter chip. It establishes and controls all serial communications Is also responsible for converting parallel data bits from the system bus into serial data bits. The UART chip controlling the port is partially responsible for the speed of the port. *

14 Take Quiz 5-3

15 Infrared Transceivers: Wireless infrared devices require an infrared transceiver that can connect directly to a serial or parallel port. May be PnP or you may have to install manually. Some system boards provide a 5-pin connection for its own proprietary IRDA-compliant infrared transceiver. If so, the transceiver mounts on the outside of the case with a wire going through a small hole in the case to the 5-pin connector. You will need to disable COM2 serial port because the transceiver uses the resources for that port.*

16 Using Parallel Ports Parallel ports designed for printers transmit 8 data bits at a time, parallel to each other. Cables should be no more than 15 feet, HP says 10. Although parallel ports were designed for printers, today's bi-directional parallel ports are also used for high-speed access to other external devices. Parallel ports are female 25-pin DB connectors.*

17 Parallel Connectors

18 I/O Cards

19 Using USB Ports USB ports are configured by the OS, making them easier to use. USB Standards USB 1.1=12 Mbps USB 2.0=480 Mbps USB 3.o=up to 4.8 Gbps How do I know if my computer supports USB 2.0? Open device manager and look for Enhanced USB host controller *

20 USB, cont. A USB cable has four wires, two for data, one for ground, and one to provide up to 5 volts of power to the device. *

21 USB types

22 USB types Changes 1.1/2.0/3.0

23 USB Wiring USB 2.0 USB 3.0

24 Using IEEE 1394 Ports Some system boards may contain IEEE 1394 or FireWire ports. These ports have two types of connectors: a 4-pin port that does not provide voltage to a device, and a faster 6-pin port that does.

25 IEEE 1394, cont. IEEE1394 uses isochronous data transfer which means that the data is transferred continuously without breaks. Can support up to 63 devices on one channel. This real-time data transfer is ideal for camcorders, VCRs, TVs, and digital cameras. *

26 IEEE 1394, cont. IEEE1394 A, supports speeds of 100, 200, or 400 Mbps, allows cable lengths up to 4.5 meters, and is hot-pluggable. IEEE 1394 B, will support speeds up to 3.2 gbps and extend the maximum cable length to 100 meters.*

27 Thunderbolt: Developed by Intel and introduced into Apple Macbook Pros in 2011 Allows multiplexing of data lines from PCIe and DisplayPort (on Macs) devices. One port supports up to six devices Thunderbolt on a Mini Display Port can only handle 4 lanes of output at no more than 5.4 Gb per second. With a thunderbolt port it s 2 input/2 output at a full 10 Gb per second. 20 pins*

28 Thunderbolt: Max length 3 meters 18 v bus power Originally conceived as optical, but switched to copper to provide powered port There is a lot of technology in the cable itself, so even if the device sending a message is noisy the cable can clean up and mux and demux a signal 1.0 named Cactus Ridge 2.0 named Redwood Ridge Runs at 20 Gbps and will only be built into computers, not into devices Supports 4K resolution on passthrough

29 Thunderbolt

30

31 Thunderbolt vs USB 3.0 USB 3.0 Super Speed Thunderbolt Speed 4.8 Gbps 10 Gbs (in TB port) 5.4 Gbps in MDP Power for devices 4.5 watts 10 watts Cost $4.50 for 2 meter cable $50 for 2 meter cable Download 25 GB movie seconds 30 seconds Ubiquity Common uncommon

32 Take Quiz 4-2

33 Touchscreens There are three basic types of touchscreens: capacitive screen uses a thin electrically charged layer placed over the monitor screen. When touched, the charge moves from the capacitive surface to the touching object. The screen location of the touch is calculated and sent to the computer. This method blocks some of the light emanating from the monitor.

34 Touchscreens resistive screen uses a glass panel covered with two metallic layers (one conductive and the other resistive) separated by a very narrow gap and mounted over the monitor screen. When the screen is touched, the two metallic layers make contact and that location is calculated. This type of touchscreen also blocks some of the monitor's light emanation.

35 Touchscreens surface acoustic wave screen places tiny matching transducers across the screen surface from each other (one to send and the other to receive). When an object touches the screen surface, the signal is interrupted and that location is then calculated. This type of touchscreen does not visually impair the monitor.

36 Using PCI Expansion Slots The PCI local bus supports up to four PCI expansion slots on the system board. Used for fast I/O devices, PCI slots feature bus mastering that assigns resources to the jumperless PCI cards. Simply moving a card to a different slot changes the resources. *

37 Buses and their Bandwidth

38 PCI vs PCI Express PCI Parallel Communications Transmits in half duplex Bandwidth on the bus is shared with other PCI devices (like a hub) Devices can talk to each other, to some extent PCI Express Serial Communications Each 1x lane in PCI express can transmit in both directions at once Each device gets its own bandwidth (like a switch) Devices can talk to each other and work together

39 PCI Express 1x, 2x, 12x

40 SLI/Crossfire SLI Scalable Link Interface Nvidia Each card controls half the screen *Alienware also has its own technology, and is working on a FOUR card solution. Overkill? Crossfire ATI Splits screen In half, each card does half In tiles, one card renders every other tile Each card renders alternate frames

41 Video Cards

42 Video Cards Creating an image out of binary data is a demanding process. The graphics card first creates a wire frame out of straight lines.

43 Video Cards Then, it rasterizes the image (fills in the remaining pixels). Adds lighting, texture and color. For fast-paced games, the computer has to go through this process about sixty times per second. Without a graphics card to perform the necessary calculations, the workload would be too much for the computer to handle.

44 Parts of a Video Card A: GPU (w/heatsink and fan B: DVI-D digital connector C: VGA, analog connector D: Gold lead connectors E: VI/VO port (video in/video out) F: Heatsinks covering VRAM

45 Monitors Monitors have been called Cathode Ray Tubes (CRTs) Video Display Terminals (VDTs) CONsole (CON), which is the DOS device name; "the screen. The two main categories of computer monitors are cathode tube and Liquid Crystal Display (LCD).

46 CRT A CRT (monitor) is a vacuum tube with an electron gun at one end of the tube (the narrow end), and a large piece of glass at the other end (the wider end). The inside surface of the viewing pane is coated with a layer of dots made up of three different kinds of phosphor (a chemical). The electron gun is made up of three different electron beams. Each beam shoots a stream of electrons at the phosphors, with each beam making one type of phosphor glow. When we look at the glass face of the monitor, we're actually seeing through the glass to the backside of the phosphor layer. In monochrome monitors, there is only one layer of phosphors, either green or amber, and a single electron beam.

47 Measuring CRT Size diagonal measure of the tube Resolution Number of pixels on screen horizontal x vertical Display type Shadow mask metal screen full of holes Aperture grill ultra thin wires in a mesh that is brighter than shadow Aspect ratio: 4:3

48 Measuring CRTs Dot pitch Distance between pixels, smaller is better Refresh rate Amount of time for CRT gun to move from top to bottom Interlacing Draws the screen in two passes, evens then odds Green less power Flat flat glass, better picture

49 LCD Liquid crystals exist in either a solid or a near-liquid state, depending on electrical conditions. In their near-liquid state, the crystals can pass light. Crystals have a tendency to be straight (like rods) in their natural state, but they twist into a right angle under electrical stimulation. This capability of passing light when they're straight or turning at right angles and blocking light gave rise to the LCD panel. (It wasn't really alien technology, no matter what anyone tells you.) Liquid crystals rely on a background source of light to pass through each crystal. If light can pass through the crystal, our eyes can see it. When the crystal is turned off, it won't let light pass and we see an area of black. Each crystal can be either on or off, much like binary computer numbers can be either 0 (off) or 1 (on).

50 Plasma Each pixel is three fluorescent lights Fluorescent lights have plasma gas in them, hence the name The colors are red, green, and blue A grid of cells makes up the screen Each cell contains gas The screen has phosphorous on it Electricity is applied and when there is a differential, light lights up the phosphorous and emits color.

51 OLED Organic light emitting diode Solid state Have thin films of organic molecules that light up when electricity is applied Uses less light and less power than LCD and CRT and Plasma Brighter and crisper Only a 14, ,000 hours of lifetime (red and green is longer, blue is shorter)

52 Uses for OLED ards-mice/9836/zoom/ gure_03.jpg

53 Common Issues CRT interference from EMI and magnetic sources Degauss the screen to remove the magnetic field from the screen Dead pixels (LCD) very common. Most manufacturers allow a certain number of pixels

54 Take OLED Quiz

I/O, Input Ports and Devices

I/O, Input Ports and Devices I/O, Input Ports and Devices Daren Russ All Rights Reserved No part of this material or any of its contents may be reproduced, copied, modified or adapted, without the prior written consent of the author,

More information

Buses, Video, and Upgrades

Buses, Video, and Upgrades Unit 9 Buses, Video, and Upgrades Copyright 2005 Heathkit Company, Inc. All rights reserved. CPU Parallel Port Memory Keyboard Controller Video Adapter The Data Bus System Controller 2 CPU Memory Keyboard

More information

Chapter 9: Other Peripherals

Chapter 9: Other Peripherals Chapter 9: Other Peripherals Complete CompTIA A+ Guide to PCs, 6e To identify the components of the video subsystem The various display types including laptop displays Basic display terminology To install

More information

Module 5. Input/Output Ports

Module 5. Input/Output Ports Module 5 Input/Output Ports Objectives 1. PC Hardware A.1.7 Compare and contrast various connection interfaces and explain their purpose 2 INPUT/OUTPUT PORTS 3 Device Connection I/O ports (Input/Output)

More information

Chapter 0: IT Essentials Introduction Chapter 1: Introduction to the Personal Computer

Chapter 0: IT Essentials Introduction Chapter 1: Introduction to the Personal Computer Name Date Chapter 0: IT Essentials Introduction Chapter 1: Introduction to the Personal Computer After completion of this chapter, students should be able to: Explain IT industry certifications and technician

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Installing and Supporting I/O Devices

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Installing and Supporting I/O Devices A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 7 Installing and Supporting I/O Devices Objectives Learn about the general approaches you need to take when installing and supporting

More information

Section 4.1: Peripheral Devices

Section 4.1: Peripheral Devices Section 4.1: Peripheral Devices A peripheral device is a device that connects through an external port to your computer. The following connection types are common: Interface PS/2 Description PS/2 connectors

More information

Inside the Computer System

Inside the Computer System Inside the Computer System What s on the Motherboard? What s on the Motherboard? What s on the Motherboard? Parallel processing o Method where more than one processor performs at the same time faster processing

More information

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Technology in Action Chapter 2 Looking at Computers: Understanding the Parts 2 Chapter Topics Functions of a computer Data versus information Bits and bytes Input devices Output devices Processing Storage

More information

Inside Your PC. Introduction to Computer Science. Polly Huang NTU EE

Inside Your PC. Introduction to Computer Science. Polly Huang NTU EE Introduction to Computer Science Polly Huang NTU EE http://homepage.ntu.edu.tw/~pollyhuang pollyhuang@ntu.edu.tw Polly Huang, NTU EE Hardware 1 Inside Your PC Polly Huang, NTU EE Hardware 2 Today s Computer

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Inside the Computer System Copyright 2012 Pearson Education,

More information

4) Apple's OS X and Microsoft Windows are examples of software. A) utility B) application C) operating system D) communication

4) Apple's OS X and Microsoft Windows are examples of software. A) utility B) application C) operating system D) communication Technology in Action Complete, 13e (Evans et al.) Chapter 2 Looking at Computers: Understanding the Parts 1) Computers use language consisting of 0s and 1s. A) symbol B) binary C) byte D) system 2) In

More information

Arithmetic/logic Unit (ALU)

Arithmetic/logic Unit (ALU) 3D Printer Arithmetic/logic Unit (ALU) Barcode Barcode Printer Barcode Reader Biometric Reader BIOS (Basic input/output system) Bit Bus Bus Interface Unit A printer that uses molten plastic during a series

More information

ECE 571 Advanced Microprocessor-Based Design Lecture 18

ECE 571 Advanced Microprocessor-Based Design Lecture 18 ECE 571 Advanced Microprocessor-Based Design Lecture 18 Vince Weaver http://www.eece.maine.edu/ vweaver vincent.weaver@maine.edu 11 November 2014 Homework #4 comments Project/HW Reminder 1 Stuff from Last

More information

What is Output? p Fig. 6-1 Next

What is Output? p Fig. 6-1 Next Output What is Output? What is output? Data that has been processed into a useful form, called information Output device is any hardware component that can convey information to user p. 6.06 Fig. 6-1 Next

More information

Homeschool Enrichment. Input & Output

Homeschool Enrichment. Input & Output Homeschool Enrichment Input & Output Overview This chapter covers: Different types of keyboards and pointing devices Types of scanners, readers, and digital cameras What audio input is Types of display

More information

Components of a personal computer

Components of a personal computer Components of a personal computer Computer systems ranging from a controller in a microwave oven to a large supercomputer contain components providing five functions. A typical personal computer has hard,

More information

Intentionally Blank 0

Intentionally Blank 0 Intentionally Blank 0 Technology in Action Chapter 2 Looking at Computers: Understanding the Parts 1 Understanding Your Computer: Computers are Data Processing Devices Perform four major functions Input:

More information

Intel Thunderbolt. James Coddington Ed Mackowiak

Intel Thunderbolt. James Coddington Ed Mackowiak Intel Thunderbolt James Coddington Ed Mackowiak Thunderbolt Basics PCI Express and DisplayPort through a single connection made available to external devices. Thunderbolt Basics Developed by Intel and

More information

Buses, Video, and Upgrades

Buses, Video, and Upgrades Unit 9 Buses, Video, and Upgrades Copyright 2005 Heathkit Company, Inc. All rights reserved. CPU Parallel Port Memory Keyboard Controller Video Adapter The Data Bus System Controller 2 CPU Memory Keyboard

More information

2) Computers use a language consisting of 0s and 1s. A) symbol B) binary C) byte D) system

2) Computers use a language consisting of 0s and 1s. A) symbol B) binary C) byte D) system Technology In Action, Complete, 14e (Evans et al.) Chapter 2 Looking at Computers: Understanding the Parts 1) What is the difference between data and information? A) Data represents a fact. Information

More information

ECE 571 Advanced Microprocessor-Based Design Lecture 21

ECE 571 Advanced Microprocessor-Based Design Lecture 21 ECE 571 Advanced Microprocessor-Based Design Lecture 21 Vince Weaver http://www.eece.maine.edu/ vweaver vincent.weaver@maine.edu 9 April 2013 Project/HW Reminder Homework #4 comments Good job finding references,

More information

Section 16 USB ADD ON CARDS. PCI Express 2 Port USB 3.0 Card. PCI Express 4 Port USB 3.0 Card. 2 Port USB 3.0 PCI Express. USB 2.

Section 16 USB ADD ON CARDS. PCI Express 2 Port USB 3.0 Card. PCI Express 4 Port USB 3.0 Card. 2 Port USB 3.0 PCI Express. USB 2. USB ADD ON CARDS PCI Express 4 Port USB 3.0 Card AOC-PE-U34P 4 Port USB 3.0 Adds 4 x USB 3.0 Ports PCI Express 2 Port USB 3.0 Card AOC-PE-U32PV2 2 Port USB 3.0 Adds 2 x USB 3.0 Ports 2 Port USB 3.0 PCI

More information

Agenda. Introduction Market trend and application 1394 Market Analysis Data 1394 and industry Applications. Other Technologies USB DVI

Agenda. Introduction Market trend and application 1394 Market Analysis Data 1394 and industry Applications. Other Technologies USB DVI Agenda Introduction Market trend and application 1394 Market Analysis Data 1394 and industry Applications Technology What is 1394? Why 1394? Applications 1394 Protocol PHY Link Layer Transaction Layer

More information

1. INTRODUCTION 2. OVERVIEW

1. INTRODUCTION 2. OVERVIEW 1. INTRODUCTION As computers grow and evolve, so do the tools for inputting information into computers. Ports are holes in computers where one can connect various external devices such as mice, keyboards,

More information

Introduction To Computer Hardware

Introduction To Computer Hardware Introduction To Computer Hardware In this section of notes you will learn what are the basic parts of a computer and how they work. High Level View Of A Computer Buses Connect the different parts of the

More information

PowerPoint Presentation to Accompany. Chapter 4. Hardware. Copyright 2014 Pearson Educa=on, Inc. Publishing as Pren=ce Hall

PowerPoint Presentation to Accompany. Chapter 4. Hardware. Copyright 2014 Pearson Educa=on, Inc. Publishing as Pren=ce Hall PowerPoint Presentation to Accompany Chapter 4 Hardware Objectives 1. Explain the function of the CPU. 2. Identify the parts of a system unit and motherboard. 3. Compare different types of storage devices.

More information

CS1101: Lecture 21. Organization: Input/Output. Lecture Outline. Buses. A simple personal computer. Buses

CS1101: Lecture 21. Organization: Input/Output. Lecture Outline. Buses. A simple personal computer. Buses CS1101: Lecture 21 Computer Systems Organization: Input/Output Dr. Barry O Sullivan b.osullivan@cs.ucc.ie Buses Lecture Outline A simple personal computer Direct Memory Access Interrupts Bus Arbiter &

More information

What step should a technician perform first when servicing computer equipment?

What step should a technician perform first when servicing computer equipment? - 1 IT EssClass Test 2 1 What is the unit used to measure CPU speed? Bits. Bytes. Hertz. Voltage. 2 What is the purpose of a heat sink on a processor? To cool the processor. To ground the processor. To

More information

Module 1. Introduction. Version 2 EE IIT, Kharagpur 1

Module 1. Introduction. Version 2 EE IIT, Kharagpur 1 Module 1 Introduction Version 2 EE IIT, Kharagpur 1 Lesson 3 Embedded Systems Components Part I Version 2 EE IIT, Kharagpur 2 Structural Layout with Example Instructional Objectives After going through

More information

COMPUTER ORGANIZATION & SKILLS

COMPUTER ORGANIZATION & SKILLS UNIVERSITY OF BABYLON 2018/ 2019 COLLEGE OF SCIENCE FOR WOMEN FIRST CLASS COMPUTER DEPARTMENT COMPUTER ORGANIZATION & SKILLS LECTURES PREPARED BY: LECTURER: Ahmed Mohammed Hussein 2018-2019 0University

More information

Chapter Four. Making Connections. Data Communications and Computer Networks: A Business User s Approach Seventh Edition

Chapter Four. Making Connections. Data Communications and Computer Networks: A Business User s Approach Seventh Edition Chapter Four Making Connections Data Communications and Computer Networks: A Business User s Approach Seventh Edition After reading this chapter, you should be able to: List the four components of all

More information

ECE 571 Advanced Microprocessor-Based Design Lecture 20

ECE 571 Advanced Microprocessor-Based Design Lecture 20 ECE 571 Advanced Microprocessor-Based Design Lecture 20 Vince Weaver http://www.eece.maine.edu/~vweaver vincent.weaver@maine.edu 12 April 2016 Project/HW Reminder Homework #9 was posted 1 Raspberry Pi

More information

Thunderbolt 3 to FireWire Adapter - Card & Chassis

Thunderbolt 3 to FireWire Adapter - Card & Chassis Thunderbolt 3 to FireWire Adapter - Card & Chassis Product ID: BNDTB1394B3 The Thunderbolt 3 to 1394 FireWire adapter connects your FireWire peripherals to your Thunderbolt 3 computer. This adapter combines

More information

How Computer Mice Work

How Computer Mice Work How Computer Mice Work Inside this Article 1. Introduction to How Computer Mice Work 2. Evolution of the Computer Mouse 3. Inside a Mouse 4. Connecting Computer Mice 5. Optical Mice 6. Optical Mouse Accuracy

More information

Buying a PC? Consider the following Before Buying A New Computer or Laptop:

Buying a PC? Consider the following Before Buying A New Computer or Laptop: Buying a PC? Computer technology is changing so fast it is sometimes very hard for the average consumer to keep up. New products and systems are coming out at such a pace even some the salesmen are probably

More information

Q1. Describe C.P.U and its subunits with the help of diagram?

Q1. Describe C.P.U and its subunits with the help of diagram? Q1. Describe C.P.U and its subunits with the help of diagram? Ans. C.P.U (CENTRAL PROCESSING UNIT) Book page # 27 The C.P.U is the brain of computer.it controls and supervises all the units. Processing

More information

FC0-U21 CompTIA Strata IT Fundamentals

FC0-U21 CompTIA Strata IT Fundamentals FC0-U21 CompTIA Strata IT Fundamentals Version 13.8 QUESTION NO: 1 Which of the following is NOT a parallel port mode? A. EPP/ECP B. ECP C. EPS D. EPP QUESTION NO: 2 Which of the following expansion buses

More information

Cables, Cards & Connectors

Cables, Cards & Connectors Malling U3A Computer Group Cables, Cards & Connectors Chris Daly 5 th February 2018 Cables, Cards & Connectors How many of you have a box or drawer of cables? How many of you are unsure which cable or

More information

Essential Components for Today s Industrial Connections

Essential Components for Today s Industrial Connections Essential Components for Today s Industrial Connections 724-746-5500 blackbox.com Table of Contents Introduction... 3 Understanding How USB Became Dominant... 3 Technical Capacities and Specifications

More information

Introduction To Computers: Hardware

Introduction To Computers: Hardware Introduction To Computers: Hardware In this section of notes you will learn about the basic parts of a computer and how they work. What Is Hardware? A computer is made up of hardware. Hardware consists

More information

Chapter 1: Introduction to the Personal Computer

Chapter 1: Introduction to the Personal Computer Chapter 1: Introduction to the Personal Computer IT Essentials: PC Hardware and Software v4.0 1 Chapter 1 Objectives 1.1 Explain the IT industry certification 1.2 Describe a computer system 1.3 Identify

More information

Notes - Computer Hardware Basics

Notes - Computer Hardware Basics The Computer A computer is made up of many parts: Notes - Computer Hardware Basics 1. Input/Output (I/O) devices These allow you to send information to the computer or get information from the computer.

More information

Datacom Connectivity Products

Datacom Connectivity Products D-Sub Connectors D-Sub Housings D-Sub Modular Adapters IDC Installation Tools Keyboard Cables D-Sub Connectors E3 D-Sub Housings E4 D-Sub Adapters E5 D-Sub Modular Adapters E5 D-Sub Installation Tools

More information

Introduction to Computer Graphics (CS602) Lecture No 03 Graphics Systems

Introduction to Computer Graphics (CS602) Lecture No 03 Graphics Systems Introduction to Computer Graphics (CS602) Lecture No 03 Graphics Systems 3.1 Raster-Scan Systems Interactive raster graphics systems typically employ several processing units. In addition to the CPU, a

More information

BACK TO BASICS PART I. Hardware & it s Associated Terminology

BACK TO BASICS PART I. Hardware & it s Associated Terminology BACK TO BASICS PART I Hardware & it s Associated Terminology INTRODUCTION The purpose of this session is to review computer hardware & its associated terminology WHY? Everyone on the same page Better understanding

More information

What is the typical configuration of a computer sold today? 1-1

What is the typical configuration of a computer sold today? 1-1 What is the typical configuration of a computer sold today? 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

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 Input Input is any data entered into the computer s memory

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, Sixth Edition. Chapter 8 Supporting I/O and Storage Devices

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, Sixth Edition. Chapter 8 Supporting I/O and Storage Devices A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, Sixth Edition Chapter 8 Supporting I/O and Storage Devices Objectives Learn about the general approaches you need to take when installing

More information

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate.

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate. Hardware Computer Overview A computer item you can physically see or touch. Software A computer program that tells computer hardware how to operate. Information Technology (IT) The broad subject related

More information

Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware)

Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware) Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware) Personal computer hardware are component devices which are typically installed into or peripheral to

More information

RS-422/485 PCIe Card

RS-422/485 PCIe Card RS-422/485 PCIe Card User Manual Ver. 3.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features...

More information

Thunderbolt 3 PCIe Expansion Chassis with DisplayPort - PCIe x16

Thunderbolt 3 PCIe Expansion Chassis with DisplayPort - PCIe x16 Thunderbolt 3 PCIe Expansion Chassis with DisplayPort - PCIe x16 Product ID: TB31PCIEX16 This Thunderbolt 3 PCIe expansion chassis lets you add a PCI Express card to your laptop or desktop computer, through

More information

Full file at

Full file at Exam Name Full file at https://fratstock.eu MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) is data that has been organized or presented in a meaningful

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware : Managing, Maintaining, and Troubleshooting, 5e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

EPIC board ensures reliability in the toughest environment

EPIC board ensures reliability in the toughest environment EPIC board ensures reliability in the toughest environment The XE 800 SBC is a high performance single board computer (SBC) with a rich family of essential I/O functions. It integrates video, serial ports,

More information

Identify Components of the. Motherboard

Identify Components of the. Motherboard Identify Components of the Chipset Motherboard Collection of chips that work together to provide the switching circuitry needed to move data throughout the computer 2013 Pearson Education, Inc. Publishing

More information

A/V Design and Integration With Bus Powered Solutions

A/V Design and Integration With Bus Powered Solutions A/V Design and Integration With Bus Powered Solutions A/V Application And Integration Using USB, DVI-D, HDMI, DisplayPort And Thunderbolt Powered Systems Your Presenter Is: Jose Mozota, CTS National Sales

More information

Checking the Status of a 10/100Base-T Network Connection

Checking the Status of a 10/100Base-T Network Connection Congratulations on purchasing your Macintosh computer. Since you chose the components of your computer, parts of it may differ from what s described in the manual that came with it. This update addresses

More information

PCI Express 4-Port Industrial Serial I/O Cards

PCI Express 4-Port Industrial Serial I/O Cards PCI Express 4-Port Industrial Serial I/O Cards The PCIe-400i and PCIe-400i-SI PCI Express 4-port industrial serial I/O cards are plug & play high-speed serial I/O expansion cards for the PCI Express bus.

More information

Introduction To Computers: Hardware and Software

Introduction To Computers: Hardware and Software Page 1 Introduction To Computers: Hardware and Software In this section of notes you will learn about the basic parts of a computer and how they work. Page 2 What Is Hardware? A computer is made up of

More information

Introduction to a Typical PC. Freedom High School

Introduction to a Typical PC. Freedom High School Introduction to a Typical PC Freedom High School A Day in the Life of a Student A Day in the Life of a Student Wake up using a digital alarm clock Utilize handheld-vibrating electric toothbrush Check email,

More information

... Output System Layers. Application 2. Application 1. Application 3. Swing. UIKit SWT. Window System. Operating System

... Output System Layers. Application 2. Application 1. Application 3. Swing. UIKit SWT. Window System. Operating System Output: Hardware Output System Layers Application 1 Application 2 Application 3 Swing SWT... UIKit Window System Operating System Hardware (e.g., graphics card) 2 Output Hardware 3 Start with some basics:

More information

Assembly Language for x86 Processors 7 th Edition. Chapter 2: x86 Processor Architecture

Assembly Language for x86 Processors 7 th Edition. Chapter 2: x86 Processor Architecture Assembly Language for x86 Processors 7 th Edition Kip Irvine Chapter 2: x86 Processor Architecture Slides prepared by the author Revision date: 1/15/2014 (c) Pearson Education, 2015. All rights reserved.

More information

Chapter 1 - First Look at Computer Parts and Tools. 1. A tower case conserves space since it can double as a monitor stand.

Chapter 1 - First Look at Computer Parts and Tools. 1. A tower case conserves space since it can double as a monitor stand. 1. A tower case conserves space since it can double as a monitor stand. ANSWER: False 2. A DVI port transmits a video signal and is also called a DB-15 port. ANSWER: False 3. An Ethernet port has a connector

More information

Input: is any data or instructions that are used by a computer.

Input: is any data or instructions that are used by a computer. 1 What is input? Input: is any data or instructions that are used by a computer. Input devices: are hardware used to translate words, sounds, images, and actions that people understand into a form that

More information

PC I/O. May 7, Howard Huang 1

PC I/O. May 7, Howard Huang 1 PC I/O Today wraps up the I/O material with a little bit about PC I/O systems. Internal buses like PCI and ISA are critical. External buses like USB and Firewire are becoming more important. Today also

More information

Computers Are Your Future Prentice-Hall, Inc.

Computers Are Your Future Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 What You Will Learn About ü The purpose of special keys and

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

Introduction to the Personal Computer

Introduction to the Personal Computer Introduction to the Personal Computer 2.1 Describe a computer system A computer system consists of hardware and software components. Hardware is the physical equipment such as the case, storage drives,

More information

TECHNOLOGY IN ACTION. Chapter 2. Alan Evans * Kendall Martin * Mary Anne Poatsy. Looking at Computers: Understanding the Parts

TECHNOLOGY IN ACTION. Chapter 2. Alan Evans * Kendall Martin * Mary Anne Poatsy. Looking at Computers: Understanding the Parts TECHNOLOGY IN ACTION Alan Evans * Kendall Martin * Mary Anne Poatsy Chapter 2 Looking at Computers: Understanding the Parts Understanding Digital Components Understanding Your Computer Input Devices Output

More information

Lesson 4: The Network Interface Card

Lesson 4: The Network Interface Card Lesson 4: The Network Interface Card Network interface cards (NICs) provide the interface between cables, discussed in the previous lesson, and computers. This lesson explores the many different types

More information

Introduction. Computer Basics Basic Parts of a Desktop Computer. Computer Case. Page 1

Introduction. Computer Basics Basic Parts of a Desktop Computer. Computer Case. Page 1 Computer Basics Basic Parts of a Desktop Computer Introduction The basic parts of a desktop computer are the computer case, monitor, keyboard, mouse, and power cord. Each part plays an important role whenever

More information

Given a scenario, configure settings and use BIOS/UEFI tools on a PC.

Given a scenario, configure settings and use BIOS/UEFI tools on a PC. 1.1 Given a scenario, configure settings and use BIOS/UEFI tools on a PC. Firmware upgrades/flash BIOS BIOS component information - RAM - Hard drive - Optical drive - CPU BIOS configurations - Boot sequence

More information

Motherboard BIOS. Fig: 1 What you see (or something similar) if you turn the PC manufacturer's logo off

Motherboard BIOS.  Fig: 1 What you see (or something similar) if you turn the PC manufacturer's logo off Motherboard The Motherboard is a large printed circuit board that almost all other components plug into. It can probably best describe it as the nervous system of the PC as information is passed from one

More information

Chapter 3: Computer Assembly

Chapter 3: Computer Assembly Chapter 3: Computer Assembly IT Essentials v6.0 ITE v6.0 1 Chapter 3 - Sections & Objectives 3.1 Assemble the Computer Build a Computer. 3.2 Boot the Computer Explain how to verify BIOS and UEFI settings.

More information

PDF created with pdffactory Pro trial version How USB Ports Work by Marshall Brain. Introduction to How USB Ports Work

PDF created with pdffactory Pro trial version  How USB Ports Work by Marshall Brain. Introduction to How USB Ports Work Main > Computer > Hardware How USB Ports Work by Marshall Brain Introduction to How USB Ports Work Just about any computer that you buy today comes with one or more Universal Serial Bus connectors on the

More information

Thank you for selecting UTC RETAIL s innovative Model 1170 Point of Sale solution!

Thank you for selecting UTC RETAIL s innovative Model 1170 Point of Sale solution! 1170 POS SYSTEM 1170 USER GUIDE Thank you for selecting UTC RETAIL s innovative Model 1170 Point of Sale solution! This guide is designed to acquaint you with the features and functionality of the 1170

More information

Motherboard Components of a Desktop Computer

Motherboard Components of a Desktop Computer Motherboard Components of a Desktop Computer The motherboard is the main component inside the case. It is a large rectangular board with integrated circuitry that connects the rest of the parts of the

More information

Organisasi Sistem Komputer

Organisasi Sistem Komputer LOGO Organisasi Sistem Komputer OSK 5 Input Output 1 1 PT. Elektronika FT UNY Input/Output Problems Wide variety of peripherals Delivering different amounts of data At different speeds In different formats

More information

Chapter Contents. Personal Computer Systems Desktop and Portable Computers. Desktop and Portable Computers

Chapter Contents. Personal Computer Systems Desktop and Portable Computers. Desktop and Portable Computers 11.10.011 Chapter Contents Chapter Computer Hardware Section A: Personal Computer Basics Section B: Microprocessors and Memory Section C: Storage Devices Section D: Input and Output Devices Section E:

More information

Bus Example: Pentium II

Bus Example: Pentium II Peripheral Component Interconnect (PCI) Conventional PCI, often shortened to PCI, is a local computer bus for attaching hardware devices in a computer. PCI stands for Peripheral Component Interconnect

More information

Celeron EPIC Computer with GUI and Dual Ethernet SBC4685

Celeron EPIC Computer with GUI and Dual Ethernet SBC4685 Celeron EPIC Computer with GUI and Dual SBC4685 Features Ready to run Celeron/Pentium III computer Color flat-panel support Four serial ports CAN Bus interface PC/104 & PC/104-Plus expansion The SBC4685

More information

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix A+ Guide to Hardware Managing, Maintaining, and Troubleshooting Fourth Edition (220-601) Mapping: Chapters to LabSims Chapter Page Number LabSim Chapter 1 Pages 2-3 Pages 3-6 Pages

More information

Thunderbolt 3 to PCIe USB 3.1 Adapter - Chassis + 4 Port Card

Thunderbolt 3 to PCIe USB 3.1 Adapter - Chassis + 4 Port Card Thunderbolt 3 to PCIe USB 3.1 Adapter - Chassis + 4 Port Card Product ID: BNDTBUSB3142 Connect your Thunderbolt 3 enabled computer to external USB 3.1 (Gen 2) devices using this Thunderbolt 3 to PCIe USB

More information

Thunderbolt 3 to PCIe USB 3.1 Adapter - Chassis + 4 Port Card

Thunderbolt 3 to PCIe USB 3.1 Adapter - Chassis + 4 Port Card Thunderbolt 3 to PCIe USB 3.1 Adapter - Chassis + 4 Port Card Product ID: BNDTBUSB3142 Connect your Thunderbolt 3 enabled computer to external USB 3.1 (Gen 2) devices using this Thunderbolt 3 to PCIe USB

More information

I.T. CHAPTER 6. A docking station may have PCI slots for expansion cards and speakers.

I.T. CHAPTER 6. A docking station may have PCI slots for expansion cards and speakers. I.T. CHAPTER 6 What is the difference between a docking station and a port replicator? A docking station has fewer ports. A docking station may have PCI slots for expansion cards and speakers. A docking

More information

IT ESSENTIALS V. 4.1 Module 1 INTRODUCTION TO THE PERSONAL COMPUTER

IT ESSENTIALS V. 4.1 Module 1 INTRODUCTION TO THE PERSONAL COMPUTER IT ESSENTIALS V. 4.1 Module 1 INTRODUCTION TO THE PERSONAL COMPUTER 1.0 Introduction 1. What is information technology? The design, development, implementation, support, and management of computer hardware

More information

Thunderbolt 3 to esata Adapter + USB 3.1 (10Gbps) Port - Mac / Windows

Thunderbolt 3 to esata Adapter + USB 3.1 (10Gbps) Port - Mac / Windows Thunderbolt 3 to esata Adapter + USB 3.1 (10Gbps) Port - Mac / Windows Product ID: TB3ESATU31 This Thunderbolt 3 to esata and USB 3.1 adapter lets you expand the connectivity of your Mac or PC laptop,

More information

Basic Video Troubleshooting 101

Basic Video Troubleshooting 101 Basic Video Troubleshooting 101 Check Power On Self-Test (POST) beeps. Re-seat video card. Check any configuration switch settings. Swap video card, monitor, video cable. 80 Basic Video Troubleshooting

More information

Generic Model of I/O Module Interface to CPU and Memory Interface to one or more peripherals

Generic Model of I/O Module Interface to CPU and Memory Interface to one or more peripherals William Stallings Computer Organization and Architecture 7 th Edition Chapter 7 Input/Output Input/Output Problems Wide variety of peripherals Delivering different amounts of data At different speeds In

More information

8. I/O Buses and Interfaces

8. I/O Buses and Interfaces 8. I/O Buses and Interfaces Section 7.5 & Chapter & 8 Some Review Remember CPU-memory-I/O architecture CPU-Memory-I/O Architecture Memory CPU I/O module I/O device CPU bus or System bus Bus interface I/O

More information

20-Dec-16. Objectives Overview. What Is Output? Objectives Overview. What Is Output? Display devices. Discovering Computers 2012

20-Dec-16. Objectives Overview. What Is Output? Objectives Overview. What Is Output? Display devices. Discovering Computers 2012 Objectives Overview Describe the types of output Explain the characteristics of various display devices Describe the factors that affect the quality of an LCD monitor or LCD screen Discovering Computers

More information

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Tenth Edition. Copyright 2014 Pearson Education, Inc. Publishing as Prentice Hall

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Tenth Edition. Copyright 2014 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Tenth Edition Copyright 2014 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Chapter 2 Looking at Computers Understanding

More information

CS 16: Assembly Language Programming for the IBM PC and Compatibles

CS 16: Assembly Language Programming for the IBM PC and Compatibles CS 16: Assembly Language Programming for the IBM PC and Compatibles Discuss the general concepts Look at IA-32 processor architecture and memory management Dive into 64-bit processors Explore the components

More information

ECE 471 Embedded Systems Lecture 30

ECE 471 Embedded Systems Lecture 30 ECE 471 Embedded Systems Lecture 30 Vince Weaver http://web.eece.maine.edu/~vweaver vincent.weaver@maine.edu 3 December 2018 HW#11 was posted Announcements Feel free to return borrowed hardware. 1 Ethernet

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 4 All About Motherboards

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 4 All About Motherboards Chapter 4 All About Motherboards Objectives Learn about the different types and features of motherboards Learn how to use setup BIOS and physical jumpers to configure a motherboard Learn how to maintain

More information

Features. Intel 45nm Atom Processor N270: 1.6 GHz

Features. Intel 45nm Atom Processor N270: 1.6 GHz POC-C197 NEW Features 19" Slim Point-of-Care Terminal with Intel Atom Processor 19" LCD display with 16.7 M colors Intel Atom (ultra low-power) processor Fanless design with low audible noise Isolated

More information

HARDWARE AND OPERATING SYSTEMS

HARDWARE AND OPERATING SYSTEMS HARDWARE AND OPERATING SYSTEMS UNIT 2. IES MIGUEL ESPINOSA - MURCIA 3º ESO HARDWARE AND OPERATING SYSTEMS COMPUTERS LANGUAGE AND FUNCTION Binary System ASCII code Units of information Computer functions

More information

RS-422/485 PCI Card User Manual Ver All brand names and trademarks are properties of their respective owners.

RS-422/485 PCI Card User Manual Ver All brand names and trademarks are properties of their respective owners. RS-422/485 PCI Card User Manual Ver. 2.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features...

More information