| Sci-Tech Dictionary: return key |
(computer science) A key on a typewriter or a computer keyboard that, when depressed, causes a print mechanism or cursor to move to the beginning of the next line.
| Sci-Tech Dictionary: return key |
(computer science) A key on a typewriter or a computer keyboard that, when depressed, causes a print mechanism or cursor to move to the beginning of the next line.
| 5min Related Video: Carriage return |
| WordNet: carriage return |
The noun has one meaning:
Meaning #1:
the operation that prepares for the next character to be printed or displayed as the first character on a line
| Wikipedia: Carriage return |
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. (January 2008) |
Originally, carriage return was the term for the control character in Baudot code on a teletypewriter for end of line return to beginning of line and did not include line feed. Later it was used for a mechanism or lever on a typewriter that would cause the cylinder on which the paper was held (the carriage) to return to the left side of the paper after a line of text had been typed, and would usually move the paper to the next line as well. The first power carriage return was added to electric typewriters by Smith Corona in 1960. The key for this was usually labelled "carriage return" or "return". To improve the keyboard for non-English-speakers, the symbol ↵ was introduced to mark this key, since this graphic could communicate the action of the key without using words.
Contents |
In computing, the carriage return (CR) is one of the control characters in ASCII code, Unicode or EBCDIC that commands a printer or other sort of display to move the position of the cursor to the first position on the same line. It was mostly used along with line feed, a move to the next line, while carriage return precedes line feed to indicate a new line. The term derives from the above usage, as early printers often closely resembled typewriters; this control character would activate a physical carriage-return mechanism.
On printers, teletypes, and computer terminals that were not capable of displaying graphics, the carriage return was used without moving to the next line to allow characters to be placed on top of existing characters to produce character graphics, underlines, and crossed out text.
Many computer programs use the carriage return character, alone or with a line feed, to signal the end of a line of text, but other characters are also used for this function (see newline); others use it only for a paragraph break (a hard return). Some standards which introduce their own representations for line and paragraph control (for example HTML) treat carriage return and line feed as whitespace.
In ASCII and Unicode, the character code decimal 13 (or hexadecimal 0D) is defined to be carriage return. In the C programming language and many other languages influenced by it, \r denotes this character[1].
On Windows, Macintosh and most other GUI operating systems, hitting the return key also results in the default option of a dialog box (usually OK or Yes) being selected.
Mac OS provides differentiation between the 'return' key and 'enter' key, while Microsoft Windows does not. Though used interchangeably today, the Return key and Enter key on PC keyboards actually send different scan codes, and so can be programmed for different uses.
^p^013^l$| Esc | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | PrtSc/ SysRq |
ScrLk | Pause/ Break |
|||||||||
|
|
Ins | Home | PgUp | NumLk | / | * | - | |||||||||||||||||
| Del | End | PgDn | 7 | 8 | 9 | + | ||||||||||||||||||
| 4 | 5 | 6 | ||||||||||||||||||||||
| ↑ | 1 | 2 | 3 | Ent | ||||||||||||||||||||
| ← | ↓ | → | 0 | . | ||||||||||||||||||||
|
||||||||||||||||||||
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| function code (computer science) | |
| reverse-printout typewriter (engineering) | |
| nongraphic character (computer science) |
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 | |
![]() | 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 "Carriage return". Read more |
Mentioned in