Difference between revisions of "Keyboards, Mice and Other Input Devices"

From CompSciWiki
Jump to: navigation, search
Line 17: Line 17:
 
==Keyboards==
 
==Keyboards==
  
A '''Keyboard''' is used to type documents, take keystroke shortcuts, and perform a variety of other functions. Most keyboards include typing, numeric, function, and control keys.
+
A '''keyboard''' is used to type documents, take keystroke shortcuts, and perform a variety of other functions. Most keyboards include typing, numeric, function, and control keys.
  
  
Line 29: Line 29:
  
  
The control key (ctrl) is used in combination with other keys to perform shortcuts and special tasks. For example, holding down the control key (ctrl) while pressing the S key saves a document.   
+
The control key is used in combination with other keys to perform shortcuts and special tasks. For example, holding down the Ctrl-key while pressing the S-key saves a document.   
  
  
 
==Pointing Devices==
 
==Pointing Devices==
 +
 +
Pointing Devices are ...
  
  
Line 47: Line 49:
  
  
A '''touchpad'''  
+
A '''touchpad''' is a small, flat surface that you slide your finger over using the same movements as a mouse. A tap on the pad's surface is equivalent to a click of the mouse.
  
  
A '''pointing stick'''  
+
A '''pointing stick''' is a device that looks like a pencil eraser between the G, H and B keys, that is to be moved with the forefinger. This is popular on IBM laptops.
  
  
A '''touchscreen''' is a display that detects the presence and location of a touch by finger or a stylus within the display area. <ref>'''''Touchscreen''''' Available from:[[http://en.wikipedia.org/wiki/Touchscreen]] Accessed: 25 November 2008</ref>
+
A '''touchscreen''' is a display that detects the presence and location of a touch by finger or a stylus within the display area.  
 
+
  
  
 
==Imaging and Video Input Devices==
 
==Imaging and Video Input Devices==
  
A '''Scanner'''
+
Imaging and video input devices are input devices used to digitize images or video from the outside world into the computer. The information can be stored in a multitude of formats depending on the user's requirement. <ref>'''''Input Device''''' Available from:[[http://en.wikipedia.org/wiki/Input_device]] Accessed: 25 November 2008</ref>
  
A '''Web cam'''
 
  
A '''Digital camera'''
+
A '''scanner''' is a device that scans images and documents into digital or online format to be viewed on a computer. They may then be edited using applicable software.
  
A '''Fingerprint scanner'''
 
  
A '''Graphic tablet'''
+
 
 +
A '''web cam''' is a video capturing device that works by taking series of digital images. Today, web cams usually come built-in on laptops.
 +
 
 +
 
 +
A '''fingerprint scanner''' compares stored fingerprint pictures to the one presently being scanned.  If it matches, it lets the user in. These distinctive prints are being used instead of, or in addition, to a password.
 +
 
 +
 
 +
A '''graphics tablet''' is a flat surface on which the user may draw images or write text with the provided stylus. All input is displayed on the monitor. This device is common for capturing handwritten signatures.
  
  
 
==Audio Input Devices==
 
==Audio Input Devices==
  
A '''Microphone'''
+
Audio Input Devices are...
 +
 
 +
 
 +
A '''microphone''' is a device that records voice and sounds and places them on the computer in some digital format, like a wav file. All web cams have built-in microphones.
  
  
 
==Composite devices==
 
==Composite devices==
  
A '''Game controller'''
+
Composite devices are...
 +
 
 +
 
 +
*'''game controller'''
 +
 
 +
*'''joystick'''
  
A '''Joystick'''
+
*'''steering wheel'''
  
A '''Steering wheel'''
 
  
  

Revision as of 22:29, 29 November 2008

COMP1260 > Hardware



Introduction

An Input device is a hardware device that sends information into the CPU.[1] Every PC user needs to use an input device to allow them to interact with their PC. The most common input devices are the keyboard and mouse.


There are many different classifications of input devices.

 

...by students

What input devices are used?

blah blah

Previous Page: UPDATE THIS LINK

Next Page: UPDATE THIS LINK


Keyboards

A keyboard is used to type documents, take keystroke shortcuts, and perform a variety of other functions. Most keyboards include typing, numeric, function, and control keys.


Typing keys include the letters of the alphabet laid out in some pattern. QWERTY is the most layout. It gets its name from the first six letters of the top-left row of the typing keys. This layout was originally designed for typewriters to slow typists and prevent the type-writer keys from jamming.


The numeric keypad allows you to enter numbers quickly.


Function keys, also referred to as the “F” keys, act as shortcut keys to perform special functions. For example, the F1 key is usually universal for help in application software.


The control key is used in combination with other keys to perform shortcuts and special tasks. For example, holding down the Ctrl-key while pressing the S-key saves a document.


Pointing Devices

Pointing Devices are ...


A mouse is a small device that is held by the user to control the movement of the cursor on the display screen. Its name is derived from its shape and connecting wire, which looks like a mouse. Most mice have a minimum of two buttons and a scroll wheel for scrolling through long documents or web pages. There are many types of mice, the two most popular are mechanical and optical mice.


A mechanical mouse is a type of computer mouse that contains a metal or rubber ball on its under side. When the ball is rolled in any direction, sensors inside the mouse detect this motion and move the on-screen mouse pointer in the same direction.


An optical mouse uses a small light-emitting diode (LED) that bounces light off any surface onto a sensor. This type of mouse has several benefits over the ordinary mechanical mouse. It has no moving parts, increased tracking resolution, and dirt cannot get inside.


Mice can connect to the computer through USB, PS/2 or serial port. Wireless mice use infrared or radio frequency (Bluetooth) to connect with the computer.


A touchpad is a small, flat surface that you slide your finger over using the same movements as a mouse. A tap on the pad's surface is equivalent to a click of the mouse.


A pointing stick is a device that looks like a pencil eraser between the G, H and B keys, that is to be moved with the forefinger. This is popular on IBM laptops.


A touchscreen is a display that detects the presence and location of a touch by finger or a stylus within the display area.


Imaging and Video Input Devices

Imaging and video input devices are input devices used to digitize images or video from the outside world into the computer. The information can be stored in a multitude of formats depending on the user's requirement. [2]


A scanner is a device that scans images and documents into digital or online format to be viewed on a computer. They may then be edited using applicable software.


A web cam is a video capturing device that works by taking series of digital images. Today, web cams usually come built-in on laptops.


A fingerprint scanner compares stored fingerprint pictures to the one presently being scanned. If it matches, it lets the user in. These distinctive prints are being used instead of, or in addition, to a password.


A graphics tablet is a flat surface on which the user may draw images or write text with the provided stylus. All input is displayed on the monitor. This device is common for capturing handwritten signatures.


Audio Input Devices

Audio Input Devices are...


A microphone is a device that records voice and sounds and places them on the computer in some digital format, like a wav file. All web cams have built-in microphones.


Composite devices

Composite devices are...


  • game controller
  • joystick
  • steering wheel


References

  1. Input Device Available from:[[1]] Accessed: 25 November 2008
  2. Input Device Available from:[[2]] Accessed: 25 November 2008

http://en.wikipedia.org/wiki/Pointing_device

http://www.compukiss.com/articles/input-devices.html