Important Questions For DES
Important Questions For DES
1.AES uses a ____________ bit block size and a key size of __________ bits.
a) 128; 128 or 256
b) 64; 128 or 192
c) 256; 128, 192, or 256
d) 128; 128, 192, or 256
2. Like DES, AES also uses Feistel Structure.
a) True
b) False
4. Which algorithm among – MARS, Blowfish, RC6, Rijndael and Serpent – was
chosen as the AES algorithm?
a) MARS
b) Blowfish
c) RC6
d) Rijndael
10. For the AES-128 algorithm there are __________ similar rounds and
_________ round is different.
a) 2 pair of 5 similar rounds; every alternate
b) 9 ; the last
c) 8 ; the first and last
d) 10 ; no
11. Which of the 4 operations are false for each round in the AES algorithm
i) Substitute Bytes
ii) Shift Columns Shift Rows
iii) Mix Rows Mix columns
iv) XOR Round Key Addition of round keys
a) i) only
b) ii) iii) and iv)
c) ii) and iii)
d) only iv)
12. There is an addition of round key before the start of the AES round
algorithms.
a) True
b) False
13. On comparing AES with DES, which of the following functions from
DES does not have an equivalent AES function?
a) f function
b) permutation p
c) swapping of halves only in DES because it’s a Feistel Network
d) XOR of subkey with function f
14. In the DES algorithm, although the key size is 64 bits only 48bits are
used for the encryption procedure, the rest are parity bits.
a) True
b) False
15. In the DES algorithm the round key is __________ bit and the Round
Input is ____________bits.
a) 48, 32
b) 64,32
c) 56, 24
d) 32, 32
16. In the DES algorithm the Round Input is 32 bits, which is expanded to
48 bits via ____________
a) Scaling of the existing bits
b) Duplication of the existing bits
c) Addition of zeros
d) Addition of ones
18. The number of unique substitution boxes in DES after the 48 bit XOR
operation are
a) 8
b) 4
c) 6
d) 12
19. In the DES algorithm the 64 bit key input is shortened to 56 bits by
ignoring every 4th bit.
a) True
b) False every 8th bit is ignored
21. How many keys does the Triple DES algorithm use?
a) 2
b) 3
c) 2 or 3 Variant 1 has 3 keys, Variant 2 has 2 keys
d) 3 or 4