wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

QUIZ

Total questions: 25

Worksheet time: 4mins

Name
Class
Date
1.

1. What is asymmetric cryptography?

a)

A system that uses a single secret key for both encryption and decryption

b)

A system that uses two different but related keys — one public and one private

c)

A method that hides data using substitution and transposition

d)

A type of steganography used to conceal messages

2.

2. What are the two types of keys used in asymmetric encryption?

a)

Secret key and Session key

b)

Encryption key and Hash key

c)

Public key and Private key

d)

Sender key and Receiver key

3.

3. Which key is kept secret in asymmetric cryptography?

a)

Public key

b)

Private key

c)

Encryption key

d)

Hash key

4.

4. Which key is shared publicly in asymmetric cryptography?

a)

Private key

b)

Symmetric key

c)

Public key

d)

Master key

5.

5. Why is asymmetric cryptography also known as public-key cryptography?

a)

Because it hides data using complex algorithms

b)

Because one key is made public for encryption and verification

c)

Because both keys are secret

d)

Because it is faster than symmetric cryptography

6.

6.What is the main purpose of the RSA algorithm?

a)

To compress data

b)

To encrypt and decrypt data using public and private keys

c)

To generate random numbers

d)

To check data integrity

7.
  1. 7. In RSA, what are ‘p’ and ‘q’?

a)

Plaintext and ciphertext

b)

Two random prime numbers

c)

Public and private keys

d)

Encryption and decryption exponents

8.
  1. 8. Which of the following represents the public key in RSA?

a)

(e, d)

b)

(n, e)

c)

(n, d)

d)

(p, q)

9.

  1. 9. In RSA, the special number that is used for encrypting messages along with the modulus is called the (a)   key.

10.

  1. 10. The mathematical function used to calculate in RSA is called the Euler’s (a)   function.

11.

11. What is the main purpose of key distribution and management in secure communications?

a)

To encrypt only public data

b)

To manage security mechanisms by distributing and maintaining cryptographic keys

c)

To replace authentication protocols

d)

To avoid encryption

12.

12. Which of the following is an example of a key agreement protocol?

a)

RSA

b)

Diffie–Hellman key exchange

c)

AES

d)

DES

13.

13. The Internet Key Exchange (IKE) protocol is mainly used for setting up secure associations in which framework?

a)

SSL

b)

IPSec

c)

TLS

d)

SSH

14.

14. In the SPINS security architecture for sensor networks, each sensor node shares a secret key with which entity?

a)

Neighboring sensors

b)

Base station

c)

Key Distribution Center (KDC)

d)

Random sensor group

15.

15. What type of cryptographic technique does SPINS avoid using?

a)

Asymmetric (public-key) cryptography

b)

Stream ciphers

c)

Hash functions

d)

Symmetric cryptography

16.

16. What does “forward secrecy” ensure in secure group communication?

a)

Keys are never updated

b)

Messages are stored permanently

c)

Former members cannot access current communications

d)

New members can read old messages

17.

17. What does “backward secrecy” mean in the context of group communication?

a)

Former members can access old data

b)

New members cannot access previous communications

c)

Group members share passwords

d)

Only symmetric encryption is used

18.

18. In group-key distribution, what is the main difference between broadcast encryption and multicast key distribution?

a)

One uses private keys; the other uses public keys

b)

They are identical methods

c)

Broadcast encryption requires a KDC; multicast doesn’t

d)

Broadcast encryption uses stateless receivers, multicast uses stateful receivers

19.

19. In a centralized approach to multicast key distribution, which entity is responsible for key management?

a)

Every group member

b)

Network router

c)

Key Distribution Center (KDC)

d)

Sensor base station

20.

20. Which of the following protocols are examples of key distribution protocols that optimize message exchange between a KDC and group members?

a)

Diffie–Hellman and RSA

b)

LKH and MARKS

c)

SPINS and DTLS

d)

AES and DES

21.
  1. 21. Which hash functions use a sponge construction to absorb and squeeze data?

a)

PHOTON and SPONGENT

b)

MD5 and SHA-1

c)

H-PRESENT and DM-PRESENT

d)

None of the above

22.
  1. 22. Which hash function was selected by NIST as the winner of the SHA-3 competition?

a)

PHOTON

b)

QUARK

c)

Keccak

d)

SPONGENT

23.
  1. 23. Why do we need lightweight cryptographic hash functions?

a)

To make hash outputs longer

b)

To run on devices with limited power and memory

c)

To replace passwords

d)

To make encryption faster

24.
  1. 24. The hash functions DM-PRESENT and H-PRESENT are based on which block cipher?

a)

PRESENT

b)

AES

c)

DES

d)

Blowfish

25.
  1. 25. Most modern lightweight hash functions like PHOTON, QUARK, and SPONGENT are built using which construction method?

a)

Feistel Network

b)

Sponge Construction

c)

Substitution-Permutation Network

d)

Merkle–Damgård Construction