Carriage return in the context of Line of text


Carriage return in the context of Line of text

Carriage return Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Carriage return in the context of "Line of text"


⭐ Core Definition: Carriage return

A carriage return, sometimes known as a cartridge return and often shortened to CR, <CR> or return, is a control character or mechanism used to reset a device's position to the beginning of a line of text. It is closely associated with the line feed and newline concepts, although it can be considered separately in its own right.

↓ Menu
HINT:

In this Dossier

Carriage return in the context of Olivetti Lettera 22

The Olivetti Lettera 22 [oliˈvetti ˈlɛttera ˌventiˈduːe] is a portable mechanical typewriter designed by Marcello Nizzoli in 1949 or, according to the company's current owner Telecom Italia, 1950. This typewriter was very popular in Italy, receiving the Compasso d'Oro prize in 1954. In 1959 the Illinois Institute of Technology chose the Lettera 22 as the best designed product of the last 100 years.

The typewriter is about 27x37x8 cm (with the carriage return lever adding another 1–2 centimeters in height), making it quite portable for the time's standards, even though its 3.7 kg (8.2 lb) weight may somewhat limit portability.

View the full Wikipedia page for Olivetti Lettera 22
↑ Return to Menu

Carriage return in the context of ASCII

ASCII (/ˈæski/ ASS-kee), an acronym for American Standard Code for Information Interchange, is a character encoding standard for representing a particular set of 95 (English language focused) printable and 33 control characters – a total of 128 code points. The set of available punctuation had significant impact on the syntax of computer languages and text markup. ASCII hugely influenced the design of character sets used by modern computers; for example, the first 128 code points of Unicode are the same as ASCII.

ASCII encodes each code-point as a value from 0 to 127 – storable as a seven-bit integer. Ninety-five code-points are printable, including digits 0 to 9, lowercase letters a to z, uppercase letters A to Z, and commonly used punctuation symbols. For example, the letter i is represented as 105 (decimal). Also, ASCII specifies 33 non-printing control codes which originated with Teletype devices; most of which are now obsolete. The control characters that are still commonly used include carriage return, line feed, and tab.

View the full Wikipedia page for ASCII
↑ Return to Menu

Carriage return in the context of Telegraph code

A telegraph code is one of the character encodings used to transmit information by telegraphy. Morse code is the best-known such code. Telegraphy usually refers to the electrical telegraph, but telegraph systems using the optical telegraph were in use before that. A code consists of a number of code points, each corresponding to a letter of the alphabet, a numeral, or some other character. In codes intended for machines rather than humans, code points for control characters, such as carriage return, are required to control the operation of the mechanism. Each code point is made up of a number of elements arranged in a unique way for that character. There are usually two types of element (a binary code), but more element types were employed in some codes not intended for machines. For instance, American Morse code had about five elements, rather than the two (dot and dash) of International Morse Code.

Codes meant for human interpretation were designed so that the characters that occurred most often had the fewest elements in the corresponding code point. For instance, Morse code for E, the most common letter in English, is a single dot ( ▄ ), whereas Q is  ▄▄▄ ▄▄▄ ▄ ▄▄▄ . These arrangements meant the message could be sent more quickly and it would take longer for the operator to become fatigued. Telegraphs were always operated by humans until late in the 19th century. When automated telegraph messages came in, codes with variable-length code points were inconvenient for machine design of the period. Instead, codes with a fixed length were used. The first of these was the Baudot code, a five-bit code. Baudot has only enough code points to print in upper case. Later codes had more bits (ASCII has seven) so that both upper and lower case could be printed. Beyond the telegraph age, modern computers require a very large number of code points (Unicode has 21 bits) so that multiple languages and alphabets (character sets) can be handled without having to change the character encoding. Modern computers can easily handle variable-length codes such as UTF-8 and UTF-16 which have now become ubiquitous.

View the full Wikipedia page for Telegraph code
↑ Return to Menu