wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Information Security Basics Quiz

Total questions: 44

Worksheet time: 7mins

Name
Class
Date
1.

Which of the following is not a component of the CIA triad in cybersecurity?

a)

Confidentiality

b)

Integrity

c)

Availability

d)

Optimization

2.

The principle of least privilege in access control means:

a)

Giving users only the access they truly need

b)

Giving all users administrator rights

c)

Encrypting with the smallest key size possible

d)

Letting users share passwords

3.

In information security, Integrity ensures that:

a)

Information is correct and remains unchanged

b)

Data is always available on demand

c)

Information is hidden from attackers

d)

Messages are always encrypted

4.

How do confidentiality and integrity differ?

a)

Confidentiality = restricting unauthorized access; Integrity = ensuring correctness of data

b)

Confidentiality = data correctness; Integrity = data secrecy

c)

Both protect against DoS attacks

d)

Integrity = encryption; Confidentiality = storage

5.

Which security principle ensures that systems are available and working when needed?

a)

Integrity

b)

Confidentiality

c)

Availability

d)

Non-repudiation

6.

Which of the following is an example of logical security control?

a)

Firewall

b)

Biometric lock

c)

Security guard

d)

CCTV

7.

Which statement best distinguishes an active attack from a passive attack?

a)

Active attacks secretly monitor traffic, while passive modify the data

b)

Active attacks change or insert data, passive only observe

c)

Passive attacks occur only on wireless networks

d)

Passive attacks are always stronger than active

8.

Which of the following is a clear example of a loss of availability?

a)

An intruder deletes student records from a database

b)

A web server is overwhelmed and crashes during a DDoS

c)

An attacker reads someone’s email messages

d)

An unauthorized person views hospital reports

9.

Which is an active attack?

a)

Listening in on an email conversation without changing it

b)

Visiting a website over HTTP

c)

Changing marks in the student database

d)

Backing up system data

10.

Which is an example of a passive attack?

a)

Sniffing passwords over a network

b)

Injecting fake data packets into communication

c)

Defacing a website homepage

d)

Altering financial transactions in a database

11.

A phishing attack primarily attempts to:

a)

Gain access to physical systems

b)

Trick users into giving personal information

c)

Destroy hardware

d)

Encrypt all data with ransomware

12.

Which of the following is an example of an insider threat?

a)

Hacker stealing passwords online

b)

Employee leaking confidential data

c)

Competitor launching DDoS

d)

Malware infecting a server

13.

Which statement correctly describes symmetric vs public-key encryption?

a)

Symmetric → same key for encryption & decryption; Public-key → pair of keys

b)

Both require the same processing time

c)

Public-key is faster for large file encryption

d)

Symmetric encryption always gives digital signatures

14.

For fast encryption of large files between two offices, the best choice is:

a)

RSA

b)

AES

c)

Diffie-Hellman

d)

ElGamal

15.

Why is key distribution difficult in symmetric encryption?

a)

Keys need to be updated daily

b)

Keys must be shared securely before communication begins

c)

Keys are always stored as plaintext

d)

Keys require certificates to work

16.

Which property makes RSA suitable for digital signatures?

a)

It uses shorter keys than symmetric ciphers

b)

The sender signs by encrypting a hash with their private key, verified using their public key

c)

It needs no key distribution

d)

It automatically generates session keys

17.

Which of the following allows two parties to agree on a shared secret over an insecure channel?

a)

Diffie-Hellman

b)

SHA-256

c)

AES

d)

MD5

18.

Two servers want to communicate securely without pre-shared symmetric keys. What should they use?

a)

Diffie-Hellman to establish a shared key

b)

Emailing the symmetric key

c)

Storing the key in plaintext locally

d)

Encrypting only with a hash function

19.

The private key in public-key cryptography is primarily used for:

a)

Encrypting messages for transmission

b)

Decrypting content encrypted with the public key

c)

Generating hash functions

d)

Exchanging symmetric keys

20.

Which method changes only the position of characters but not the characters themselves?

a)

Substitution

b)

Transposition

c)

Stream cipher

d)

Steganography

21.

Which of the following is a symmetric encryption algorithm?

a)

RSA

b)

AES

c)

Diffie-Hellman

d)

ElGamal

22.

Which encryption type is generally faster and better for bulk data?

a)

Symmetric encryption

b)

Asymmetric encryption

c)

Hashing

d)

Steganography

23.

Which of the following algorithms is a stream cipher?

a)

DES

b)

AES

c)

RC4

d)

RSA

24.

Which cryptographic property ensures that even a small change in input drastically changes the output hash?

a)

Avalanche effect

b)

Substitution

c)

Key distribution

d)

Steganography

25.

A banking application sends customers one-time passcodes to their phones. This is an example of:

a)

Digital Signature

b)

OTP-based Two-Factor Authentication

c)

Public Key Certificate

d)

Symmetric Key Sharing

26.

What does Two-Factor Authentication (2FA) mean?

a)

Using two encryption methods on the same file

b)

Verifying identity through two independent factors (e.g., password + OTP)

c)

Using two public keys at once

d)

Replacing password with a certificate

27.

In the OSI model, which service prevents a sender from denying that they sent a message?

a)

Confidentiality

b)

Integrity

c)

Authentication

d)

Non-repudiation

28.

Which of the following is an example of multi-factor authentication?

a)

Password + OTP

b)

Username + password

c)

Two passwords

d)

Password + captcha

29.

Which factor is NOT part of multi-factor authentication (MFA)?

a)

Something you know (password)

b)

Something you have (token/phone)

c)

Something you are (biometric)

d)

Something you like (favorite color)

30.

Which of the following is an example of biometric authentication?

a)

OTP

b)

Fingerprint scan

c)

Password

d)

Security questions

31.

A company wants to secure software updates. Which method should be used?

a)

Symmetric encryption only (like DES)

b)

Digital signatures with public-key cryptography + symmetric encryption for data

c)

Hashing only

d)

Steganography + symmetric cipher

32.

In secure email communication, how do you ensure confidentiality and sender verification?

a)

Encrypt the mail with the recipient’s public key + sign it with the sender’s private key

b)

Only use AES encryption

c)

Send plain text with a checksum

d)

Hide the message in an image

33.

How do users verify a digital signature on a software update?

a)

Check if the file is encrypted with the vendor’s public key

b)

Decrypt the signature using the vendor’s public key and match it with the file hash

c)

Derive the key from the signature

d)

Compare the file extension

34.

Which mechanism verifies authenticity and integrity of a message?

a)

Hash function

b)

Digital signature

c)

Encryption key

d)

Symmetric cipher

35.

Which statement best defines a Message Authentication Code (MAC)?

a)

A hash that uses a secret key to verify integrity

b)

A public key used for encryption

c)

A compression method

d)

Hiding information in files

36.

Why are digital signatures critical in secure communication?

a)

They hide the message from attackers

b)

They provide proof of origin and non-repudiation

c)

They increase speed of encryption

d)

They convert plaintext into ciphertext

37.

An e-voting system requires authenticity and non-repudiation of votes. Which is most suitable?

a)

Symmetric cipher + MAC

b)

Public key cryptography + Digital signatures

c)

Steganography + Hashing

d)

Stream cipher + OTP

38.

Which function is mainly used to generate a fixed-size output from variable input?

a)

Hashing

b)

Symmetric encryption

c)

Public key cryptography

d)

Steganography

39.

A hash function should be:

a)

Irreversible and collision-resistant

b)

Reversible and compressing

c)

Secret key–based

d)

Encrypted with RSA

40.

Which one provides both authentication and integrity of a message?

a)

Plain hash function

b)

Digital signature

c)

Ciphertext only

d)

Steganography

41.

Why is HTTPS preferred over HTTP?

a)

It reduces server workload

b)

It encrypts communication, preventing eavesdropping

c)

It supports larger file transfers

d)

It speeds up web browsing

42.

An e-commerce site wants secure payments, intrusion detection, and server protection. Which setup is best?

a)

AES encryption for transactions + IDS + Firewall

b)

DES + Password login only + Antivirus

c)

RSA for payments + Antivirus only

d)

Steganography for transactions + Open firewall

43.

Which device is primarily used to filter incoming and outgoing network traffic based on security rules?

a)

IDS

b)

Firewall

c)

Router

d)

Switch

44.

Which protocol is used to secure emails?

a)

HTTP

b)

SMTP

c)

SSL/TLS

d)

FTP