(computer science) A temporary storage device in a keyboard or microcomputer that holds information typed on the keyboard before the central processing unit is ready to accept it.
| Sci-Tech Dictionary: typeahead buffer |
(computer science) A temporary storage device in a keyboard or microcomputer that holds information typed on the keyboard before the central processing unit is ready to accept it.
| 5min Related Video: Keyboard buffer |
| Computer Desktop Encyclopedia: keyboard buffer |
A memory bank or reserved memory area that stores keystrokes until the program can accept them. It lets fast typists continue typing while the program catches up.
Download Computer Desktop Encyclopedia to your iPhone/iTouch
| WordNet: keyboard buffer |
The noun has one meaning:
Meaning #1:
a buffer that keeps track of key strokes until the computer is ready to respond to them
| Wikipedia: Keyboard buffer |
A keyboard buffer is a section of computer memory used to hold keystrokes before they are processed.
Keyboard buffers have long been used in command-line processing. As a user enters a command, they see it echoed on their terminal and can edit it before it is processed by the computer.
In time-sharing systems, the location of the buffer depends on whether communications is full-duplex or half-duplex. In full-duplex systems, keystrokes are transmitted one by one. As the main computer receives each keystroke, it ordinarily appends the character which it represents to the end of the keyboard buffer. The exception is control characters, such as "delete" or "backspace" which correct typing mistakes by deleting the character at the end of the buffer.
In half-duplex systems, keystrokes are echoed locally on a computer terminal. The user can see the command line on his terminal and edit it before it is transmitted to the main computer. Thus the buffer is local.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| PLOKTA | |
| Conio.h | |
| IJVM |
Copyrights:
![]() | Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved. Read more | |
![]() | Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher. © 1981-2009 Computer Language Company Inc. All rights reserved. Read more | |
![]() | WordNet. WordNet 1.7.1 Copyright © 2001 by Princeton University. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Keyboard buffer". Read more |