C_ITCO011/C_ITCO111 LECTURER: E.DONDO

Slides:



Advertisements
Similar presentations
HARDWARE Rashedul Hasan..
Advertisements

I/O Interfaces.
ELECTRONIC WORKSHOP. The point at which a peripheral attaches to. Communicates with a system unit so that the peripheral can send data to or receive information.
G043 – Lecture 02 Inside A Desktop PC Mr C Johnston ICT Teacher
Chapter 1.2 Power Point by Troy D. Michael C.. I/O Interface ( Sound/Sound Card)  Sound Adapters-provides audio capability.
Computer Ports Discussion
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 41 – Input/Output Ports.
Computers in Surveying SVY2301 / E4006 Automated Surveying.
Mr C Johnston ICT Teacher BTEC IT Unit 02 - Lesson 01 Back to Basics.
COMP 1017: Digital Technologies Session 7: Motherboards.
Chapter 8 Input/Output. Busses l Group of electrical conductors suitable for carrying computer signals from one location to another l Each conductor in.
Computer Insides and Out Computer Basics 1.1. Basic Personal Computer System  A computer system consists of hardware and software components.  Hardware.
Computer Terms. Computer A machine designed to run programs and store information that you create.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Input/Output 2 What is I/O? How we get the CPU to communicate with devices From the computer’s point of view, it’s just 1’s and 0’s Gets interpreted.
Output Devices. Printers Factors affecting choice Volume of output High volume require fast, heavy-duty printer Quality of print required Location of.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Homework Question 1 CD ROM disk is an example of an optical storage device. CD ROM disks can only be used to read information stored on them. The user.
Semester One 2001/2002 Sheffield Hallam University1 What does a PC do? computers collect, process, store, and communicate information Collect via input.
Computing Fundamentals
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
Chapter 2b- Peripherals & Ports.  Identify & describe input devices  Identify & describe output devices  Connect input & output devices to a computer.
Ports and Connectors By Karina Hackett Overview: Ports are also known as sockets, and are located at the back of a system unit. Connectors are the parts.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Made By : Gagandeep Singh CompTIA A+ Certified. PORTS ON MOTHERBOARD  PS/2 PORT  SERIAL PORT  PARALLEL PORT  VGA PORT  DVI PORT  USB PORT  MINI.
PCs ENVIRONMENT and PERIPHERALS Lecture 1. Software The series of instructions that tells the hardware how to perform tasks Software The series of instructions.
COMPUTER FUNDAMENTALS David Samuel bhatti
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
My Computer System Room 219 My Computer System Monitor Books Power Monitor Keyboard Chair Headphones CPU Mouse Pad Power USB.
Hardware Components Controller cards Bus Lines Ports Power Supply Secondary Storage.
Computer Organization and Design
Input / Output.
Hardware: Input / Output Devices
Chapter 1: Introduction to the Personal Computer
Basic Computer Hardware and Software.
Computer Information Technology – Section 1-1
Computers Are Your Future Tenth Edition
Nat 4/5 Computing Science Interfaces
Computing Fundamentals
Chapter 6 Input/Output Organization
Computer Hardware – System Unit
UNIT 9 Computer architecture
PC Parts Worksheet- Building Your own Computer
Basic Computer Hardware and Software.
Components of Computer
Computer Ports and Multi-Media
Principles of Information Technology
Basic Computer Hardware & Software
Computer Information Technology – Section 1-1
1 Input-Output Organization Computer Organization Computer Architectures Lab Peripheral Devices Input-Output Interface Asynchronous Data Transfer Modes.
Instructor Materials Chapter 1: Introduction to the Personal Computer
Business Computer Technology
Basic Computer Hardware and Software.
Mr C Johnston ICT Teacher
Computer System Basics- The Pieces & Parts
Maintenance of Computer System
How a Computer Works.
Chapter Overview Understanding Expansion Buses
Identification And Function
Chapter 3 Hardware and software 1.
Chapter 3 Hardware and software 1.
Chapter 3 Peter Norton’s  Introduction to Computers Interacting with Your Computer.
Chapter 4: Hardware for Educators
A Look at Computer Parts
Universal Serial Bus (USB)
Chapter 1 Introduction to Networking
Chapter 6: INTERFACES Visit for more Learning Resources.
Presentation transcript:

C_ITCO011/C_ITCO111 LECTURER: E.DONDO Computer Systems C_ITCO011/C_ITCO111 LECTURER: E.DONDO

Unit 2: System Components

Signaling Data is transmitted by a computer via electrical signals which are stored in components called ‘transistors’. The electrical pathways that carry these signals are referred to as ‘buses’. Signaling methods can either be: differential or single-ended serial or parallel digital or analogue

Serial vs Parallel data transfer /transmission parallel data transfer refers to the type of data transfer in which a group of bits are transferred simultaneously . serial data transfer refers to the type of data transfer in which a group of data bits are transferred one bit at a time. so generally, the amount of data transferred serially is less that the data transferred in parallel per second. serial data transfer requires less pins/cables so the data can be transmitted over longer distances & smaller hardware can be used.

Single-ended vs Differential signaling Single-ended signaling  is the simplest and most commonly used method of transmitting electrical signals over wires. One wire carries a varying voltage that represents the signal, while the other wire is connected to a reference voltage, usually ground. advantage of single-ended over differential signaling is that fewer wires are needed to transmit multiple signals Differential signaling  method of transmitting information electrically with two complementary signals sent on two paired wires, called a differential pair. this technique improves resistance to electromagnetic noise compared with use of only one wire and an un-paired reference (ground). can be used for both analog signaling and digital signaling

Analog vs Digital signaling -analog is a continuous electrical signal -information is translated into electric pulses of varying amplitude. - best suited for audio and video transmission. -digital is a non-continuous electrical signal. -translation of information is into binary format (0 or 1) where each bit is representative of two distinct amplitudes. - best suited for computing and digital electronics.

Data Units computers work with binary data.(base 2) the basic unit of data storage is a bit 1 bit = 0 or 1 8 bits = 1 byte 1024 bytes = 1 KB 1024 KB = 1 MB 1024 MB = 1 GB 1024 GB = 1 TB Binary values can be converted to: decimal (base 10) hexadecimal (base 16)

Ports External ports - I/O ports allow for additional devices to be connected to a PC. PC99 connectors PC99 is standard which defines colour codes for external ports e.g. PS/2 mouse (green) ,PS/2 keyboard (purple) Legacy port types Ports can be male, which have pin connectors, or female, which have hole connectors.

PC99 Colour codes Male and female connectors

Types of Ports PS/2 ports Serial ports Parallel ports PS/2 is a serial bus. used to connect a keyboard and mouse. Serial ports aka RS-232 port or a communication ‘COM’ port. connects to modems, printers . Parallel ports also known as the ‘printer’ or ‘Centronics’ port. data is transferred simultaneously over eight wires . VGA(Video graphics array) ports is the standard analogue video interface for PC devices. interface carries red, green and blue (RGB) component video signals.

HDMI and other display ports SCSI uses a parallel data stream with hardware handshaking(uses handshake signals between devices ) and control signals(parity error-checking). supports a variety of devices e.g. dot-matrix printers to scanners, plotters IEEE 1394 (Firewire) is a serial bus interface standard for high-speed communications and isochronous real-time data transfer. FireWire devices are Plug and Play- the OS auto-detects a new device and asks for the driver disk. Hot-pluggable - they can be connected and disconnected at any time, even with the power on. HDMI and other display ports only carries a digital signal; it does not support analogue signals. supports both video and audio digital streams as well as remote control and digital content protection. Other display ports Composite video S-video Component (RGB) video

USB(Universal serial bus) ports . USB(Universal serial bus) ports USB was designed to standardize the connection of computer peripherals (e.g. keyboards, disk drives) to PCs. Used to communicate and also to supply electric power. USB supports hot swapping i.e. it can detect and configure a hot swappable device without requiring a restart.

Peripheral devices Input devices Output devices peripherals that enable a user to enter data and select commands. Mouse Digital cameras Scanners Biometric devices Joysticks/game pads Bar code readers Touch sensitive screens Output devices peripheral devices that are capable of presenting information from a computer. Monitors produce soft copies of the output. Printers produce hard copies of the output. Can be impact printers(e.g. dot matrix) or non-impact printers(e.g. laser)

How much do you remember ? 1.Explain parallel and serial communication. analog and digital transmission. 2. Briefly discuss the various types of mouse(s).