Difference between revisions of "Keyboard"

From Computer History Wiki
Jump to: navigation, search
m (Proper cat)
m (+cat)
 
Line 1: Line 1:
 
A '''keyboard''' is a device used for sending [[character]]s to a computer, when the keys are struck by a [[user]]. Originally, almost all keyboards were part of [[terminal]]s, but now it is common for them to be independent devices.
 
A '''keyboard''' is a device used for sending [[character]]s to a computer, when the keys are struck by a [[user]]. Originally, almost all keyboards were part of [[terminal]]s, but now it is common for them to be independent devices.
  
The older ones typically sent characters codes in [[ASCII]], but now they usually send [[scan code]]s, which allow the [[operating system]] to know exactly which keys have been struct, including keys like 'Shift', etc.
+
The older ones typically sent characters codes in [[ASCII]], but now they usually send [[scan code]]s, which allow the [[operating system]] to know exactly which keys have been struck, including keys like 'Shift', etc.
  
 
{{semi-stub}}
 
{{semi-stub}}
 +
 +
[[Category: Device Basics‎‎]]

Latest revision as of 17:07, 13 December 2018

A keyboard is a device used for sending characters to a computer, when the keys are struck by a user. Originally, almost all keyboards were part of terminals, but now it is common for them to be independent devices.

The older ones typically sent characters codes in ASCII, but now they usually send scan codes, which allow the operating system to know exactly which keys have been struck, including keys like 'Shift', etc.