Difficulty: Easy
Correct Answer: 5
Explanation:
Introduction:
Historical codes help explain the evolution from telegraphy and teletype systems to modern 8-bit and Unicode encodings. Baudot code (more precisely ITA2) was widely used for teleprinters and early data communications.
Given Data / Assumptions:
Concept / Approach:
Baudot (ITA2) represents characters using 5 bits per symbol. Because 5 bits alone cannot encode the full alphabet, digits, and punctuation, Baudot employs shift characters to toggle between “letters” and “figures” modes, effectively multiplexing two symbol tables. This economical bit width matched the bandwidth constraints of early telecommunication channels.
Step-by-Step Solution:
Recall that ITA2 defines 5-bit codes plus special shift/ltr/figs codes.Differentiate symbol bits from line framing (start/stop) added by asynchronous links.Confirm the canonical figure: 5 bits per Baudot/ITA2 symbol.Select the option “5.”
Verification / Alternative check:
Teleprinter documentation (e.g., Teletype Model 33/35) lists 5-bit code points and the letters/figures shifts used to extend the character set.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing line framing (start/stop/parity) with symbol width; Baudot codewords are 5 bits, even if the serial frame carries additional bits.
Final Answer:
5
Discussion & Comments