wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

General security Concepts Part 1

Total questions: 30

Worksheet time: 10mins

Name
Class
Date
1.

Which statement best describes symmetric encryption?

a)

Uses the same key for encryption and decryption

b)

Uses a public key to encrypt data and a private key to decrypt it

c)

Encrypts data one bit at a time with no key

d)

Automatically rotates keys for every message

2.

What is the main challenge of symmetric encryption?

a)

Cipher complexity

b)

High computational load

c)

Compatibility with digital signatures

d)

Key distribution

3.

How does asymmetric encryption solve the key distribution problem?

a)

By sharing the private key publicly

b)

By using a shared secret for both parties

c)

By using a public key to encrypt and a private key to decrypt

d)

By encrypting only hashes, not the message

4.

In hybrid encryption, what role does asymmetric encryption play?

a)

Encrypts all bulk data

b)

Creates digital signatures only

c)

Exchanges a symmetric session key securely

d)

Hashes the message before encryption

5.

What is a key property of a secure hash function?

a)

Encryption reversibility

b)

Collision resistance

c)

Use of a shared secret key

d)

Ability to decrypt data

6.

Why is salting used in password hashing?

a)

To make passwords unreadable by adding a random string

b)

To encrypt the password with a public key

c)

To reduce hash computation time

d)

To allow symmetric decryption

7.

What does a digital signature ensure?

a)

Only confidentiality of the message

b)

Authentication, integrity, and non-repudiation

c)

Faster encryption of bulk data

d)

Public key distribution

8.

Which component of PKI verifies the identity of a certificate requester?

a)

End-Entity

b)

Certificate Repository

c)

Registration Authority (RA)

d)

Root Certificate

9.

What feature of blockchain ensures that data cannot be altered once added?

a)

Proof of Work

b)

Hash chaining

c)

Tokenization

d)

Encryption with AES

10.

Which obfuscation technique replaces sensitive data with meaningless tokens?

a)

Data masking

b)

Tokenization

c)

De-Identification

d)

Anonymization

11.

How does homomorphic encryption enhance data privacy?

a)

Encrypts only the metadata of files

b)

Allows computations on encrypted data without decryption

c)

Uses quantum keys to encrypt all data

d)

Masks sensitive data for testing

12.

What is the main advantage of Quantum Key Distribution (QKD)?

a)

Alerts the sender if the key is intercepted

b)

Provides faster encryption than AES

c)

Allows bulk data encryption efficiently

d)

Automatically generates digital certificates

13.

Which of the following is true about stream ciphers?

a)

Encrypts large blocks of data at once

b)

Cannot use an initialization vector (IV)

c)

Encrypts one bit or byte at a time

d)

Always requires asymmetric encryption

14.

Why are TPMs used in modern systems?

a)

To perform digital signatures for certificates

b)

To store and protect encryption keys securely in hardware

c)

To replace asymmetric encryption in cloud systems

d)

To perform hash computations faster than CPUs

15.

In password security, what is key stretching?

a)

Using longer passwords without hashing

b)

Repeatedly hashing a password to slow down brute-force attacks

c)

Encrypting the password with AES

d)

Masking the password in test databases

16.

Which of the following is a popular symmetric encryption algorithm?

a)

RSA

b)

AES

c)

RCC

d)

MD5

17.

Why is the Caesar Cipher considered insecure today?

a)

It uses variable key lengths

b)

It only encrypts numbers

c)

It requires public key distribution

d)

It can be broken using brute-force attacks

18.

What is a hash function mainly used for?

a)

Encrypting large volumes of data

b)

Creating digital certificates

c)

Ensuring data integrity

d)

Sharing secret keys

19.

How does salting improve password security?

a)

Encrypts passwords using AES

b)

Adds a random value to prevent rainbow table attacks

c)

Stores passwords in plaintext

d)

Compresses password length

20.

What is the main benefit of HMAC (Hash-Based Message Authentication Code)?

a)

Verifies both data integrity and authenticity

b)

Encrypts data for confidentiality

c)

Generates random session keys

d)

Creates a public/private key pair

21.

Why is quantum key distribution (QKD) considered future-proof?

a)

It uses extremely long keys

b)

It hashes all messages

c)

It combines symmetric and asymmetric encryption

d)

Interception changes the quantum state, revealing eavesdroppers

22.

What is the purpose of a Certificate Revocation List (CRL)?

a)

Encrypt messages

b)

List certificates that are no longer valid

c)

Generate session keys

d)

Verify passwords

23.

What does a digital certificate primarily provide?

a)

Data confidentiality

b)

Identity verification

c)

Encryption speed

d)

Hash digest

24.

Which cryptographic hardware module is embedded in a computer’s CPU for key protection?

a)

HSM

b)

Secure Enclave

c)

TPM

d)

Cryptoprocessors

25.

Which data state benefits most from full disk encryption?

a)

Data in Transit

b)

Data in Use

c)

Data at Rest

d)

Data in Memory

26.

Which method protects confidentiality but not integrity by default?

a)

Encryption

b)

Hashing

c)

Checksums

d)

Tokenization

27.

Which data state is hardest to protect cryptographically?

a)

Data at Rest

b)

Data in Transit

c)

Data in Use

d)

Archived Data

28.

Why is encryption important for backups?

a)

Why is encryption important for backups?

b)

To speed up recovery

c)

To protect stored data from unauthorized access

d)

To ensure availability

29.

Which cryptographic method is reversible?

a)

Hashing

b)

Masking

c)

Encryption

d)

Checksums

30.

What is the main weakness of obfuscation?

a)

It is reversible

b)

It provides no real cryptographic security

c)

It changes data format

d)

It breaks applications