Copyright © Philip M. Parker, INSEAD. Terms of Use.

STANDARD INPUT/OUTPUT

Specialty Definition: STANDARD INPUT/OUTPUT

DomainDefinition

Computing

Standard input/output The predefined input/output channels which every Unix process is initialised with. Standard input is by default from the terminal, and standard output and standard error are to the terminal. Each of these channels (controlled via a file descriptor 0, 1, or 2 - stdin, stdout, stderr) can be redirected to a file, another device or a pipe connecting its process to another process. The process is normally unaware of such I/O redirection, thus simplifying prototyping of combinations of commands. The C programming language library includes routines to perform basic operations on standard I/O. Examples are "printf", allowing text to be sent to standard output, and "scanf", allowing the program to read from standard input. (1996-06-07). Source: The Free On-line Dictionary of Computing.

Source: compiled by the editor from various references; see credits.

Top     

Crosswords: STANDARD INPUT/OUTPUT

Specialty definitions using "STANDARD INPUT/OUTPUT": input/output redirectionstandard I/O, stderr, STDIN, stdio, stdio.h, STDOUT. (references)

Top     

Alternative Orthography: STANDARD INPUT/OUTPUT


Hexadecimal (or equivalents, 770AD-1900s) (references)

53 54 41 4E 44 41 52 44      49 4E 50 55 54 2F 4F 55 54 50 55 54

Leonardo da Vinci (1452-1519; backwards) (references)

    

Binary Code (1918-1938, probably earlier) (references)

01010011 01010100 01000001 01001110 01000100 01000001 01010010 01000100 00100000 01001001 01001110 01010000 01010101 01010100 00101111 01001111 01010101 01010100 01010000 01010101 01010100

HTML Code (1990) (references)

&#83 &#84 &#65 &#78 &#68 &#65 &#82 &#68 &#32 &#73 &#78 &#80 &#85 &#84 &#47 &#79 &#85 &#84 &#80 &#85 &#84

ISO 10646 (1991-1993) (references)

0053 0054 0041 004E 0044 0041 0052 0044      0049 004E 0050 0055 0054 002F 004F 0055 0054 0050 0055 0054

Encryption (beginner's substitution cypher): (references)

53543548383552382434850555417495554505554

Top     



INDEX

1. Crosswords
2. Orthography
3. Bibliography


  

Copyright © Philip M. Parker, INSEAD. Terms of Use.