Jump to content

Input (computer science)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ali Sanan (talk | contribs) at 16:50, 20 June 2011 (Created page with ''''Input''' In computer science the general meaning of the input is to provide or give something to the computer, in other words the state or act of a computer or ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Input

In computer science the general meaning of the input is to provide or give something to the computer, in other words the state or act of a computer or a component of computer or relevant device being accepting something from the user or from a device or from a software either automatically or manually is called Input.


We categorize computer devices as input devices due to the fact that we use these devices to send instructions to the computer, we are sending our "Input" to the computer, some common examples of computer input devices are:

1. Mouse 2. Keyboard 3. Microphone

We may also call some inner parts of the computer as input components to the other components, like the power on button of a computer is an input component for the processor or the power supply. Because it takes user input and sends it to other components for further processing.

In many computer languages the keyword Input is used as a special keyword or function, like in Visual Basic, the Input is used to get text input from the user.