Codebusters Test Data-Driven Instruction 3 â Questions and Answers
Question 1: In Codebusters, a student applies frequency analysis to a 40-letter ciphertext and gets unreliable results. Why is a short ciphertext problematic for frequency analysis?
- Short ciphertexts always use Vigenère ciphers
- Small samples deviate significantly from expected letter frequencies due to statistical noise (Correct answer)
- Short ciphertexts cannot be substitution ciphers
- Frequency analysis only works on numeric codes
Correct answer: Small samples deviate significantly from expected letter frequencies due to statistical noise
Short texts produce unreliable frequency counts because random variation dominates when the sample size is small.
Question 2: A teacher tracks that students often confuse the Kasiski test purpose. What does the Kasiski test help determine?
- The substitution alphabet used in a Caesar cipher
- The likely key length of a Vigenère cipher by finding repeated ciphertext segments (Correct answer)
- The number of transpositions applied to a message
- The plaintext word boundaries in a running key cipher
Correct answer: The likely key length of a Vigenère cipher by finding repeated ciphertext segments
The Kasiski test finds repeated sequences in a Vigenère ciphertext and analyzes the distances between them to estimate the key length.
Question 3: Using data from competition results, a coach identifies that students struggle with consonant frequency ordering. In English, which group lists high-frequency consonants correctly?
- Z, Q, X, J
- T, N, S, R (Correct answer)
- V, K, W, Y
- B, C, G, P
Correct answer: T, N, S, R
T, N, S, and R are among the most common consonants in English, making them strong candidates during frequency analysis.
Question 4: A student analyzes error data and learns that single-letter words in aristocrat ciphers are highly diagnostic. Which two letters can appear as single-letter words in English?
- E and O
- A and I (Correct answer)
- I and O
- A and E
Correct answer: A and I
In English, only 'A' and 'I' are valid single-letter words, so any single-letter ciphertext word must map to one of these.
Question 5: A Codebusters instructor reviews data showing students use frequency analysis but forget to check digraph patterns. What is the second most common digraph in English after 'TH'?
- ER
- HE (Correct answer)
- IN
- AN
Correct answer: HE
'HE' is the second most common English digraph, following 'TH', and is a reliable pattern to exploit in ciphertext analysis.
Question 6: After test analysis, a coach finds students misapply data-driven strategies when nulls are present. What is a 'null' in a cipher message?
- A letter that represents a space
- A character inserted to mislead cryptanalysts that has no meaning (Correct answer)
- The key letter in a Vigenère tableau
- A cipher that encodes only numbers
Correct answer: A character inserted to mislead cryptanalysts that has no meaning
Nulls are meaningless characters deliberately inserted into a cipher message to confuse frequency analysis and word pattern recognition.
Question 7: A data dashboard shows that a class underperforms on Patristocrat ciphers compared to Aristocrats. What key feature distinguishes a Patristocrat from an Aristocrat?
- Patristocrats use numeric symbols instead of letters
- Patristocrats present ciphertext without spaces between words (Correct answer)
- Patristocrats always use a Vigenère tableau
- Patristocrats include punctuation but no letters
Correct answer: Patristocrats present ciphertext without spaces between words
In a Patristocrat, the ciphertext letters are grouped in fixed-width blocks with no word boundaries, unlike Aristocrats which preserve word spacing.
In Codebusters, a student applies frequency analysis to a 40-letter ciphertext and gets unreliable results.
Why is a short ciphertext problematic for frequency analysis?