Input/Output of a Computer Presented by: Jose Reyes Jose.

Slides:



Advertisements
Similar presentations
David Abarca, Instructor Del Mar College Computer Science and Information Technology Department Computer Corner Computer Corner.
Advertisements

COMPUTER ORGANIZATION CHAPTER SUBSYSTEM INTERCONNECTION.
FIU Chapter 7: Input/Output Jerome Crooks Panyawat Chiamprasert
Computer Basics 1 Computer Basic 1 includes two lessons:
Parts & Functions of a Computer. 2 Functions of a Computer.
Computer Components.
Update your table of contents Computer Components 11.
Introduction to Computer Systems
IT Systems In and Out EN230-1 Justin Champion C208 –
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Input & Output Computer Devices Presented by, Name: Liew Geok May (37) Class: 3I.
Chapter 17 Microprocessor Fundamentals William Kleitz Digital Electronics with VHDL, Quartus® II Version Copyright ©2006 by Pearson Education, Inc. Upper.
Computer Systems Nat 4/5 Computing Science Interfaces & Peripherals.
Going with the Data Flow Mrs. Staniec. Objectives: 1. Identify the role of the central processing unit. 2. Identify concepts related to computer memory.
Chapter 8 Input/Output. Busses l Group of electrical conductors suitable for carrying computer signals from one location to another l Each conductor in.
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
Computer System Overview Chapter 1. Operating System Exploits the hardware resources of one or more processors Provides a set of services to system users.
Explore the Parts of a Computer
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
Input/OUTPUT [I/O Module structure].
Configuration.
 Design model for a computer  Named after John von Neuman  Instructions that tell the computer what to do are stored in memory  Stored program Memory.
COMPUTER ORGANIZATIONS CSNB123 NSMS2013 Ver.1Systems and Networking1.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
NETW 3005 I/O Systems. Reading For this lecture, you should have read Chapter 13 (Sections 1-4, 7). NETW3005 (Operating Systems) Lecture 10 - I/O Systems2.
Input/ Output By Mohit Sehgal. What is Input/Output of a Computer? Connection with Machine Every machine has I/O (Like a function) In computing, input/output,
Interrupts and DMA CSCI The Role of the Operating System in Performing I/O Two main jobs of a computer are: –Processing –Performing I/O manage and.
OCR GCSE Computing Chapter 2: Secondary Storage. Chapter 2: Secondary storage Computers are able to process input data and output the results of that.
 Computer Fundamentals Introduction to Computers.
Wel Come To Class. Communicate about basic technology components with appropriate terminology. Basic Technology Components.
The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes.
2007 Oct 18SYSC2001* - Dept. Systems and Computer Engineering, Carleton University Fall SYSC2001-Ch7.ppt 1 Chapter 7 Input/Output 7.1 External Devices.
What Makes a Computing Device? A Computing Device Has Four Parts –Input –Output –Storage –CPU.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Computer Architecture Lecture10: Input/output devices Piotr Bilski.
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.
2009 Sep 10SYSC Dept. Systems and Computer Engineering, Carleton University F09. SYSC2001-Ch7.ppt 1 Chapter 7 Input/Output 7.1 External Devices 7.2.
I T Essentials I Chapter 1 JEOPARDY HardwareConnector/CablesMemoryAcronymsPotpourri
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
What is a computer? Computer is a device for processing information.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Computer Science Web quest. Input devices Input devices are used to give the computer information so it does what the operator wants it to do. There are.
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Secondary Storage.
L/O/G/O Input Output Chapter 4 CS.216 Computer Architecture and Organization.
Computer Basics Common Components
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
What is a computer? Its an electronic machine which can accept data in certain form, process the data, and give the result.
Peripheral Devices. What is a peripheral device?
Exploring Windows and Essential Computing Concepts - Getting Started 1 Getting Started Essential Computing Concepts.
IT3002 Computer Architecture
Computer Basics.
Lets Review Computers. Exactly what is a computer? A computer is an electronic device that manipulates information and data A computer sees data in 1’s.
I/O: Input-Output By: Tommy Zeng. What is I/O? I/O – short for “Input – Output” How a computer interacts with its users Input – gets information from.
 Kim  Allen  Kenneth. Chapter 1 Computer Fundamentals.
PCs ENVIRONMENT and PERIPHERALS Lecture 1. Software The series of instructions that tells the hardware how to perform tasks Software The series of instructions.
Peripherals on or near an edge or constituting an outer boundary; the outer area; "Russia's peripheral provinces"; "peripheral suburbs" (computer science)
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Five Components of a Computer Input Device – keyboard, scanner, PDA/stylus, digital camera, mouse, MP3 player, fax machine, microphone Storage Device –
Computer Basics 1 Chapter One Computer Basics Part 1.
My Computer System Room 219 My Computer System Monitor Books Power Monitor Keyboard Chair Headphones CPU Mouse Pad Power USB.
Sara Naheed Amjad Information Technology
Sara Naheed Amjad Information Technology
Functions and Parts of a Computer
Operating Systems (CS 340 D)
Input/Output.
CS 286 Computer Organization and Architecture
COMPUTER BASICS Computer essentials 7-8.
Computer Tech. Hardware, Storage, Misc..
Presentation transcript:

Input/Output of a Computer Presented by: Jose Reyes Jose

Overview  What is input and output?  Different types of I/O interfaces  Examples of input devices  Examples of output devices

Input and Output The collection of interfaces that different functional units (sub-systems) of a system use to communicate with each other, or to the signals(data) sent through those interfaces. Inputs are the signals received by the unit, and outputs are the signals sent from it. I/O devices are used by a person (or another system) to communicate with a computer.sub-systems

In General: Input and output allows the computer to obtain information from the outside world, and send the results of its work back to it. Cont…

Different types of I/O  Programmed I/O  Interrupt Drive I/O  Direct Memory Access

Programmed I/O The programmed I/O(PIO) interface was the original method used to transfer data between the CPU (through the IDE controller) and device. The PIO interface is grouped into different modes that correspond to different transfer rates. The electrical signaling among the different modes is similar - only the cycle time between transactions is reduced in order to achieve a higher transfer rate. All devices support the slowest mode - Mode 0. By accessing the information registers, the CPU is able to determine the maximum transfer rate for the device and configure the IDE controller for optimal performance.IDE

Interrupt  an interrupt is a signal from a device which typically results in a context switch.  Interrupts were originated to avoid wasting the computer's valuable time waiting for electronic events.  Instead, the computer was able to do other useful work while the event was pending.

Direct Memory Access(DMA)  A smart I/O that can transfer data into memory directly  Far more efficient than Programmed and Interrupt I/O  Allows CPU to execute other instructions while I/O is being performed

Examples of input devices  Keyboard/Mouse  Scanner  CD-Rom  Game Controller  Digital Camera

Examples of output devices  Monitor  Printer  Speakers

Input/Output Devices  Hard Drive  Mp3 Player  Flash Memory  CD/DVD Burners

Conclusion  It had never been easier to connect a device to your computer.  Many of today’s devices plug into the computer using the USB port.  USB port is very versatile