SlideShare a Scribd company logo
1 of 14
Download to read offline
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 1 / 14 File: lec7chap6f04.doc
General Items:
Tests?
Questions?
Anything?
Reading Materials:
Miscellaneous:
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 2 / 14 File: lec7chap6f04.doc
What is output?
- A computer processes the data and generates output!
- Also known as Information (or processed data)
- The output type depends on the HW or SW being used
- Viewable, Printable, Audible, …
Output devices
- A hardware device that can convey information to a user
o Display Devices
o Printers
o Speakers, Handsets, etc.
What is the big idea?
Input
(data)
Processor
(generates Inf.)
Video/GraphicsText Audio ?????
Viewable
Viewable – visually orthrough
some physical medium
Audible
Viewable
What is missing?
Viewable
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 3 / 14 File: lec7chap6f04.doc
So what about DIGITAL SMELL TEHCNOLOGY?
- Another aspect of Multimedia and Virtual Experience
- Real or laughable? - A very challenging area of research
o Where is the smell coming from?
o How do they generate the smell?
- The Idea: Click & Sniff
- Applications: Another virtual experience; Just imagine:
o Smelling the nature through your computer
o Watching Smelly movies!
o Smell perfumes/food/etc. before you buy them over internet
- Manufacturers
o Trisenx : http://www.trisenx.com/menu.html
?Creating customized fragrances
?60 Primary aromas (odors)
?Uses the computer serial port
o Digisents : Out of business!
o Listening to the music and smelling an odor!
?You can buy it for $50!
- Want to learn more?
o http://www.time.com/time/interactive/technology/smelling_np.html
What about Touching?
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 4 / 14 File: lec7chap6f04.doc
Know the difference
- Display Device: Visually conveys outputs such as text and graphics on
a screen
o Information is displayed temporarily (Soft Copy)
- Printers: Generate outputs such as text and graphics on a physical
medium (paper, film, transparency, etc.)
o It generates Hard Copy and it is permanent
Display Devices
- Project text, graphics, video, etc.
- Consists of a Screen housed in the Monitor
- Projection types:
o Distinctive in several ways:
?Technology and cost
?Quality (resolution)
?View ability
?Application
?Power usage
?Ergonomics
- Monochrome Monitors
o Black and white colors
o Sometimes use Gray Scaling (one color but different contrasts)
- Uses different shades of gray from white to black
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 5 / 14 File: lec7chap6f04.doc
CRT Monitors
- Cathode Ray Tube – a glass tube with conductive coating
- CRTs are the most common way of displaying images today
o Monitors, televisions
- Cathode is negative – indicating the electrons
- Basic Idea:
o A High-speed beam of electrons flies through the vacuum in the
tube and hits the flat screen at the other end of the tube
o The screen is coated with phosphor, which glows when struck by
the beam
o The generated beam can be “steered” using electromagnetic fields
- Each dot of phosphor consists of Red, Green, and Blue – called a Pixel
- Black color is created when R=G=B=0
- White color is created when R=G=B=255
- Yellow color? RG=255, B=0
What is it with the curvy looking screens? Why not flat?
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 6 / 14 File: lec7chap6f04.doc
Field Emission Display (FED)
- Fundamentally similar to CRT: But has several magnetic fields
o A CRT has a single electron source addressing many pixels
o An FED has many electron sources addressing a single pixel
Why do you have two greens?
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 7 / 14 File: lec7chap6f04.doc
LCD Monitors
- Liquid Crystal Display
– Strange name (solid or liquid?)
o Invented in 19th
century!
o Sensitive to temperature
o Easy to build!
o Generating color is done by controlling each pixel separately
- Flat-panel display – thus smaller, lower power consumption
- The basic idea:
o The LC is sandwiched between two sheets made of special
materials
o By applying electricity the light passing through it can be blocked
- Resolution is proportional to size
- Some cool applications:
o Calculators, what else?
o Use them as picture frames! Huh?
o Electronic books (would you buy one?)
- Uses ClearType technology
Gas Plasma Monitors
- Flat-panel display devices that use Gas Plasma instead of liquid crystal
- The basic idea:
o By charging the gas, atoms collide and change energy levels ->
generating light!
- The main advantage : We can have a very wide screen
- Each pixel is lit individually
o The image is very bright
o The image looks good from almost every angle
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 8 / 14 File: lec7chap6f04.doc
Some basic terminologies:
Response Time: Time it takes to turn a pixel on/off – used for LCD
monitors
Electromagnetic Radiation (EMR): Magnetic field generated by the CRT
monitors
Energy Star Program: Building energy efficient devices
Refresh Rate: Redrawing speed of the monitor (also called scan rate – used
for CRT monitors)
Comparing different technologies:
Characteristic CRT LCD Plasma
Cost Low High
Radiation(EMR) High None None
View ability Very large
Quality Good Very clear All-angles view ability
Power High Low Low
Refreshing and flickering Issue (75 times/s) None (on/off) None (on/off)
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 9 / 14 File: lec7chap6f04.doc
Displaying on the computer monitor
- The computer sends the signal to a video card then to the monitor
- The monitor and the video card must be compatible
o Agree on a set of standards:
o Analog or digital
o Color depth: Number of bits to store information on each pixel
o Resolution: Number of dots per inch (dpi)
o Memory: Needed to store information about each pixel (color
resolution)
- Obviously, higher color depth and resolution require more memory
- Typical video standards: VGA, SVGA, Beyond Supper VGA
Video Card Monitor
Digital signals Analog signals
Basic standard:
- Resolution
- Number of colors and
color depth
- Connections
Basic standard:
- Resolution
- Number of colors and
color depth
- Memory
Computer
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 10 / 14 File: lec7chap6f04.doc
A little about TVs:
- Most TVs expect analog signals (analog broadcasting)
- To receive computer signals we must convert digital signals from the
computer into analog
- Signals must be converted to meet NTSC standard (National Television
Standards Committee)
- HDTV:
o Expects digital signals
o Much better clarity and details
o lifelike pictures
- 720 or 1080 lines of resolution compared to the 525 lines
o Supports digital surround sound system
o Offers Interactive TV features!
525 Scan
lines –
refresh every
1/30 sec
500 dots
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 11 / 14 File: lec7chap6f04.doc
Printers:
- Output device that produces text, graphics, etc. on a physical medium
- Generates a hard copy: printout
o Portrait or landscape orientation
- Types:
o Impact: Physical contact with the paper
o Non-impact: Uses spaying, heat, pressure, etc.
- Printer speed:
o In terms of characters per second (cps), lines per sec (lps), page per
sec (pps).
o Resolution (600 to 2400 dpi or more – dots per inch)
- Higher resolution -> better magnification ability
Impact Printers:
- Dot matrix printer: prints by striking the ink ribbon
o Uses continuous-form paper
o Speed is based on cps
o Noisy and produces Near Letter Quality printouts)
- Line printers
o High-speed impact printer
o Prints one line at time
o Some support font size and style
- Braille Printer
o Outputs information in Braille onto paper
Non-impact Printers:
- Ink-jet Printers: print by spraying tiny drops of liquid (still dots!)
o Produce letter quality
o The resolution is based on the number of dots per inch
o How is the color dried? – through some sort of a heating device
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 12 / 14 File: lec7chap6f04.doc
o They can print on anything! Photo-papers, glossy, etc.
- Laser Printers
o High-speed high quality non-impact printer (600-2400 dpi)
o Offers high resolution
o Also called page-printers (stores the entire page)
o Support page-descriptive language (PDL) such as PostScript
o Typically very fast (19-50 ppm)
o Have large memory (16MB per page with 600 dpi resolution!)
o Need a toner and works with a laser beam
- Thermal Printers
o Generates images by electrically heated pins against heat-sensitive
paper
o Not a very good quality
- Portable Printers
o Small lightweight printers
o Can be based on different technologies (Ink-jet)
o Many use USB ports (no power cord required)
- Plotters
o Sophisticated printers to produce high quality printouts
Speakers and Headsets:
- Examples: Speakers, Headsets, sub-woofer
- What about subwoofers?
o Tweeter, Woofer, Midrange Driver
- Different technologies:
o Vacuumed sealed (Acoustic) , Bass Reflex, Dipole passive radiator
(bi-directional)
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 13 / 14 File: lec7chap6f04.doc
o
Other output devices:
- Fax Machines:
o Scans a document and converts it into digital data
- Transmits the image over telephone line (analog)
- Receives the incoming analog signal
- Converts the data into digital image
- Then prints or stores a copy
- Fax modem:
o Sending electronic documents (such as a word document) as faxes
o Multifunctional Devices: Printer, scanner, copy machine, fax
machine all-in-one
Data projector
- Takes the image from the computer and projects it onto a large screen
- Basic types: LCD or DLP (Digital Light Processing Projector)
o LCD: Uses its own light source to display
o DLP: Offers sharper and brighter image; use tiny mirrors
Want to get free-online fax (eFax): http://home.efax.com/
Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004
F.Farahmand 14 / 14 File: lec7chap6f04.doc
Terminals:
- A device that performs both input and output
- Types of terminals
o Dumb terminals:
- No processing power; transmits, receives and display the
information only
- Such as a Host terminal
o Intelligent terminals:
- Has some memory and processing capacity
- Also called programmable terminals
o Special purpose terminals
- Perform specific tasks (cash register, bar code reader, ATM)
- Types:
? Point-of-sale terminals: Records purchases remotely
? Automated teller machine: Self-serving banking machine

More Related Content

Viewers also liked

Lec10chap9f04
Lec10chap9f04Lec10chap9f04
Lec10chap9f04screaminc
 
1 great resource-anti litem notice-civil procedure-
1 great resource-anti litem notice-civil procedure-1 great resource-anti litem notice-civil procedure-
1 great resource-anti litem notice-civil procedure-screaminc
 
Case law updatepaper5807
Case law updatepaper5807Case law updatepaper5807
Case law updatepaper5807screaminc
 
Cw 34 dfcs authorization to accept child for short term emergency care
Cw 34 dfcs authorization to accept child for short term emergency careCw 34 dfcs authorization to accept child for short term emergency care
Cw 34 dfcs authorization to accept child for short term emergency carescreaminc
 
Grandparent visitation
Grandparent visitationGrandparent visitation
Grandparent visitationscreaminc
 
Fp...ide20090313part2of2
Fp...ide20090313part2of2Fp...ide20090313part2of2
Fp...ide20090313part2of2screaminc
 
False claims policy fraud protocol state of georgia
False claims policy   fraud protocol state of georgiaFalse claims policy   fraud protocol state of georgia
False claims policy fraud protocol state of georgiascreaminc
 
Appealpowerpoint
AppealpowerpointAppealpowerpoint
Appealpowerpointscreaminc
 
9.10 special situations
9.10  special situations9.10  special situations
9.10 special situationsscreaminc
 
Cw 563 family service worker case plan
Cw 563 family service worker case planCw 563 family service worker case plan
Cw 563 family service worker case planscreaminc
 
13.1 eligibility and enrollment
13.1 eligibility and enrollment13.1 eligibility and enrollment
13.1 eligibility and enrollmentscreaminc
 
Failure to report
Failure to reportFailure to report
Failure to reportscreaminc
 
Dfcs 10.3 changes in placement
Dfcs 10.3 changes in placementDfcs 10.3 changes in placement
Dfcs 10.3 changes in placementscreaminc
 
Dr messner munchausen
Dr messner munchausenDr messner munchausen
Dr messner munchausenscreaminc
 
Good legal verbiage defendants objection on the grounds of relevancy-california
Good legal verbiage defendants objection on the grounds of relevancy-californiaGood legal verbiage defendants objection on the grounds of relevancy-california
Good legal verbiage defendants objection on the grounds of relevancy-californiascreaminc
 

Viewers also liked (16)

Lec10chap9f04
Lec10chap9f04Lec10chap9f04
Lec10chap9f04
 
1 great resource-anti litem notice-civil procedure-
1 great resource-anti litem notice-civil procedure-1 great resource-anti litem notice-civil procedure-
1 great resource-anti litem notice-civil procedure-
 
Case law updatepaper5807
Case law updatepaper5807Case law updatepaper5807
Case law updatepaper5807
 
Cw 34 dfcs authorization to accept child for short term emergency care
Cw 34 dfcs authorization to accept child for short term emergency careCw 34 dfcs authorization to accept child for short term emergency care
Cw 34 dfcs authorization to accept child for short term emergency care
 
Grandparent visitation
Grandparent visitationGrandparent visitation
Grandparent visitation
 
Fp...ide20090313part2of2
Fp...ide20090313part2of2Fp...ide20090313part2of2
Fp...ide20090313part2of2
 
False claims policy fraud protocol state of georgia
False claims policy   fraud protocol state of georgiaFalse claims policy   fraud protocol state of georgia
False claims policy fraud protocol state of georgia
 
Appealpowerpoint
AppealpowerpointAppealpowerpoint
Appealpowerpoint
 
9.10 special situations
9.10  special situations9.10  special situations
9.10 special situations
 
Cw 563 family service worker case plan
Cw 563 family service worker case planCw 563 family service worker case plan
Cw 563 family service worker case plan
 
13.1 eligibility and enrollment
13.1 eligibility and enrollment13.1 eligibility and enrollment
13.1 eligibility and enrollment
 
Failure to report
Failure to reportFailure to report
Failure to report
 
Man1285 (1)
Man1285 (1)Man1285 (1)
Man1285 (1)
 
Dfcs 10.3 changes in placement
Dfcs 10.3 changes in placementDfcs 10.3 changes in placement
Dfcs 10.3 changes in placement
 
Dr messner munchausen
Dr messner munchausenDr messner munchausen
Dr messner munchausen
 
Good legal verbiage defendants objection on the grounds of relevancy-california
Good legal verbiage defendants objection on the grounds of relevancy-californiaGood legal verbiage defendants objection on the grounds of relevancy-california
Good legal verbiage defendants objection on the grounds of relevancy-california
 

Similar to Lec7chap6f04 (20)

Lecture 5
Lecture 5Lecture 5
Lecture 5
 
Fundamentals
FundamentalsFundamentals
Fundamentals
 
Coc 1 basic computer parts
Coc 1 basic computer partsCoc 1 basic computer parts
Coc 1 basic computer parts
 
Output devices
Output devicesOutput devices
Output devices
 
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
 
Computers10 Ch5
Computers10 Ch5Computers10 Ch5
Computers10 Ch5
 
Computer ed.
Computer ed.Computer ed.
Computer ed.
 
Input devices
Input devicesInput devices
Input devices
 
Sajib Presentation CSC 103
Sajib Presentation CSC 103Sajib Presentation CSC 103
Sajib Presentation CSC 103
 
Computer graphics report
Computer graphics reportComputer graphics report
Computer graphics report
 
Lecture_6.pptx English speaking easyb to
Lecture_6.pptx English speaking easyb toLecture_6.pptx English speaking easyb to
Lecture_6.pptx English speaking easyb to
 
lecture2 computer graphics graphics hardware(Computer graphics tutorials)
 lecture2  computer graphics graphics hardware(Computer graphics tutorials) lecture2  computer graphics graphics hardware(Computer graphics tutorials)
lecture2 computer graphics graphics hardware(Computer graphics tutorials)
 
Cp unit 1
Cp unit 1Cp unit 1
Cp unit 1
 
Lec no. 3 comp hardware components
Lec no. 3 comp hardware componentsLec no. 3 comp hardware components
Lec no. 3 comp hardware components
 
output, processing, communication devices
output, processing, communication devicesoutput, processing, communication devices
output, processing, communication devices
 
Intro ch 04_a
Intro ch 04_aIntro ch 04_a
Intro ch 04_a
 
Output ch # 6
Output ch # 6Output ch # 6
Output ch # 6
 
Output devices
Output devicesOutput devices
Output devices
 
Output devices of Computer
Output devices of ComputerOutput devices of Computer
Output devices of Computer
 
Hardware
HardwareHardware
Hardware
 

More from screaminc

07052015 when the empirical base crumbles- the myth that open dependency proc...
07052015 when the empirical base crumbles- the myth that open dependency proc...07052015 when the empirical base crumbles- the myth that open dependency proc...
07052015 when the empirical base crumbles- the myth that open dependency proc...screaminc
 
Certori of lower court example of format bring rissler petitioned
Certori of lower court example of format bring rissler petitionedCertori of lower court example of format bring rissler petitioned
Certori of lower court example of format bring rissler petitionedscreaminc
 
Georgia court improvement project (cip)
Georgia court improvement project (cip)Georgia court improvement project (cip)
Georgia court improvement project (cip)screaminc
 
Juvenile justice delinquency prevention and treatment programs rfp (3)
Juvenile justice delinquency prevention and treatment programs rfp (3)Juvenile justice delinquency prevention and treatment programs rfp (3)
Juvenile justice delinquency prevention and treatment programs rfp (3)screaminc
 
Civil discovery (section 9 11-37)
Civil discovery (section 9 11-37)Civil discovery (section 9 11-37)
Civil discovery (section 9 11-37)screaminc
 
Amended+motion+for+new+trial+(pdf)
Amended+motion+for+new+trial+(pdf)Amended+motion+for+new+trial+(pdf)
Amended+motion+for+new+trial+(pdf)screaminc
 
Motion for new trial -clu 12-19_14_no_51_14
Motion for new trial -clu 12-19_14_no_51_14Motion for new trial -clu 12-19_14_no_51_14
Motion for new trial -clu 12-19_14_no_51_14screaminc
 
Amicus brief-draft-two
Amicus brief-draft-twoAmicus brief-draft-two
Amicus brief-draft-twoscreaminc
 
Appealpowerpoint by darice goode
Appealpowerpoint   by darice goodeAppealpowerpoint   by darice goode
Appealpowerpoint by darice goodescreaminc
 
Juvenile code revised ---hb 242
Juvenile code revised ---hb 242Juvenile code revised ---hb 242
Juvenile code revised ---hb 242screaminc
 
Extending foster care_policy_toolkit_5
Extending foster care_policy_toolkit_5Extending foster care_policy_toolkit_5
Extending foster care_policy_toolkit_5screaminc
 
Uniform juvenile court rules 01 22-13
Uniform juvenile court rules   01 22-13Uniform juvenile court rules   01 22-13
Uniform juvenile court rules 01 22-13screaminc
 
March 2015 appeal--s14a1703
March 2015 appeal--s14a1703March 2015 appeal--s14a1703
March 2015 appeal--s14a1703screaminc
 
Deprivation rules 2014
Deprivation rules 2014Deprivation rules 2014
Deprivation rules 2014screaminc
 
How to file motion for new trial 07142015
How to file motion for new trial 07142015How to file motion for new trial 07142015
How to file motion for new trial 07142015screaminc
 
Narcissistic personality disorder and the dsm–v --miller widigercampbell20101
Narcissistic personality disorder and the dsm–v --miller widigercampbell20101Narcissistic personality disorder and the dsm–v --miller widigercampbell20101
Narcissistic personality disorder and the dsm–v --miller widigercampbell20101screaminc
 
Np v state_of_georgia_usa_statement_of_interest
Np v state_of_georgia_usa_statement_of_interestNp v state_of_georgia_usa_statement_of_interest
Np v state_of_georgia_usa_statement_of_interestscreaminc
 
Changes from dsm iv-tr to dsm-5
Changes from dsm iv-tr to dsm-5Changes from dsm iv-tr to dsm-5
Changes from dsm iv-tr to dsm-5screaminc
 
Cps 36 open records request
Cps 36 open records requestCps 36 open records request
Cps 36 open records requestscreaminc
 
Cps 198 i-screen out form-
Cps 198 i-screen out form-Cps 198 i-screen out form-
Cps 198 i-screen out form-screaminc
 

More from screaminc (20)

07052015 when the empirical base crumbles- the myth that open dependency proc...
07052015 when the empirical base crumbles- the myth that open dependency proc...07052015 when the empirical base crumbles- the myth that open dependency proc...
07052015 when the empirical base crumbles- the myth that open dependency proc...
 
Certori of lower court example of format bring rissler petitioned
Certori of lower court example of format bring rissler petitionedCertori of lower court example of format bring rissler petitioned
Certori of lower court example of format bring rissler petitioned
 
Georgia court improvement project (cip)
Georgia court improvement project (cip)Georgia court improvement project (cip)
Georgia court improvement project (cip)
 
Juvenile justice delinquency prevention and treatment programs rfp (3)
Juvenile justice delinquency prevention and treatment programs rfp (3)Juvenile justice delinquency prevention and treatment programs rfp (3)
Juvenile justice delinquency prevention and treatment programs rfp (3)
 
Civil discovery (section 9 11-37)
Civil discovery (section 9 11-37)Civil discovery (section 9 11-37)
Civil discovery (section 9 11-37)
 
Amended+motion+for+new+trial+(pdf)
Amended+motion+for+new+trial+(pdf)Amended+motion+for+new+trial+(pdf)
Amended+motion+for+new+trial+(pdf)
 
Motion for new trial -clu 12-19_14_no_51_14
Motion for new trial -clu 12-19_14_no_51_14Motion for new trial -clu 12-19_14_no_51_14
Motion for new trial -clu 12-19_14_no_51_14
 
Amicus brief-draft-two
Amicus brief-draft-twoAmicus brief-draft-two
Amicus brief-draft-two
 
Appealpowerpoint by darice goode
Appealpowerpoint   by darice goodeAppealpowerpoint   by darice goode
Appealpowerpoint by darice goode
 
Juvenile code revised ---hb 242
Juvenile code revised ---hb 242Juvenile code revised ---hb 242
Juvenile code revised ---hb 242
 
Extending foster care_policy_toolkit_5
Extending foster care_policy_toolkit_5Extending foster care_policy_toolkit_5
Extending foster care_policy_toolkit_5
 
Uniform juvenile court rules 01 22-13
Uniform juvenile court rules   01 22-13Uniform juvenile court rules   01 22-13
Uniform juvenile court rules 01 22-13
 
March 2015 appeal--s14a1703
March 2015 appeal--s14a1703March 2015 appeal--s14a1703
March 2015 appeal--s14a1703
 
Deprivation rules 2014
Deprivation rules 2014Deprivation rules 2014
Deprivation rules 2014
 
How to file motion for new trial 07142015
How to file motion for new trial 07142015How to file motion for new trial 07142015
How to file motion for new trial 07142015
 
Narcissistic personality disorder and the dsm–v --miller widigercampbell20101
Narcissistic personality disorder and the dsm–v --miller widigercampbell20101Narcissistic personality disorder and the dsm–v --miller widigercampbell20101
Narcissistic personality disorder and the dsm–v --miller widigercampbell20101
 
Np v state_of_georgia_usa_statement_of_interest
Np v state_of_georgia_usa_statement_of_interestNp v state_of_georgia_usa_statement_of_interest
Np v state_of_georgia_usa_statement_of_interest
 
Changes from dsm iv-tr to dsm-5
Changes from dsm iv-tr to dsm-5Changes from dsm iv-tr to dsm-5
Changes from dsm iv-tr to dsm-5
 
Cps 36 open records request
Cps 36 open records requestCps 36 open records request
Cps 36 open records request
 
Cps 198 i-screen out form-
Cps 198 i-screen out form-Cps 198 i-screen out form-
Cps 198 i-screen out form-
 

Recently uploaded

Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...Suhani Kapoor
 
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...Call Girls in Nagpur High Profile
 
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查awo24iot
 
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...anilsa9823
 
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | DelhiFULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhisoniya singh
 
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...Pooja Nehwal
 
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikLow Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai GapedCall Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gapedkojalkojal131
 
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样qaffana
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...ranjana rawat
 
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...Pooja Nehwal
 
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一zul5vf0pq
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Pooja Nehwal
 

Recently uploaded (20)

Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
 
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
 
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
 
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
 
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | DelhiFULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
 
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
 
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
 
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikLow Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
 
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai GapedCall Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
 
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
 
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
 
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
 
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
 

Lec7chap6f04

  • 1. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 1 / 14 File: lec7chap6f04.doc General Items: Tests? Questions? Anything? Reading Materials: Miscellaneous:
  • 2. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 2 / 14 File: lec7chap6f04.doc What is output? - A computer processes the data and generates output! - Also known as Information (or processed data) - The output type depends on the HW or SW being used - Viewable, Printable, Audible, … Output devices - A hardware device that can convey information to a user o Display Devices o Printers o Speakers, Handsets, etc. What is the big idea? Input (data) Processor (generates Inf.) Video/GraphicsText Audio ????? Viewable Viewable – visually orthrough some physical medium Audible Viewable What is missing? Viewable
  • 3. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 3 / 14 File: lec7chap6f04.doc So what about DIGITAL SMELL TEHCNOLOGY? - Another aspect of Multimedia and Virtual Experience - Real or laughable? - A very challenging area of research o Where is the smell coming from? o How do they generate the smell? - The Idea: Click & Sniff - Applications: Another virtual experience; Just imagine: o Smelling the nature through your computer o Watching Smelly movies! o Smell perfumes/food/etc. before you buy them over internet - Manufacturers o Trisenx : http://www.trisenx.com/menu.html ?Creating customized fragrances ?60 Primary aromas (odors) ?Uses the computer serial port o Digisents : Out of business! o Listening to the music and smelling an odor! ?You can buy it for $50! - Want to learn more? o http://www.time.com/time/interactive/technology/smelling_np.html What about Touching?
  • 4. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 4 / 14 File: lec7chap6f04.doc Know the difference - Display Device: Visually conveys outputs such as text and graphics on a screen o Information is displayed temporarily (Soft Copy) - Printers: Generate outputs such as text and graphics on a physical medium (paper, film, transparency, etc.) o It generates Hard Copy and it is permanent Display Devices - Project text, graphics, video, etc. - Consists of a Screen housed in the Monitor - Projection types: o Distinctive in several ways: ?Technology and cost ?Quality (resolution) ?View ability ?Application ?Power usage ?Ergonomics - Monochrome Monitors o Black and white colors o Sometimes use Gray Scaling (one color but different contrasts) - Uses different shades of gray from white to black
  • 5. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 5 / 14 File: lec7chap6f04.doc CRT Monitors - Cathode Ray Tube – a glass tube with conductive coating - CRTs are the most common way of displaying images today o Monitors, televisions - Cathode is negative – indicating the electrons - Basic Idea: o A High-speed beam of electrons flies through the vacuum in the tube and hits the flat screen at the other end of the tube o The screen is coated with phosphor, which glows when struck by the beam o The generated beam can be “steered” using electromagnetic fields - Each dot of phosphor consists of Red, Green, and Blue – called a Pixel - Black color is created when R=G=B=0 - White color is created when R=G=B=255 - Yellow color? RG=255, B=0 What is it with the curvy looking screens? Why not flat?
  • 6. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 6 / 14 File: lec7chap6f04.doc Field Emission Display (FED) - Fundamentally similar to CRT: But has several magnetic fields o A CRT has a single electron source addressing many pixels o An FED has many electron sources addressing a single pixel Why do you have two greens?
  • 7. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 7 / 14 File: lec7chap6f04.doc LCD Monitors - Liquid Crystal Display – Strange name (solid or liquid?) o Invented in 19th century! o Sensitive to temperature o Easy to build! o Generating color is done by controlling each pixel separately - Flat-panel display – thus smaller, lower power consumption - The basic idea: o The LC is sandwiched between two sheets made of special materials o By applying electricity the light passing through it can be blocked - Resolution is proportional to size - Some cool applications: o Calculators, what else? o Use them as picture frames! Huh? o Electronic books (would you buy one?) - Uses ClearType technology Gas Plasma Monitors - Flat-panel display devices that use Gas Plasma instead of liquid crystal - The basic idea: o By charging the gas, atoms collide and change energy levels -> generating light! - The main advantage : We can have a very wide screen - Each pixel is lit individually o The image is very bright o The image looks good from almost every angle
  • 8. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 8 / 14 File: lec7chap6f04.doc Some basic terminologies: Response Time: Time it takes to turn a pixel on/off – used for LCD monitors Electromagnetic Radiation (EMR): Magnetic field generated by the CRT monitors Energy Star Program: Building energy efficient devices Refresh Rate: Redrawing speed of the monitor (also called scan rate – used for CRT monitors) Comparing different technologies: Characteristic CRT LCD Plasma Cost Low High Radiation(EMR) High None None View ability Very large Quality Good Very clear All-angles view ability Power High Low Low Refreshing and flickering Issue (75 times/s) None (on/off) None (on/off)
  • 9. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 9 / 14 File: lec7chap6f04.doc Displaying on the computer monitor - The computer sends the signal to a video card then to the monitor - The monitor and the video card must be compatible o Agree on a set of standards: o Analog or digital o Color depth: Number of bits to store information on each pixel o Resolution: Number of dots per inch (dpi) o Memory: Needed to store information about each pixel (color resolution) - Obviously, higher color depth and resolution require more memory - Typical video standards: VGA, SVGA, Beyond Supper VGA Video Card Monitor Digital signals Analog signals Basic standard: - Resolution - Number of colors and color depth - Connections Basic standard: - Resolution - Number of colors and color depth - Memory Computer
  • 10. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 10 / 14 File: lec7chap6f04.doc A little about TVs: - Most TVs expect analog signals (analog broadcasting) - To receive computer signals we must convert digital signals from the computer into analog - Signals must be converted to meet NTSC standard (National Television Standards Committee) - HDTV: o Expects digital signals o Much better clarity and details o lifelike pictures - 720 or 1080 lines of resolution compared to the 525 lines o Supports digital surround sound system o Offers Interactive TV features! 525 Scan lines – refresh every 1/30 sec 500 dots
  • 11. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 11 / 14 File: lec7chap6f04.doc Printers: - Output device that produces text, graphics, etc. on a physical medium - Generates a hard copy: printout o Portrait or landscape orientation - Types: o Impact: Physical contact with the paper o Non-impact: Uses spaying, heat, pressure, etc. - Printer speed: o In terms of characters per second (cps), lines per sec (lps), page per sec (pps). o Resolution (600 to 2400 dpi or more – dots per inch) - Higher resolution -> better magnification ability Impact Printers: - Dot matrix printer: prints by striking the ink ribbon o Uses continuous-form paper o Speed is based on cps o Noisy and produces Near Letter Quality printouts) - Line printers o High-speed impact printer o Prints one line at time o Some support font size and style - Braille Printer o Outputs information in Braille onto paper Non-impact Printers: - Ink-jet Printers: print by spraying tiny drops of liquid (still dots!) o Produce letter quality o The resolution is based on the number of dots per inch o How is the color dried? – through some sort of a heating device
  • 12. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 12 / 14 File: lec7chap6f04.doc o They can print on anything! Photo-papers, glossy, etc. - Laser Printers o High-speed high quality non-impact printer (600-2400 dpi) o Offers high resolution o Also called page-printers (stores the entire page) o Support page-descriptive language (PDL) such as PostScript o Typically very fast (19-50 ppm) o Have large memory (16MB per page with 600 dpi resolution!) o Need a toner and works with a laser beam - Thermal Printers o Generates images by electrically heated pins against heat-sensitive paper o Not a very good quality - Portable Printers o Small lightweight printers o Can be based on different technologies (Ink-jet) o Many use USB ports (no power cord required) - Plotters o Sophisticated printers to produce high quality printouts Speakers and Headsets: - Examples: Speakers, Headsets, sub-woofer - What about subwoofers? o Tweeter, Woofer, Midrange Driver - Different technologies: o Vacuumed sealed (Acoustic) , Bass Reflex, Dipole passive radiator (bi-directional)
  • 13. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 13 / 14 File: lec7chap6f04.doc o Other output devices: - Fax Machines: o Scans a document and converts it into digital data - Transmits the image over telephone line (analog) - Receives the incoming analog signal - Converts the data into digital image - Then prints or stores a copy - Fax modem: o Sending electronic documents (such as a word document) as faxes o Multifunctional Devices: Printer, scanner, copy machine, fax machine all-in-one Data projector - Takes the image from the computer and projects it onto a large screen - Basic types: LCD or DLP (Digital Light Processing Projector) o LCD: Uses its own light source to display o DLP: Offers sharper and brighter image; use tiny mirrors Want to get free-online fax (eFax): http://home.efax.com/
  • 14. Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS 1405 10/19/2004 F.Farahmand 14 / 14 File: lec7chap6f04.doc Terminals: - A device that performs both input and output - Types of terminals o Dumb terminals: - No processing power; transmits, receives and display the information only - Such as a Host terminal o Intelligent terminals: - Has some memory and processing capacity - Also called programmable terminals o Special purpose terminals - Perform specific tasks (cash register, bar code reader, ATM) - Types: ? Point-of-sale terminals: Records purchases remotely ? Automated teller machine: Self-serving banking machine