Jump to content

Input (computer science)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AnomieBOT (talk | contribs) at 05:19, 4 November 2017 (Dating maintenance tags: {{Cn}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, input (used as a verb) refers to physically or automatically adding data to a system. Used as a noun, input refers to the actual data itself. Once data is in the system, it is available for a device or program to use to produce a desired outcome. For example, a user inputs certain data into a calculator, and the calculator processes the data to reach the desired result.

Input can be provided to systems through a wide variety of input devices, including a mouse, keyboard, touchscreen, microphone, webcam, softcam, touchpad, trackpad, image scanner, or trackball.

In many computer languages, the keyword "input" is used as a special keyword or function, such as in Visual Basic or Python. The command "input" is used to give the machine the data it has to process.[citation needed]

References

See also