Science Olympiad Codebusters — Questions and Answers
Question 1: Which Science Olympiad Codebusters cipher type involves a keyword-based columnar arrangement to encipher text rather than substituting individual letters?
- Columnar transposition (Correct answer)
- Vigenère
- Aristocrat
- Baconian
Correct answer: Columnar transposition
Columnar transposition rearranges plaintext letters by writing them in rows and reading off columns in a keyword-determined order, changing letter positions rather than identities.
Question 2: What is the Index of Coincidence (IC) primarily used for in cryptanalysis?
- Measuring the encryption speed of a cipher
- Determining the plaintext language
- Counting the total number of letters in a ciphertext
- Estimating the number of alphabets used in a polyalphabetic cipher (Correct answer)
Correct answer: Estimating the number of alphabets used in a polyalphabetic cipher
The IC measures the probability of two randomly chosen letters being the same, helping analysts distinguish monoalphabetic from polyalphabetic ciphers.
Question 3: What ancient cipher device used a cylinder to implement a transposition cipher?
- The Enigma rotor
- The Jefferson wheel
- The Polybius square
- The scytale (Correct answer)
Correct answer: The scytale
The scytale, used by ancient Spartans, was a cylinder around which a leather strip was wound; the message written across the strip was only readable when wound around a cylinder of the same diameter.
Question 4: What role does ethics play in Graduation Requirements practice?
- It only matters for legal compliance
- Ethics is optional in professional settings
- It guides professional conduct and protects stakeholders (Correct answer)
- It only applies to managers
Correct answer: It guides professional conduct and protects stakeholders
Professional ethics provide frameworks for responsible decision-making, ensuring practitioners act in the best interest of those they serve.
Question 5: The autokey cipher improves on the Vigenère cipher by doing what after the initial keyword is used?
- Reversing the keyword
- Using the plaintext itself as the continuing key (Correct answer)
- Switching to a transposition cipher
- Repeating the keyword indefinitely
Correct answer: Using the plaintext itself as the continuing key
In the autokey cipher, after the keyword letters are exhausted, the plaintext letters themselves serve as the subsequent key, preventing simple repetition that the Kasiski test exploits.
Question 6: When solving an Aristocrat cipher, which approach is generally most efficient as a starting strategy?
- Try all 26 Caesar shifts first
- Identify single-letter words first, then high-frequency letters, then common word patterns (Correct answer)
- Count only consonant frequencies
- Guess the key word and work backwards
Correct answer: Identify single-letter words first, then high-frequency letters, then common word patterns
Experienced Codebusters solvers start with single-letter words (A/I), then use high-frequency letters (E, T, A), then match common short words and patterns to build a consistent key.
Question 7: When analyzing a monoalphabetic substitution cipher in Codebusters, which letter in English plaintext has the highest expected frequency?
- T
- A
- S
- E (Correct answer)
Correct answer: E
The letter E is the most frequently occurring letter in standard English text, appearing approximately 13% of the time.
Question 8: Which doubled-letter combination appears most frequently in standard English text?
- LL (Correct answer)
- ZZ
- XX
Correct answer: LL
LL is the most common English double letter, appearing in high-frequency words like 'all', 'will', 'tell', 'bell', and 'call'.
Question 9: I am an odd number. Take away one letter, and I become even. What number am I?
- 3
- 9
- 5
- 7 (Correct answer)
Correct answer: 7
This is a wordplay riddle. The number "seven" is an odd number. If you "take away one letter" (the 's'), the remaining letters spell "even", which is an even number. This riddle relies on the phonetic and spelling properties of the word "seven".
Question 10: What validity threat arises if a Codebusters assessment uses only ciphers that are solved by frequency analysis, ignoring ciphers requiring mathematical computation?
- Reduced reliability due to increased scorer subjectivity
- Response bias from competitors who prefer letter-based puzzles
- Inflated difficulty because frequency analysis is harder than computation
- Construct underrepresentation, where the assessment fails to measure the full cryptographic skill domain (Correct answer)
Correct answer: Construct underrepresentation, where the assessment fails to measure the full cryptographic skill domain
Construct underrepresentation occurs when an assessment systematically omits a portion of the target skill domain, here excluding mathematical cipher skills from the measure.
Question 11: What should you do when encountering a difficult question?
- Guess immediately without reading
- Mark it, move on, and return to it later (Correct answer)
- Stare at it until you figure it out
- Skip it permanently
Correct answer: Mark it, move on, and return to it later
Mark difficult questions and move on to avoid wasting time. After completing easier questions, return with fresh perspective and remaining time.
Question 12: In a Morbit cipher (dot=1, dash=2), what two-digit number represents the Morse code for the letter A (dot-dash)?
- 22
- 11
- 12 (Correct answer)
- 21
Correct answer: 12
Morse code for A is dot-dash (.-), which in Morbit dot=1/dash=2 notation becomes the pair 1-2, written as 12.
Question 13: A principal reviews walkthrough data and notices most teachers rarely use higher-order questioning. The BEST next step is to:
- Place all teachers on performance improvement plans
- Report findings to the district without taking action
- Share data schoolwide and design targeted professional development (Correct answer)
- Mandate a new curriculum immediately
Correct answer: Share data schoolwide and design targeted professional development
Sharing data transparently and linking it to targeted PD aligns instructional coaching with observed needs.
Question 14: Which 19th-century cryptanalyst is credited with publishing the method for breaking the Vigenère cipher using repeated sequence analysis?
- William Friedman
- Friedrich Kasiski (Correct answer)
- Charles Babbage
- Blaise de Vigenère
Correct answer: Friedrich Kasiski
Friedrich Kasiski published the systematic method in 1863, though Charles Babbage had independently discovered it earlier but never published.
Question 15: What does a flat (near-uniform) frequency distribution in a ciphertext strongly indicate about the cipher type?
- A polyalphabetic or transposition cipher was used (Correct answer)
- The plaintext is very short
- The key is a single letter
- A simple Caesar shift was used
Correct answer: A polyalphabetic or transposition cipher was used
A flat frequency distribution means each letter appears roughly equally often, which is the hallmark of polyalphabetic ciphers (like Vigenère) or transposition ciphers that redistribute but don't substitute.
Question 16: The Porta cipher uses a tableau where each key letter selects one of how many alphabets, each covering a pair of key letters?
- 5 alphabets
- 13 alphabets, one per pair of adjacent letters (AA/BB … YY/ZZ) (Correct answer)
- 26 alphabets
- 6 alphabets
Correct answer: 13 alphabets, one per pair of adjacent letters (AA/BB … YY/ZZ)
The Porta cipher uses 13 mixed alphabets, each shared by a pair of consecutive key letters (A/B, C/D, … Y/Z), giving a compact polyalphabetic system.
Question 17: In the Aristocrat cipher used in Science Olympiad Codebusters, a two-letter ciphertext word ending in a repeated letter (e.g., 'XZ' where X=Z is not the case, but a word like 'AA') most likely represents which English word?
- OF
- TO
- No two-letter English word has doubled letters; it signals a proper noun or error (Correct answer)
- IT
Correct answer: No two-letter English word has doubled letters; it signals a proper noun or error
No standard two-letter English word uses a doubled letter, so such a pattern in an Aristocrat suggests a proper noun, abbreviation, or encipherment error that solvers must flag.
Question 18: When analyzing an Aristocrat cipher, a single-letter word in the ciphertext most likely represents which plaintext letter?
- T or S
- E or O
- A or I (Correct answer)
- N or R
Correct answer: A or I
In English, the only common single-letter words are 'a' and 'I', so a lone ciphertext letter almost always decodes to one of these.
Question 19: In Codebusters, a 'K4' cipher problem refers to what?
- A Vigenère cipher with a 4-letter key
- A cipher using both a scrambled plain alphabet and a scrambled cipher alphabet with two keywords (Correct answer)
- A Caesar cipher with shift 4
- A 4-rail fence transposition
Correct answer: A cipher using both a scrambled plain alphabet and a scrambled cipher alphabet with two keywords
K4 ciphers use keywords to scramble both the plaintext and ciphertext alphabets, combining K1 and K2 approaches for greater complexity.
Question 20: What type of cipher uses a keyword to create a mixed alphabet for substitution in Codebusters?
- Caesar cipher
- Vigenère cipher
- Keyword cipher (Correct answer)
- Rail fence cipher
Correct answer: Keyword cipher
A keyword cipher uses a chosen keyword to rearrange the substitution alphabet, making it harder to crack than a simple shift cipher.
Question 21: A team reviews competition data and finds poor performance on cipher type identification. Which statistical property most reliably distinguishes a Caesar cipher from a Vigenère cipher?
- Total number of unique symbols used
- Index of Coincidence—Caesar scores ~0.065 while Vigenère scores closer to 0.038–0.050 (Correct answer)
- The presence or absence of numbers in the ciphertext
- Whether the ciphertext length is odd or even
Correct answer: Index of Coincidence—Caesar scores ~0.065 while Vigenère scores closer to 0.038–0.050
The Index of Coincidence is the standard tool for distinguishing monoalphabetic ciphers (high IC ~0.065) from polyalphabetic ciphers (lower IC ~0.038–0.050).
Question 22: In an Aristocrat cipher, a three-letter ciphertext word appears far more frequently than any other. Which English plaintext word is it most likely to be?
- THE (Correct answer)
- AND
- NOT
- FOR
Correct answer: THE
'THE' is the most common three-letter word in English, so the most frequent three-letter ciphertext word almost always represents it.
Question 23: When designing a Vigenère cipher question for a Codebusters assessment, which analytical tool do competitors typically use to find the key length?
- The Atbash reversal table
- The Kasiski examination or the Index of Coincidence (Correct answer)
- A frequency distribution of bigrams only
- Direct brute-force trial of all 26 possible shifts
Correct answer: The Kasiski examination or the Index of Coincidence
The Kasiski examination searches for repeated sequences whose spacing reveals likely key length, while the IoC confirms whether a candidate key length is correct.
Question 24: When the IC of a full ciphertext is calculated to be approximately 0.045—between the English value (~0.065) and random (~0.038)—what does this suggest about the key length?
- The cipher is a simple Caesar shift
- The key length equals the ciphertext length (one-time pad)
- The text is not in English
- A medium-length key of perhaps 3–7 letters, partially flattening the frequency distribution (Correct answer)
Correct answer: A medium-length key of perhaps 3–7 letters, partially flattening the frequency distribution
An IC between the monoalphabetic English IC and the random IC suggests a polyalphabetic cipher with a moderate key length; shorter keys give IC values closer to English, longer keys push it toward random.
Question 25: Under the Codebusters Science Olympiad rules, which statement about the 'timed question' is most accurate?
- Only one team member is allowed to work on the timed question
- Teams may not use reference materials on the timed question
- The timed question earns a time-based bonus in addition to its base point value when completed correctly (Correct answer)
- The timed question is worth more base points than other questions regardless of speed
Correct answer: The timed question earns a time-based bonus in addition to its base point value when completed correctly
The timed question awards its base point value plus a time bonus calculated from how quickly the team submits a correct answer.
Question 26: A sequence reads 2, 3, 5, 8, 13, 21, ... but differs from Fibonacci because the first two terms are 2 and 3. What is the 8th term?
- 144
- 89
- 55 (Correct answer)
- 34
Correct answer: 55
Continuing: 21+34=55; the sequence is 2,3,5,8,13,21,34,55, so the 8th term is 55.
Question 27: In a 2-rail fence cipher applied to 'SCIENCE', which letters land on the top rail?
- S, I, N, E (positions 1,3,5,7) (Correct answer)
- C, E, C (positions 2,4,6)
- All vowels
- The first half of the word
Correct answer: S, I, N, E (positions 1,3,5,7)
In a 2-rail fence, odd-position letters go to rail 1: S(1), I(3), N(5), E(7), while even-position letters C(2), E(4), C(6) go to rail 2.
Question 28: The Gronsfeld cipher is a simplified variant of the Vigenère cipher where the key is restricted to which type of characters?
- Digits 0–9 only (Correct answer)
- Letters A–Z only
- Binary (0 and 1) only
- Symbols and punctuation
Correct answer: Digits 0–9 only
The Gronsfeld cipher uses a numeric key (digits 0–9) rather than alphabetic letters, limiting each key character to a Caesar shift of 0 through 9.
Question 29: Which common English word pattern—a four-letter word where the second and fourth letters are the same—is a powerful crib in monoalphabetic analysis?
- THEN
- THAT (Correct answer)
- THIS
- THEY
Correct answer: THAT
THAT has the pattern ABAC, where positions 1 and 3 differ but positions 2 and 4 are the same (H and T respectively—wait, T-H-A-T: positions 1 and 4 match), making it a distinctive and common crib.
Question 30: When using frequency analysis on a Caesar cipher ciphertext, what is the quickest way to find the shift value?
- Divide the ciphertext length by 26
- Find the most frequent ciphertext letter and assume it represents E (Correct answer)
- Count all vowels
- Look for double letters
Correct answer: Find the most frequent ciphertext letter and assume it represents E
The most frequent letter in a Caesar cipher almost always represents E; the numerical difference between its position and E's position gives the shift key.
Science Olympiad Codebusters
A Science Olympiad cryptography event where competitors decode messages using classical cipher systems including substitution ciphers, frequency analysis, and polyalphabetic ciphers within a timed competition format.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds