250+ TOP MCQs on Bifid Cipher and Answers

Data Structures & Algorithms Multiple Choice Questions on “Bifid Cipher”.

1. What is the period in bifid cipher?
a) length of blocks in which the plain text is divided before encryption
b) number of letters after which the key is repeated
c) number of blocks into which the plain text is divided before encryption
d) number of keys used for encryption
Answer: a
Clarification: Polybius square is similar to substitution cipher. It is also known by the name of Polybius checkboard.

2. Which of the following cipher uses polybius square?
a) bifid cipher
b) beaufort cipher
c) trithemius cipher
d) gronsfeld cipher

Answer: a
Clarification: Bifid cipher uses polybius square for encrypting the plain text. Bifid cipher combines polybius square cipher with transposition.

3. Bifid cipher combines transposition with which of the following cipher?
a) Polybius square cipher
b) Playfair cipher
c) gronsfeld cipher
d) trifid cipher

Answer: a
Clarification: Bifid cipher combines polybius square cipher with transposition. It uses fractionation to obtain diffusion.

4. What will be the key square in bifid cipher for the key “”?
a)

S A N F O
U D R Y B
C E G H I
K L M P Q
T V W X Z

b)

S A N F O
U N D R Y
C E G H I
K L M P Q
T V W X Z

c)

A B C D E
F G H I K
L M N O P
Q R D T U
V W X Y Z

d)

S A N F O
U D R Y A
B C G H I
K L M P Q
T V W X Z

Answer: a
Clarification: For forming the key square from the given key we first add the letters of the key in the square by omitting the repeated letters and then we add the remaining letters of the English alphabet. Usually, I and J are combined together.

 
 

5. Trifid cipher encrypts the plain text by using bifid cipher twice.
a) true
b) false

Answer: b
Clarification: Trifid cipher is a variation of bifid cipher. The only difference between them is that trifid cipher uses a 3×3 key square instead of 5×5 square.

6. Bifid square combines autokey square with transposition.
a) true
b) false

Answer: b
Clarification: Bifid square combines polybius square with transposition. So the given statement is false.

7. What will be the ciphered text corresponding to “” if bifid cipher is used for encryption with key as “KEY” with period as 5?
a) SBPISZTKZH
b) PLNSOWGKQM
c) SELFQEXBHM
d) YFSGWNFBW

Answer: b
Clarification: For encrypting the plain text using bifid cipher we first form the polybius square with the help of given key. After this, the plain text is divided into blocks of length 5 and corresponding coordinates are noted. So the corresponding cipher text would be “PLNSOWGKQM”.

8. What will be the ciphered text corresponding to “ALGORITHM” if bifid cipher is used for encryption with key as “KEY” with a period as 5?
a) SBPISZTKZH
b) PLNSOWGKQM
c) SELFQEXBHM
d) YFSGWNFBW

Answer: d
Clarification: For encrypting the plain text using bifid cipher we first form the polybius square with the help of given key. After this, the plain text is divided into blocks of length 5 and corresponding coordinates are noted. So the corresponding cipher text would be “YFSGWNFBW”.

9. What will be the plain text corresponding to cipher text “XKS” if the bifid cipher is used with key as “KEY” and period as 5?
a) IND
b) USA
c) RSA
d) AUS

Answer: b
Clarification: The decryption in bifid cipher begins identically to encryption. Then we find the corresponding coordinates and then we get the plain text. So the plain text is “USA”.

10. What will be the plain text corresponding to ciphered text “BKC” if the bifid cipher is used for encryption with key as “KEY” and period 5?
a) MSD
b) SRT
c) KVK
d) VVS
View Answer

Answer: c
Clarification: The decryption in bifid cipher begins identically to encryption. Then we find the corresponding coordinates and then we get the plain text. So the plain text is “KVK”.

Leave a Reply

Your email address will not be published. Required fields are marked *