wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

UNIT 2 DES,BLOCK CIPHER

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

Which of the following is a mode of operation for the Block ciphers in cryptography?

a)

Electronic Code Book (ECB)

b)

Cipher Block Chaining (CBC)

c)

Counter (CTR) mode

d)

All of the above

2.

For which of the following should EBC (Electronic Code Book) process not be used for encryption?

a)

For large block sizes

b)

For fixed block sizes

c)

For small block sizes

d)

none of the above

3.

Which of the following options is not correct according to the definition of the Cipher Block Chaining (CBC)?

a)

CBC is a mode of operation for stream ciphers.

b)

Initialization vector (IV) is used in CBC in the initial phase.

c)

It has better resistive nature towards cryptanalysis than ECB

d)

None of the above

4.

Which of the following modes of operations can be followed for both stream ciphers as well as block ciphers?

a)

CBC

b)

ECB

c)

CFB

d)

ALL THE ABOVE

5.

Data Encryption Standard (DES) is a __________.

a)

Stream Cipher

b)

Bit Cipher

c)

Block Cipher

d)

Substitution Cipher

6.

The S-Box is used to provide confusion, as it is dependent on the unknown key.

a)

true

b)

false

7.

This is an example of

a)

SP Networks

b)

Feistel Cipher

c)

Hash Algorithm

d)

Hill Cipher

8.

Which of the following slows the cryptographic algorithm –

1) Increase in Number of rounds

2) Decrease in Block size

3) Decrease in Key Size

4) Increase in Sub key Generation

a)

1 and 3

b)

2 and 3

c)

3 and 4

d)

2 and 4

9.

During decryption, we use the Inverse Initial Permutation (IP-1) before the IP.

a)

true

b)

false

10.

A preferable cryptographic algorithm should have a good avalanche effect.

a)

true

b)

false

11.

A preferable cryptographic algorithm should have a good avalanche effect.

a)

2^56

b)

2^43

c)

2^55

d)

2^47

12.

Using Linear Crypt-analysis, the minimum computations required to decipher the DES algorithm is

a)

2^48

b)

2^43

c)

2^56

d)

2^64

13.

The DES Algorithm Cipher System consists of (a)   rounds (iterations) each with a round key

14.

The DES algorithm has a key length of

a)

128 bits

b)

32 bits

c)

64 bits

d)

16 bits

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.

The Initial Permutation table/matrix is of size

a)

16x8

b)

12x8

c)

8x8

d)

4x8

17.

In the DES algorithm the 64 bit key input is shortened to 56 bits by ignoring every 4th bit.

a)

true

b)

false

18.

Euclid’s algorithm is used for finding __________

a)

GCD of 2 nos.

b)

GCD of more than 3 nos.

c)

LCM of 2 nos.

d)

LCM of more than 2 nos.

19.

If 4 is the GCD of 16 and 12, What is the GCD of 12 and 4?

a)

12

b)

6

c)

4

d)

2

20.

What is the formula for Euclidean algorithm?

a)

GCD (m,n) = GCD (n, m mod n)

b)

GCD(m,n,o,p) = GCD (m, m mod n, o, p mod o)

c)

LCM (m,n,o,p) = LCM (m, m mod n, o, p mod o)