Skip to main content

Input Devices

Input device:

In computing, an input device is a peripheral (piece of computer hardware equipment) used to provide data and control signals to an information processing system such as a computer or information appliance. Examples of input devices include keyboards, mouse, scanners, digital cameras and joysticks.
Many input devices can be classified according to:
  • modality of input (e.g. mechanical motion, audio, visual, etc.)
  • whether the input is discrete (e.g. pressing of key) or continuous (e.g. a mouse's position, though digitized into a discrete quantity, is fast enough to be considered continuous)
  • the number of degrees of freedom involved (e.g. two-dimensional traditional mice, or three-dimensional navigators designed for CAD applications)
Pointing devices, which are input devices used to specify a position in space, can further be classified according to:
  • Whether the input is direct or indirect. With direct input, the input space coincides with the display space, i.e. pointing is done in the space where visual feedback or the pointer appears. Touchscreens and light pens involve direct input. Examples involving indirect input include the mouse and trackball.
  • Whether the positional information is absolute (e.g. on a touch screen) or relative (e.g. with a mouse that can be lifted and repositioned)
Direct input is almost necessarily absolute, but indirect input may be either absolute or relative.[clarification needed] For example, digitizing graphics tablets that do not have an embedded screen involve indirect input and sense absolute positions and are often run in an absolute input mode, but they may also be set up to simulate a relative input mode like that of a touchpad, where the stylus or puck can be lifted and repositioned.

Keyboards:

Main article: Computer keyboard
A 'keyboard' is a human interface device which is represented as a layout of buttons. Each button, or key, can be used to either input a linguistic character to a computer, or to call upon a particular function of the computer. They act as the main text entry interface for most users. Traditional keyboards use spring-based buttons, though newer variations employ virtual keys, or even projected keyboards. It is typewriter like device composed of a matrix of switches.
Examples of types of keyboards include:
A common computer input device, a keyboard. A user presses a key which transfers information to a computer.

Pointing device:

Main article: Pointing device

Pointing devices are the most commonly used input devices today. A pointing device is any human interface device that allows a user to input spatial data to a computer. In the case of mouse and touchpads, this is usually achieved by detecting movement across a physical surface. Analog devices, such as 3D mice, joysticks, or pointing sticks, function by reporting their angle of deflection. Movements of the pointing device are echoed on the screen by movements of the pointer, creating a simple, intuitive way to navigate a computer's graphical user interface (GUI).
Examples of types of pointing devices include:

High-degree of freedom input devices:

Some devices allow many continuous degrees of freedom as input. These can be used as pointing devices, but are generally used in ways that don't involve pointing to a location in space, such as the control of a camera angle while in 3D applications. These kinds of devices are typically used in virtual reality systems (CAVEs), where input that registers six degrees of freedom is required.

Composite devices:

Wii Remote with attached strap

Input devices, such as buttons and joysticks, can be combined on a single physical device that could be thought of as a composite device. Many gaming devices have controllers like this. Technically mice are composite devices, as they both track movement and provide buttons for clicking, but composite devices are generally considered to have more than two different forms of input.
Examples of types of composite devices include:

Video input devices:

Microsoft Kinect sensor seen here on a TV, works by detecting human motion visually

Video input devices are 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.
Examples of types of video input devices include:
Examples of medical video input devices include:

Audio input devices:

Audio input devices are used to capture sound. In some cases, an audio output device can be used as an input device, in order to capture produced sound.Audio input devices allow a user to send audio signals to a computer for processing, recording, or carrying out commands. Devices such as microphones allow users to speak to the computer in order to record a voice message or navigate software.Aside from recording, audio input devices are also used with speech recognition software.
Examples of types of audio input devices include:

Comments

Popular posts from this blog

Computer Science And its Evolution

Computer science is the study of the theory, experimentation, and engineering that form the basis for the design and use of computers . It is the scientific and practical approach to computation and its applications and the systematic study of the feasibility, structure, expression, and mechanization of the methodical procedures (or algorithms ) that underlie the acquisition, representation, processing, storage, communication of, and access to information . An alternate, more succinct definition of computer science is the study of automating algorithmic processes that scale. A computer scientist specializes in the theory of computation and the design of computational systems. [1] Its fields can be divided into a variety of theoretical and practical disciplines . Some fields, such as computational complexity theory (which explores the fundamental properties of computational and intractable problems), are highly abstract, while fields such as computer graphics emphasiz...

Computer and its fields

Computer Engineering: Computer engineering is a discipline that integrates several fields of electrical engineering and computer science required to develop computer hardware and software . [1] Computer engineers usually have training in electronic engineering (or electrical engineering ), software design , and hardware-software integration instead of only software engineering or electronic engineering. Computer engineers are involved in many hardware and software aspects of computing, from the design of individual microcontrollers , microprocessors , personal computers , and supercomputers , to circuit design . This field of engineering not only focuses on how computer systems themselves work, but also how they integrate into the larger picture. [2] Usual tasks involving computer engineers include writing software and firmware for embedded microcontrollers , designing VLSI chips, designing analog sensors , designing mixed signal circuit boards , and designing opera...