SlideShare ist ein Scribd-Unternehmen logo
1 von 22
The User Connection
C5- Input and Output
Adeyl Khan, Introduction to Computers
How Users See Input and Output
 Users submit data (input) to the computer to
get processed information (output)
 Output can be instant reaction to input
 Also can be separated by time, distance, or both
 E.g. Scanners- Flatbed, Sheetfed, Handheld
2
Input Processing Time
Instant Reaction Input and Output Separated
 Items scanned at supermarket
 Produce item name and price
at counter
 Forklift operator speaks to
computer
 Forklift obeys operator’s
commands
 Sales rep enters an order on
a pad
 Characters displayed as
“typed” text and stored in pad
 Factory workers punch a time
clock as they go from task to
task
 Produce weekly paychecks
and management reports
 Data on checks input into
bank computer
 Computer processes entries
once a month to prepare
statements
 Charge-card transactions
provide input
 Processed monthly to
produce customer bills
 Water samples collected
and input into computer
 Used to produce reports that
show patterns of water quality
3
Adeyl Khan, Introduction to Computers
User Input: Getting Data using keyboard
 Originated from typewriter~ now extinct
 Can be unique to an industry~ POS
Keyboards
4
Ergonomic Keyboards- Designed to reduce
or minimize repetitive strain injury of wrists
Provide more natural, comfortable
position of wrists, arms, and hands
Adeyl Khan, Introduction to Computers
User Input: Getting Data using Pointing Devices
 Point and click
 position a pointer on the screen
 Communicate commands by clicking buttons
 Common devices
 Mouse- Mechanical, Optical, Wireless
 Devices used for games
 Touchpad, pointing sticks
 Others
Trackball
Joystick
Adeyl Khan, Introduction to Computers
Other Pointing Devices
 Graphics tablet
 User moves stylus or puck across board
 Used to create or trace precise drawings
 Touch screen
 Allow user to touch items on screen
 Position of finger on screen determines item
to be input into system
 Used at kiosks in public places such as
malls
 Pen-based computing
 Use pen-like stylus to input data
 Often used in PDAs or pocket PCs
6
Adeyl Khan, Introduction to Computers
User Input: Getting Data using Source Data
Automation
 Use of special equipment to collect data at
the source
 Primary areas
 Magnetic-ink character recognition (MICR)
 Optical recognition devices
 Barcode Readers
 Other sources
7
Adeyl Khan, Introduction to Computers
Common uses of Optical recognition devices
 Scanners at supermarkets
 Uses Barcodes
 Scanning text/documents
 Optical character recognition (OCR) software
required to convert picture into characters
 Document imaging - converts paper
documents to electronic versions
 Documents stored on disk
 Can be edited or processed by software
Adeyl Khan, Introduction to Computers
Other Input Sources
 Voice Input- User speaks to computer
 Speech recognition~ Most are speaker-dependent,
System “learns” user’s voice
 Digital Camera
 User takes photo that is stored on a chip
 Downloaded to computer
 Digital Photos
 Photos composed of many pixels of color
 Photos stored on removable memory card
 Use photo-editing software to enhance
 Store permanently on CDs or DVDs
9
Adeyl Khan, Introduction to Computers
Other Input Sources: Digital Video
 Digital video consists of a series of still
frames
 Displayed rapidly enough to give illusion of
motion
 Web cam used to transmit video over the
Internet
 Can capture video from analog sources with
video capture card
10
Adeyl Khan, Introduction to Computers
Output: Information for the User
 Computer screens
 Screen is part of computer’s monitor
 Display text and graphics
 Screen output known as soft copy
 Computer Screen Technology
 Cathode ray tube (CRT), Flat-panel screens
 LCD, LED, OLED …
 Smart Displays (with a processor and communication equipment)
 Printers
 Voice output
 Music output
 Microform
11
Adeyl Khan, Introduction to Computers
Output: Information for the User
 Major attribute affecting performance
 Scan rate~ Image refresh rate
 Color vs. Monochrome
 Resolution (clarity) of screen~ pixels- VGD, HD …
 Graphics standards exist
 Dot pitch ~ The amount of space between dots (PPI
…)
 Graphics card converts signals from the control
unit into the image the user sees
 Video memory- A high-speed form of RAM installed
on graphics card
12Video Frame Rate!
Adeyl Khan, Introduction to Computers
Graphic Standards: Resolution and color depth
width height
Mega-
pixels
Aspect
ratio
WXGA 1280 800 1.024 1.6
WSXGA /
WXGA+ 1440 900 1.296 1.6
WSXGA+ 1680 1050 1.764 1.6
WUXGA 1920 1200 2.304 1.6
UW-UXGA 2560 1080 2.765 2.37
WQHD 2560 1440 3.686 1.778
WQXGA 2560 1600 4.096 1.6
Color depth, also known as bit depth: 8-bit, 16-bit, 24-bit and 32-bit pixels
HDMI 1.3~ 30 bits (1.073 billion), 36 bits (68.71 billion), and 48 bits (281.5 trillion)
Adeyl Khan, Introduction to Computers
Impact printer and Nonimpact printer
 Impact Printers
 Physical contact with paper~ Line printer, Dot-
matrix printer
 Used for lengthy reports~ at banks
 Nonimpact Printers
 Prints without physically touching the page
 Laser printer~ Uses light beam
 Ink-jet printer~ Sprays dots of ink
 Ink smear!
14
Decision
• Quality
• Speed
• Cost
Audio output
Music Output Voice Output
 Multimedia clips, games,
videos include sight and
sound
 Speakers placed on side of
monitor
 Powered sub-woofers produce
low-frequency sounds
 Musical Instrument Digital
Interface (MIDI)
 Rules for connecting musical
instruments, synthesizers, and
computers
 Allows users to set up home
studios that rival capabilities of
professional recording studios
 Voice synthesizers convert
data to vocalized sounds
 Two approaches
 Synthesis by analysis -
analyzes actual human voice,
records and plays back as
needed
 Synthesis by rule - uses
linguistic rules to create
artificial speech
 Used in automated telephone-
based customer service
applications
 Useful when an inquiry would
be followed by a short reply,
such as a balance inquiry
15
Computer Output Microform (COM)
 Output of photographically
reduced images on
microfilm or microfiche
 Microfilm - images stored
on continuous roll of film
 Microfiche - images stored
in rows and columns on a
card
 Needs special reader
 Common uses
 Libraries store back issues
of periodicals
 Businesses store large
volumes of historical
records
16
Adeyl Khan, Introduction to Computers
Terminals
 Combine input and output capabilities
 Dumb terminal
 Keyboard for input and monitor for output
 No processing capability
 Intelligent terminal
 Has limited memory and a processor
 Point-of-sale (POS) terminal
 Captures retail sales data when transaction
takes place
17
Computer Graphics
Business Graphics
Video Graphics
 A powerful way to impart
information
 Colorful graphics, maps, and
charts help managers
compare data, spot trends,
and make quicker decisions
 As underlying data changes,
charts and graphs are
instantly updated
 A series of video images
 Displayed rapidly to give the
impression of motion
 Used extensively in
television
 Also used in computer and
arcade video games
18
Computer-Aided Design/
Computer-Aided Manufacturing
 Creates two- and
three-dimensional
designs
 Performs
engineering tests
such as stress
tests
 Serves as bridge
between design
and manufacturing
19
Adeyl Khan, Introduction to Computers
Ethics and Data
 Once data is in computer, there are many
ways it can be used
 Ethical issues to ponder
 Is it ethical to use a computer to alter
photographs?
 Is it ethical to erase e-mail messages that may
be of interest to a party in a lawsuit?
 Is it ethical to use someone else’s data for your
purposes?
20
Adeyl Khan, Introduction to Computers
!@#$%^&*
Adeyl Khan, Introduction to Computers
Objectives
 Describe the user relationship with computer input and
output
 Explain how data is input into a computer system and
differentiate among various input equipment
 Describe how a monitor works and the characteristics that
determine quality
 List and describe the different methods of computer
output
 Differentiate among different kinds of printers
 Explain the function of a computer terminal and describe
the types of terminals
 Describe the ethical considerations involved in handling
computer data
22

Weitere ähnliche Inhalte

Was ist angesagt?

TID Chapter 1 Introduction To Information Technology
TID Chapter 1 Introduction To Information TechnologyTID Chapter 1 Introduction To Information Technology
TID Chapter 1 Introduction To Information Technology
WanBK Leo
 
O Leary2008 Ce Complete Chapter7
O Leary2008 Ce Complete Chapter7O Leary2008 Ce Complete Chapter7
O Leary2008 Ce Complete Chapter7
lonetree
 
Multimedia unit-1.doc
Multimedia unit-1.docMultimedia unit-1.doc
Multimedia unit-1.doc
polast
 

Was ist angesagt? (20)

BAIT1003 Chapter 4
BAIT1003 Chapter 4BAIT1003 Chapter 4
BAIT1003 Chapter 4
 
Input devices
Input devicesInput devices
Input devices
 
Ict tools used in education new
Ict tools used in education newIct tools used in education new
Ict tools used in education new
 
Chapter05_L14a_Input
Chapter05_L14a_InputChapter05_L14a_Input
Chapter05_L14a_Input
 
TID Chapter 1 Introduction To Information Technology
TID Chapter 1 Introduction To Information TechnologyTID Chapter 1 Introduction To Information Technology
TID Chapter 1 Introduction To Information Technology
 
Saalim
Saalim Saalim
Saalim
 
L1 cs110 jcu-sindoni rev mh 22 07 11
L1 cs110 jcu-sindoni rev mh 22 07 11L1 cs110 jcu-sindoni rev mh 22 07 11
L1 cs110 jcu-sindoni rev mh 22 07 11
 
New Age Digital Pen Presentation 05 2009
New Age Digital Pen Presentation 05 2009New Age Digital Pen Presentation 05 2009
New Age Digital Pen Presentation 05 2009
 
Digital Pen
Digital PenDigital Pen
Digital Pen
 
computer fundamentals
computer fundamentalscomputer fundamentals
computer fundamentals
 
O Leary2008 Ce Complete Chapter7
O Leary2008 Ce Complete Chapter7O Leary2008 Ce Complete Chapter7
O Leary2008 Ce Complete Chapter7
 
Course work for it group a star
Course work for it group a starCourse work for it group a star
Course work for it group a star
 
Input and output devices
Input and output devicesInput and output devices
Input and output devices
 
Ch 5
Ch 5Ch 5
Ch 5
 
Alternate methods of input
Alternate methods of input Alternate methods of input
Alternate methods of input
 
Input and output
Input and outputInput and output
Input and output
 
Computer application in business
Computer application in businessComputer application in business
Computer application in business
 
Multimedia unit-1.doc
Multimedia unit-1.docMultimedia unit-1.doc
Multimedia unit-1.doc
 
Chapter 06
Chapter 06Chapter 06
Chapter 06
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
 

Andere mochten auch (14)

Water Pollution
Water PollutionWater Pollution
Water Pollution
 
Two Operating Systems
Two   Operating SystemsTwo   Operating Systems
Two Operating Systems
 
Capron 8 Ppt 16
Capron 8 Ppt 16Capron 8 Ppt 16
Capron 8 Ppt 16
 
Atm Powerpoint
Atm PowerpointAtm Powerpoint
Atm Powerpoint
 
1ab Input And Output
1ab   Input And Output1ab   Input And Output
1ab Input And Output
 
5 input and output devices
5 input and output devices5 input and output devices
5 input and output devices
 
Input
InputInput
Input
 
INPUT and OUTPUT facts
INPUT and OUTPUT factsINPUT and OUTPUT facts
INPUT and OUTPUT facts
 
SECURITY & CONTROL OF INFORMATION SYSTEM (Management Information System)
SECURITY & CONTROL OF INFORMATION SYSTEM (Management Information System)SECURITY & CONTROL OF INFORMATION SYSTEM (Management Information System)
SECURITY & CONTROL OF INFORMATION SYSTEM (Management Information System)
 
decision support system
decision support systemdecision support system
decision support system
 
Input and output devices ppt
Input and output devices pptInput and output devices ppt
Input and output devices ppt
 
Presentation on input devices...
Presentation on input devices... Presentation on input devices...
Presentation on input devices...
 
Presentation on Input and Output Devices
Presentation on Input and Output DevicesPresentation on Input and Output Devices
Presentation on Input and Output Devices
 
Input and output devices
Input and output devicesInput and output devices
Input and output devices
 

Ähnlich wie Input and output, the user connection

Chapter 3 input and output devices
Chapter 3 input and output devicesChapter 3 input and output devices
Chapter 3 input and output devices
Prafulla Tekriwal
 
14. Computer Systems Output Devices
14. Computer Systems   Output Devices14. Computer Systems   Output Devices
14. Computer Systems Output Devices
New Era University
 
It project
It projectIt project
It project
ngorton
 
Output Devices
 Output Devices Output Devices
Output Devices
ebinjp
 

Ähnlich wie Input and output, the user connection (20)

Chapter 3 input and output devices
Chapter 3 input and output devicesChapter 3 input and output devices
Chapter 3 input and output devices
 
Ict 4
Ict 4Ict 4
Ict 4
 
Computer Fundamentals Input and Output devices
Computer Fundamentals Input and Output devicesComputer Fundamentals Input and Output devices
Computer Fundamentals Input and Output devices
 
14. Computer Systems Output Devices
14. Computer Systems   Output Devices14. Computer Systems   Output Devices
14. Computer Systems Output Devices
 
Monika
MonikaMonika
Monika
 
Monika
MonikaMonika
Monika
 
INFO 1 unit 1.6 - Selection and use of output methods, media and devices
INFO 1 unit 1.6 - Selection and use of output methods, media and devicesINFO 1 unit 1.6 - Selection and use of output methods, media and devices
INFO 1 unit 1.6 - Selection and use of output methods, media and devices
 
an overview of computer
 an overview of computer an overview of computer
an overview of computer
 
Fundamentals
FundamentalsFundamentals
Fundamentals
 
Lec 05.pptx
Lec 05.pptxLec 05.pptx
Lec 05.pptx
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
 
Computer essential
Computer essentialComputer essential
Computer essential
 
Introduction To Computers
Introduction To ComputersIntroduction To Computers
Introduction To Computers
 
Lec # 06 Computer Hardware (IO Devices)-1.pptx
Lec # 06 Computer Hardware (IO Devices)-1.pptxLec # 06 Computer Hardware (IO Devices)-1.pptx
Lec # 06 Computer Hardware (IO Devices)-1.pptx
 
PST SC015 Chapter 2 Computer System (II) 2017/2018
PST SC015 Chapter 2 Computer System (II) 2017/2018PST SC015 Chapter 2 Computer System (II) 2017/2018
PST SC015 Chapter 2 Computer System (II) 2017/2018
 
Unit 1 two part hw sw os app sw
Unit 1 two part hw sw os app swUnit 1 two part hw sw os app sw
Unit 1 two part hw sw os app sw
 
It project
It projectIt project
It project
 
Computers10 Ch5
Computers10 Ch5Computers10 Ch5
Computers10 Ch5
 
Ppt lesson 05
Ppt lesson 05Ppt lesson 05
Ppt lesson 05
 
Output Devices
 Output Devices Output Devices
Output Devices
 

Kürzlich hochgeladen

VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
Diya Sharma
 
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
nilamkumrai
 

Kürzlich hochgeladen (20)

VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
 
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
 
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 

Input and output, the user connection

  • 1. The User Connection C5- Input and Output
  • 2. Adeyl Khan, Introduction to Computers How Users See Input and Output  Users submit data (input) to the computer to get processed information (output)  Output can be instant reaction to input  Also can be separated by time, distance, or both  E.g. Scanners- Flatbed, Sheetfed, Handheld 2
  • 3. Input Processing Time Instant Reaction Input and Output Separated  Items scanned at supermarket  Produce item name and price at counter  Forklift operator speaks to computer  Forklift obeys operator’s commands  Sales rep enters an order on a pad  Characters displayed as “typed” text and stored in pad  Factory workers punch a time clock as they go from task to task  Produce weekly paychecks and management reports  Data on checks input into bank computer  Computer processes entries once a month to prepare statements  Charge-card transactions provide input  Processed monthly to produce customer bills  Water samples collected and input into computer  Used to produce reports that show patterns of water quality 3
  • 4. Adeyl Khan, Introduction to Computers User Input: Getting Data using keyboard  Originated from typewriter~ now extinct  Can be unique to an industry~ POS Keyboards 4 Ergonomic Keyboards- Designed to reduce or minimize repetitive strain injury of wrists Provide more natural, comfortable position of wrists, arms, and hands
  • 5. Adeyl Khan, Introduction to Computers User Input: Getting Data using Pointing Devices  Point and click  position a pointer on the screen  Communicate commands by clicking buttons  Common devices  Mouse- Mechanical, Optical, Wireless  Devices used for games  Touchpad, pointing sticks  Others Trackball Joystick
  • 6. Adeyl Khan, Introduction to Computers Other Pointing Devices  Graphics tablet  User moves stylus or puck across board  Used to create or trace precise drawings  Touch screen  Allow user to touch items on screen  Position of finger on screen determines item to be input into system  Used at kiosks in public places such as malls  Pen-based computing  Use pen-like stylus to input data  Often used in PDAs or pocket PCs 6
  • 7. Adeyl Khan, Introduction to Computers User Input: Getting Data using Source Data Automation  Use of special equipment to collect data at the source  Primary areas  Magnetic-ink character recognition (MICR)  Optical recognition devices  Barcode Readers  Other sources 7
  • 8. Adeyl Khan, Introduction to Computers Common uses of Optical recognition devices  Scanners at supermarkets  Uses Barcodes  Scanning text/documents  Optical character recognition (OCR) software required to convert picture into characters  Document imaging - converts paper documents to electronic versions  Documents stored on disk  Can be edited or processed by software
  • 9. Adeyl Khan, Introduction to Computers Other Input Sources  Voice Input- User speaks to computer  Speech recognition~ Most are speaker-dependent, System “learns” user’s voice  Digital Camera  User takes photo that is stored on a chip  Downloaded to computer  Digital Photos  Photos composed of many pixels of color  Photos stored on removable memory card  Use photo-editing software to enhance  Store permanently on CDs or DVDs 9
  • 10. Adeyl Khan, Introduction to Computers Other Input Sources: Digital Video  Digital video consists of a series of still frames  Displayed rapidly enough to give illusion of motion  Web cam used to transmit video over the Internet  Can capture video from analog sources with video capture card 10
  • 11. Adeyl Khan, Introduction to Computers Output: Information for the User  Computer screens  Screen is part of computer’s monitor  Display text and graphics  Screen output known as soft copy  Computer Screen Technology  Cathode ray tube (CRT), Flat-panel screens  LCD, LED, OLED …  Smart Displays (with a processor and communication equipment)  Printers  Voice output  Music output  Microform 11
  • 12. Adeyl Khan, Introduction to Computers Output: Information for the User  Major attribute affecting performance  Scan rate~ Image refresh rate  Color vs. Monochrome  Resolution (clarity) of screen~ pixels- VGD, HD …  Graphics standards exist  Dot pitch ~ The amount of space between dots (PPI …)  Graphics card converts signals from the control unit into the image the user sees  Video memory- A high-speed form of RAM installed on graphics card 12Video Frame Rate!
  • 13. Adeyl Khan, Introduction to Computers Graphic Standards: Resolution and color depth width height Mega- pixels Aspect ratio WXGA 1280 800 1.024 1.6 WSXGA / WXGA+ 1440 900 1.296 1.6 WSXGA+ 1680 1050 1.764 1.6 WUXGA 1920 1200 2.304 1.6 UW-UXGA 2560 1080 2.765 2.37 WQHD 2560 1440 3.686 1.778 WQXGA 2560 1600 4.096 1.6 Color depth, also known as bit depth: 8-bit, 16-bit, 24-bit and 32-bit pixels HDMI 1.3~ 30 bits (1.073 billion), 36 bits (68.71 billion), and 48 bits (281.5 trillion)
  • 14. Adeyl Khan, Introduction to Computers Impact printer and Nonimpact printer  Impact Printers  Physical contact with paper~ Line printer, Dot- matrix printer  Used for lengthy reports~ at banks  Nonimpact Printers  Prints without physically touching the page  Laser printer~ Uses light beam  Ink-jet printer~ Sprays dots of ink  Ink smear! 14 Decision • Quality • Speed • Cost
  • 15. Audio output Music Output Voice Output  Multimedia clips, games, videos include sight and sound  Speakers placed on side of monitor  Powered sub-woofers produce low-frequency sounds  Musical Instrument Digital Interface (MIDI)  Rules for connecting musical instruments, synthesizers, and computers  Allows users to set up home studios that rival capabilities of professional recording studios  Voice synthesizers convert data to vocalized sounds  Two approaches  Synthesis by analysis - analyzes actual human voice, records and plays back as needed  Synthesis by rule - uses linguistic rules to create artificial speech  Used in automated telephone- based customer service applications  Useful when an inquiry would be followed by a short reply, such as a balance inquiry 15
  • 16. Computer Output Microform (COM)  Output of photographically reduced images on microfilm or microfiche  Microfilm - images stored on continuous roll of film  Microfiche - images stored in rows and columns on a card  Needs special reader  Common uses  Libraries store back issues of periodicals  Businesses store large volumes of historical records 16
  • 17. Adeyl Khan, Introduction to Computers Terminals  Combine input and output capabilities  Dumb terminal  Keyboard for input and monitor for output  No processing capability  Intelligent terminal  Has limited memory and a processor  Point-of-sale (POS) terminal  Captures retail sales data when transaction takes place 17
  • 18. Computer Graphics Business Graphics Video Graphics  A powerful way to impart information  Colorful graphics, maps, and charts help managers compare data, spot trends, and make quicker decisions  As underlying data changes, charts and graphs are instantly updated  A series of video images  Displayed rapidly to give the impression of motion  Used extensively in television  Also used in computer and arcade video games 18
  • 19. Computer-Aided Design/ Computer-Aided Manufacturing  Creates two- and three-dimensional designs  Performs engineering tests such as stress tests  Serves as bridge between design and manufacturing 19
  • 20. Adeyl Khan, Introduction to Computers Ethics and Data  Once data is in computer, there are many ways it can be used  Ethical issues to ponder  Is it ethical to use a computer to alter photographs?  Is it ethical to erase e-mail messages that may be of interest to a party in a lawsuit?  Is it ethical to use someone else’s data for your purposes? 20
  • 21. Adeyl Khan, Introduction to Computers !@#$%^&*
  • 22. Adeyl Khan, Introduction to Computers Objectives  Describe the user relationship with computer input and output  Explain how data is input into a computer system and differentiate among various input equipment  Describe how a monitor works and the characteristics that determine quality  List and describe the different methods of computer output  Differentiate among different kinds of printers  Explain the function of a computer terminal and describe the types of terminals  Describe the ethical considerations involved in handling computer data 22

Hinweis der Redaktion

  1. Other devices Pointing devices Source data automation
  2. The most common pointing device Movement on flat surface causes movement of pointer on screen Several types Mechanical - small ball on underside rolls as mouse is moved Optical - uses a light beam to monitor mouse movement Cordless - uses either infrared or radio waves, rather than a cord, to connect to computer
  3. MICR Uses a machine to read characters made of magnetized particles Banking industry is predominant user Characters preprinted on lower left-hand side of check Amount added by MICR inscriber when check is cashed Optical Recognition Uses a light beam to scan data and convert to electrical signals Common uses Scanners are the most common form Other optical recognition methods
  4. Optical Mark Recognition Machine senses marks on piece of paper Optical character recognition Wand reader reads characters in special typeface Bar Codes A series of vertical marks Represents a unique code Universal Product Code (UPC) used as standard in supermarkets
  5. Produce information on paper output~ hard copy Orientation~ Portrait, Landscape Two ways of printing Impact printer Nonimpact printer Dot-matrix printer Has print head consisting of one or more columns of pins Pins form characters and images as pattern of dots