Question 1
What is cryptography?
-
Protecting information by encoding it
-
Building computer hardware
-
Creating spreadsheet formulas
-
Connecting network cables
Question 2
What is plaintext?
-
The original readable message
-
A public key
-
A compressed file
-
A binary image
Question 3
What is ciphertext?
-
The encrypted message
-
The original unencrypted message
-
A network address
-
A chart label
Question 4
What does encryption convert?
-
Plaintext to ciphertext
-
Ciphertext to plaintext
-
Text to image
-
Binary to decimal
Question 5
What does decryption convert?
-
Ciphertext to plaintext
-
Plaintext to ciphertext
-
Image to audio
-
Data to formulas
Question 6
What is a key in cryptography?
-
A value used to encrypt or decrypt data
-
A value used to identify a database record
-
A value used to count loop repetitions
-
A value used to locate a network device
Question 7
How does a Caesar cipher work?
-
By shifting letters by a fixed amount
-
By sorting letters alphabetically
-
By deleting every vowel
-
By converting words to numbers
Question 8
With a Caesar shift of 1, what does A become?
-
B
-
Z
-
C
-
1
Question 9
What does a substitution cipher do?
-
Replaces plaintext symbols using a mapping
-
Rearranges plaintext symbols without replacing them
-
Converts the whole message to a fixed-length value
-
Deletes repeated symbols from the message
Question 10
What does frequency analysis compare?
-
How often symbols occur in ciphertext
-
How long encryption takes to run
-
How many messages use the same key
-
How large the encrypted file becomes
Question 11
The Enigma machine was used in which war?
-
World War II
-
The 1990s web era
-
The first smartphone launch
-
Victorian schools
Question 12
Where was Enigma cracked?
-
Bletchley Park
-
Silicon Valley
-
NASA Houston
-
MIT Lab
Question 13
What is Alan Turing best known for?
-
Helping to break Enigma
-
Helping to invent the World Wide Web
-
Helping to design the first mechanical computer
-
Helping to write the first computer algorithm
Question 14
What does a Vigenere cipher use?
-
A keyword that changes the shift by position
-
One fixed shift for the whole message
-
One replacement alphabet with no repeating keyword
-
A grid that only rearranges the letters
Question 15
Which process describes a rail fence cipher?
-
Writing in a zigzag, then reading rows
-
Shifting letters by a fixed amount
-
Replacing letters with one fixed mapping
-
Hashing the message to a fixed length
Question 16
Why might spaces be removed before a simple cipher is applied?
-
To hide word boundaries
-
To make the key longer
-
To reverse every letter
-
To sort the words alphabetically
Question 17
What happens to letter frequencies in a transposition cipher?
-
They stay the same
-
Common letters become rare
-
All letters become equally frequent
-
The first letter becomes most frequent
Question 18
How does HTTPS protect web traffic?
-
By encrypting it
-
By compressing images
-
By adding extra RAM
-
By using local caching
Question 19
What is phishing?
-
Deceptive messages that steal information
-
Malware that encrypts files for ransom
-
Repeated guesses at a password
-
Traffic that overwhelms a service
Question 20
What does ransomware do?
-
Locks files and demands payment
-
Speeds up quizzes
-
Improves Wi-Fi signal
-
Adds spreadsheet charts
Question 21
What is a brute-force attack?
-
Trying many possible keys until one works
-
Replacing each letter with a symbol once
-
Sending plaintext with no key
-
Sharing a private key publicly
Question 22
What does a hash function produce?
-
A fixed-length hash value
-
A reversible encrypted message
-
A public/private key pair
-
A compressed image file
Question 23
What does a transposition cipher do?
-
Rearranges the plaintext symbols
-
Replaces each plaintext symbol
-
Converts plaintext into a hash
-
Compresses repeated plaintext symbols
Question 24
Why is a Caesar cipher easy to brute-force?
-
It has few possible shifts
-
It uses a different key for every letter
-
It removes repeated letters from ciphertext
-
It creates a one-way hash of the message
Question 25
In frequency analysis, what might the most common ciphertext symbol represent?
-
A common plaintext letter
-
The letter shifted furthest
-
The first plaintext letter
-
The final letter of the key
Question 26
With a Caesar shift of 3, what does X become?
-
A
-
U
-
Y
-
Z
Question 27
Why is a short encryption key less secure?
-
It is easier to guess by trying possibilities
-
It uses a different encryption algorithm
-
It makes the original message longer
-
It prevents the use of letters
Question 28
Why does a larger key space improve security?
-
More possible keys must be tried
-
Each key makes the message shorter
-
The algorithm stops using ciphertext
-
The key is stored inside the ciphertext
Question 29
What is the key for a Caesar cipher?
-
The number of alphabet positions shifted
-
The first letter in the message
-
The total number of message letters
-
The number of symbols in the alphabet
Question 30
Why should a password not be stored as plaintext?
-
A data leak could reveal the original password
-
It makes password recovery impossible
-
It stops users choosing passwords
-
It prevents encryption being used