Display code
Encyclopedia
Display code is the 6-bit character set used by many computer systems manufactured by Control Data Corporation
Control Data Corporation
Control Data Corporation was a supercomputer firm. For most of the 1960s, it built the fastest computers in the world by far, only losing that crown in the 1970s after Seymour Cray left the company to found Cray Research, Inc....

, notably the CDC 6600
CDC 6600
The CDC 6600 was a mainframe computer from Control Data Corporation, first delivered in 1964. It is generally considered to be the first successful supercomputer, outperforming its fastest predecessor, IBM 7030 Stretch, by about three times...

 in 1964. The CDC 6000 series
CDC 6000 series
The CDC 6000 series was a family of mainframe computers manufactured by Control Data Corporation in the 1960s. It consisted of CDC 6400, CDC 6500, CDC 6600 and CDC 6700 computers, which all were extremely rapid and efficient for their time...

, and their followons, had 60 bit words. As such, typical usage packed 10 characters per word.

There were several variations of display code, notably the 63-character character set, and the 64-character character set. There were also 'CDC graphic' and 'ASCII
ASCII
The American Standard Code for Information Interchange is a character-encoding scheme based on the ordering of the English alphabet. ASCII codes represent text in computers, communications equipment, and other devices that use text...

 graphic' variants of both the 63- and 64-character sets. The choice between 63- or 64-character character set, and between CDC or ASCII graphic was site-selectable. Generally, early CDC customers started out with the 63-character character set, and CDC graphic print trains on their line printer
Line printer
The line printer is a form of high speed impact printer in which one line of type is printed at a time. They are mostly associated with the early days of computing, but the technology is still in use...

s. As time-sharing became prevalent, almost all sites used the ASCII variant - so that line printer output would match interactive usage. Later CDC customers were also more likely to use the 64-character character set.

A later variation, called 6/12 display code, was used in the Kronos and NOS
NOS (software)
NOS was an operating system with time-sharing capabilities, written by Control Data Corporation in the 1970s....

 timesharing systems in order to support full ASCII
ASCII
The American Standard Code for Information Interchange is a character-encoding scheme based on the ordering of the English alphabet. ASCII codes represent text in computers, communications equipment, and other devices that use text...

 capabilities. In 6/12 mode, an escape character (the circumflex, octal 76) would indicate that the following letter was lower case. Thus, upper case and other characters were 6 bits in length, and lower case characters were 12 bits in length.

The PLATO system used a further variant of 6/12 display code. Noting that lower case letters were most common in typical PLATO usage, the roles were reversed. Lower case letters were the norm, and the escape character preceded upper case letters.

The typical text file format used a zero-byte
Byte
The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits. Historically, a byte was the number of bits used to encode a single character of text in a computer and for this reason it is the basic addressable element in many computer...

terminator
to signify the end of each record. The zero-byte terminator was indicated by, at least, the final twelve bits of a 60-bit word being set to zero. The terminator could actually be anywhere from 12- to 66-bits long - depending on the length of the record. This caused an ambiguity in the 64-character character set, when a colon character needed to be the final character in a record. In such cases a blank character was typically appended to the record after the trailing colon.

Display code characters (64-character character set version)







































ASCIICDC
BinaryDecimalOctalGraphicGraphic Name 
000 000000::colon
000 001101AA 
000 010202BB 
000 011303CC 
000 100404DD 
000 101505EE 
000 110606FF 
000 111707GG 
001 000810HH 
001 001911II 
001 0101012JJ 
001 0111113KK 
001 1001214LL 
001 1011315MM 
001 1101416NN 
001 1111517OO 
010 0001620PP 
010 0011721QQ 
010 0101822RR 
010 0111923SS 
010 1002024TT 
010 1012125UU 
010 1102226VV 
010 1112327WW 
011 0002430XX 
011 0012531YY 
011 0102632ZZ 
011 011273300 
011 100283411 
011 101293522 
011 110303633 
011 111313744 



































ASCIICDC
BinaryDecimalOctalGraphicGraphic Name 
100 000324055 
100 001334166 
100 010344277 
100 011354388 
100 100364499 
100 1013745++ 
100 1103846-- 
100 1113947** 
101 0004050// 
101 0014151(( 
101 0104252)) 
101 0114353$$ 
101 1004454== 
101 1014555  blank
101 1104656,, 
101 1114757.. 
110 0004860#equiv
110 0014961[[ 
110 0105062]] 
110 0115163%%
110 1005264"not eq
110 1015365_concat
110 1105466!log OR
110 1115567&log AND
111 0005670'super
111 0015771?sub
111 0105872<< 
111 0115973>> 
111 1006074@ 
111 1016175\ 
111 1106276^¬NOT
111 1116377;; 


The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK