wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Embedded Security Quiz No 4

Total questions: 15

Worksheet time: 35mins

Name
Class
Date
1.

Choose the wrong statement from the following for the Feistel cipher.

a)

It has substitution & permutation       network

b)

Data is divided into two halves such as L & R

c)

Round keys would be used in each round     

d)

Maximum round of operation is 16

2.

Consider the diagram. The input data is 16’b1111111110101010. The function F is the combination of R with rotation of a single bit to left and XOR operation with K where K is 8’hAA. Find out the resultant of this Feistel cipher.

a)

16’hFF00

b)

16’hF0F0

c)

16’hAA00

d)

16’h00AA

3.

Consider, the Feistel structure takes the input of 64 bits for encryption with rounds of operation R = 1. A synchronous clock has been provided through which the Feistel operations have been performed. Hence, how many clock cycles were required to cipher the entire input data when blocking operator is being used in the scheme?

a)

1

b)

2

c)

4

d)

8

4.

What is the maximum number of input bits for AES?

a)

128

b)

192

c)

256

d)

512

5.

How many bytes of keys were required for AES – 128 bit architecture?

a)

160

b)

176

c)

200

d)

192

6.

Find the logic/logics for the operation of W = K * 17

a)

W = (K >> 2) | (K >>3) | (K >> 1) | (K >> 1) | (K)

b)

W = (K << 2) | (K << 3) | (K << 1) | (K << 1) | (K)

c)

W = (K << 3) | (K << 5) | (K)

d)

W = (K) | (K << 4)

7.

Consider the variables A & B where A = 8’h83 & B = 8’h57. Perform modulo 2 addition and find the correct answer from the options given below.

a)

A4

b)

18

c)

E1

d)

D4

8.

What is the advantage of RC5 over Feistel cipher?

a)

It operates two blocks at a time

b)

It has 256 rounds of operations

c)

Maximum number of input bit is 64

d)

It has primitive computer operations

9.

How many sub-keys were required in RC5 cipher when the round R = 1?

a)

1

b)

2

c)

3

d)

4

10.

Which is the biggest disadvantage of the symmetric Encryption?

a)

More complex and therefore more time-consuming calculations

b)

Problem of the secure transmission of the secret key

c)

Less secure encryption function

d)

Inverse operations are difficult

11.

RC5 encryption uses right shift and decryption uses left shift. Say True or False?

a)

True

b)

False

12.

What is the frequency of oscillation of a Ring Oscillator?

a)

1/2tpn

b)

1/2tn

c)

1/Tn

d)

1/tn

13.

the frequency of oscillation affected by the increase in temperature of a ring oscillator?

a)

Frequency increases with increase in temperature     

b)

Frequency decreases with increase in temperature    

c)

Frequency remains the same

d)

Frequency increases first and then decreases

14.

To increase the frequency of oscillation, which of the following can be utilized?

(a) Applied power supply voltage may be increased.

(b) Reduce the number of inverter stages.

a)

Only (a)

b)

Only (b)

c)

Both (a) & (b)

d)

Neither (a) nor (b)

15.

Which of the following is the example for Feistel structure?

a)

Advanced Encryption Standard

b)

International Data Encryption Standard       

c)

Data Encryption Standard

d)

Magma cipher