Difficulty: Easy
Correct Answer: Teleprinters are commonly called teletypes (TTY) and combine a keyboard for input with a printer for output.
Explanation:
Introduction:
Before graphical terminals and PCs, electromechanical terminals played a central role in human–computer interaction over serial lines. Knowing what a teleprinter is—and how it relates to the term “teletype” (TTY)—clarifies many historical references in operating systems and networking literature.
Given Data / Assumptions:
Concept / Approach:
A teleprinter (often branded Teletype, hence TTY) integrates a typewriter-like keyboard with a printing mechanism. Users type commands; responses print on paper. TTY conventions persist today as a term for terminals in UNIX-like systems. Teleprinters are not electronic mail systems, displays only, or output-only devices—they are interactive text terminals with integrated printing.
Step-by-Step Solution:
1) Identify core functions: keyboard input + printed output on paper.2) Recognize synonym: “teletype” → TTY.3) Exclude claims that they are output-only or that they equal X.400 email.4) Select the composite description capturing name and functionality.
Verification / Alternative check:
Historical Teletype models (e.g., ASR-33) provided both a keyboard and a printer; “/dev/tty” device files in UNIX trace back to these terminals.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing teleprinters with later CRT/VDU terminals or with messaging protocols; teleprinters are physical, hard-copy terminals.
Final Answer:
Teleprinters are commonly called teletypes (TTY) and combine a keyboard for input with a printer for output.
Discussion & Comments