wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

IS 404 - Final Exam

Total questions: 100

Worksheet time: 50mins

Name
Class
Date
1.

What is cryptography primarily used for?

a)

Data compression

b)

Data visualization

c)

Securing information and communications using codes

d)

Data duplication

2.

The prefix “crypt” means ______.

a)

Writing

b)

Hidden

c)

Code

d)

Message

3.

Individuals who practice cryptography are called ______.

a)

Cryptologists

b)

Cryptographers

c)

Programmers

d)

Hackers

4.

What does “confidentiality” ensure?

a)

Only authorized individuals can access information

b)

Data is readable to all users

c)

Messages can be modified anytime

d)

Encryption keys are shared publicly

5.

Which type of cryptography uses the same key for encryption and decryption?

a)

Symmetric Key Cryptography

b)

Asymmetric Key Cryptography

c)

Hashing

d)

Digital Signatures

6.

What is used to verify the identity of a sender and receiver?

a)

Confidentiality

b)

Authentication

c)

Integrity

d)

Non-repudiation

7.

What does “encryption” mean?

a)

Converting readable data into coded form

b)

Sending data to multiple users

c)

Copying the data for backup

d)

Deleting sensitive information

8.

What is a cipher in cryptography?

a)

A. A file storage method

b)

B. A type of virus

c)

C. A method to convert plaintext into ciphertext

d)

D. A data compression tool

9.

What does a substitution cipher do?

a)

Replaces characters with other characters using a rule

b)

Rearranges characters in a message

c)

Deletes letters from the text

d)

Converts characters to binary code

10.

What does a transposition cipher do?

a)

Replaces letters with symbols

b)

Rearranges the order of characters to encrypt data

c)

Converts numbers into letters

d)

Uses mathematical equations to encrypt data

11.

The message “HELLO” becomes “LOHEL.” What cipher was used?

a)

Substitution Cipher

b)

Transposition Cipher

c)

Modern Cipher

d)

Hash Function

12.

Why is symmetric cryptography considered risky?

a)

It is too complicated to use

b)

The shared key could be stolen during exchange

c)

It cannot encrypt large data

d)

It requires both public and private keys

13.

Why are modern ciphers considered more secure than classical ones?

a)

They use complex mathematical algorithms and computer processing

b)

They use only alphabet shifts

c)

They require no keys

d)

They are easier to decode

14.

Which statement best describes asymmetric key cryptography?

a)

Uses a single shared key

b)

Uses two keys: one public for encryption and one private for decryption

c)

Requires no keys at all

d)

Uses mathematical hashing only

15.

Which key system uses one key for both encryption and decryption?

a)

Symmetric Key Cryptography

b)

Asymmetric Key Cryptography

c)

Hash Function

d)

Public Key System

16.

What happens if even a small change is made to input data in a hash function?

a)

The same hash output will appear

b)

The hash output will change completely

c)

The system will reject the input

d)

The function will stop working

17.

In asymmetric encryption, if everyone has access to your public key, why is your data still safe?

a)

Because public keys change constantly

b)

Because only your private key can decrypt the message

c)

Because public keys are secret

d)

Because the sender signs the message

18.

What is a substitution cipher?

a)

It replaces characters with other characters using a rule

b)

It rearranges characters in a different order

c)

It deletes letters from the message

d)

It converts the text into binary

19.

You uploaded a file, and the system generated an SHA-256 value. Later, you check the file again, and the hash value changed. What does this indicate?

a)

The file was modified or corrupted

b)

The file was safely encrypted

c)

The file is too large for hashing

d)

The encryption key expired

20.

In a Caesar Cipher, if each letter is shifted by 3, what is the encrypted version of "CAT"?

a)

ZXR

b)

BAT

c)

FDW

d)

EAT

21.

Which cryptographic method is most suitable for verifying passwords during login without storing the actual password?

a)

Symmetric key encryption

b)

Asymmetric encryption

c)

Hash functions

d)

Transposition cipher

22.

You rearrange "CRYPTO" into "TOCRYP." Which cipher was used?

a)

Substitution Cipher

b)

Transposition Cipher

c)

Modern Cipher

d)

Public Key Cipher

23.

Which of the following transformations best describes a transposition cipher operation?

a)

"DATA" → "EDTA"

b)

"DATA" → "GDUD"

c)

"DATA" → "ATAD"

d)

"DATA" → "DATE"

24.

What does IAM stand for?

a)

Information Access Management

b)

Identity and Access Management

c)

Integrated Account Management

d)

Internal Authentication Mechanism

25.

What is the main goal of IAM?

a)

To restrict all users from accessing data

b)

To ensure users can access the right resources for the right reasons

c)

To manage computer viruses

d)

To back up organizational data

26.

Which of the following is not one of the four pillars of IAM?

a)

Authentication

b)

Authorization

c)

Administration

d)

Application

27.

What is a digital identity?

a)

A user's physical ID card

b)

A collection of attributes tied to a specific user or entity

c)

A temporary password

d)

An antivirus code

28.

Which type of authentication uses fingerprints or facial recognition?

a)

Token-based

b)

Password-based

c)

Biometric-based

d)

Certificate-based

29.

What type of access control allows users to define their own permissions?

a)

Role-based

b)

Mandatory

c)

Discretionary

d)

Attribute-based

30.

How does authentication differ from authorization?

a)

Authentication verifies identity; authorization defines access rights.

b)

Authentication defines access rights; authorization verifies identity.

31.

What is the purpose of identity administration?

a)

To manage user identities throughout their lifecycle.

b)

To encrypt all passwords.

c)

To install antivirus software.

d)

To monitor network traffic.

32.

Why is auditing important in IAM systems?

a)

It checks whether users are productive.

b)

It ensures IAM components work properly and detects misuse.

c)

It speeds up internet connectivity.

d)

It automatically grants all users access.

33.

What type of authentication uses digital certificates?

a)

Token-based

b)

Biometric-based

c)

Certificate-based

d)

Password-based

34.

Which access control model is based on job roles?

a)

MAC

b)

RBAC

c)

DAC

d)

ABAC

35.

Which access control model relies on the security clearance of the user?

a)

Mandatory Access Control (MAC)

b)

Role-Based Access Control (RBAC)

c)

Discretionary Access Control (DAC)

d)

Attribute-Based Access Control (ABAC)

36.

Which of the following is NOT a type of authentication?

a)

Password-based

b)

Encryption-based

c)

Token-based

d)

Biometric-based

37.

Which statement best describes attribute-based access control (ABAC)?

a)

Access depends on the user’s role.

b)

Access is based on attributes like time, user, and resource type.

c)

Access is granted to everyone by default.

d)

Access is only allowed to administrators.

38.

Which of the following best defines “authorization”?

a)

The process of verifying identity

b)

The process of granting or denying access to resources

c)

The process of changing passwords

d)

The process of logging user actions

39.

Why might an organization use role-based access control (RBAC)?

a)

To assign identical access to all users

b)

To allow employees to define their own permissions

c)

To assign permissions according to job responsibilities

d)

To grant full access to administrators only

40.

What is the primary weakness of password-based authentication?

a)

It is expensive

b)

It is vulnerable to human error and password reuse

c)

It automatically deletes inactive accounts

d)

It hides users’ login attempts

41.

Why is auditing critical in cybersecurity?

a)

It reduces system performance

b)

It detects unauthorized access and misuse attempts

c)

It automatically deletes inactive accounts

d)

It hides users’ login attempts

42.

A user logs in using a password and a verification code sent to their phone. What type of authentication is this?

a)

Password-only

b)

Multi-factor authentication

c)

Biometric authentication

d)

Certificate-based authentication

43.

If a system logs every user login and logout, which IAM pillar is applied?

a)

Authorization

b)

Auditing

c)

Administration

d)

Authentication

44.

A bank wants to ensure tellers can only view account data, not edit it. Which control is appropriate?

a)

Role-based access control

b)

Attribute-based access control

c)

Mandatory access control

d)

Discretionary access control

45.

You are asked to identify who accessed a restricted file. Which IAM pillar provides this data?

a)

Authorization

b)

Auditing

c)

Authentication

d)

Administration

46.

If a company wants to apply IAM, which sequence best represents the flow of access control?

a)

Auditing → Authorization → Authentication → Administration

b)

Authentication → Authorization → Auditing → Administration

c)

Administration → Authentication → Authorization → Auditing

d)

Authorization → Administration → Auditing → Authentication

47.

A university wants to verify student logins through facial recognition. What authentication method is used?

a)

Biometric authentication

b)

Token-based authentication

c)

Password-based authentication

d)

Certificate-based

48.

Which type of cloud is hosted by a third-party provider and shared among multiple users?

a)

Public cloud

b)

Private cloud

c)

Hybrid cloud

d)

Open-source cloud

49.

What does Software as a Service provide?

a)

System management tools

b)

Applications hosted by a third party and accessed through a web browser

c)

Hardware maintenance services

d)

Internet connection for business

50.

What does Platform as a Service provide?

a)

Email and communication apps

b)

Tools and computing infrastructure mainly for developers

c)

File storage and backup

d)

Operating system updates

51.

What does Infrastructure as a Service provide?

a)

Email hosting services

b)

Web development tools

c)

Virtualized computing resources like networks and storage

d)

Security monitoring

52.

What does “jailbreaking” or “rooting” do?

a)

Removes system restrictions and weakens security

b)

Makes the device waterproof

c)

Upgrades device firmware automatically

d)

Protects device from malware

53.

What does “phishing” aim to do?

a)

Improve mobile network speed

b)

Trick users into revealing sensitive information

c)

Remove malware from phones

d)

Secure Wi-Fi networks

54.

What type of control limits the damage after a cyberattack occurs?

a)

Preventive control

b)

Detective control

c)

Deterrent control

d)

Corrective control

55.

Which tool acts as a security “gatekeeper” between users and cloud services?

a)

Cloud Workload Protection Platform

b)

Cloud Access Security Broker

c)

Cloud Security Posture Management

d)

Virtual Private Network

56.

Mobile security mainly protects:

a)

Smartphones, tablets, and laptops

b)

Desktop computers only

c)

Servers and databases

d)

Websites and browsers

57.

What is “juice jacking”?

a)

Installing fake applications

b)

Intercepting Wi-Fi networks

c)

Using a compromised charging station to steal data

d)

Sending phishing links via SMS

58.

Which describes a cloned app?

a)

A fake version of a legitimate app designed to steal information

b)

An app that creates backups

c)

A system app for data recovery

d)

A verified app from the Play Store

59.

Which practice strengthens mobile security?

a)

Ignoring software updates

b)

Regularly updating apps and OS

c)

Using public Wi-Fi for faster speed

d)

Saving passwords on browsers

60.

Why are hybrid clouds popular among organizations?

a)

They are cheaper than private clouds

b)

They combine benefits of both public and private clouds

c)

They require no internet connection

d)

They are easier to secure

61.

Which control type identifies and reacts to security threats?

a)

Preventive control

b)

Detective control

c)

Corrective control

d)

Deterrent control

62.

Which cloud risk results from not being able to see all cloud assets?

a)

Lack of visibility

b)

Access management

c)

Misconfiguration

d)

Compliance

63.

What makes mobile phishing dangerous?

a)

It only targets social media

b)

Mobile users are distracted and see limited screen information

c)

It cannot bypass antivirus

d)

It only affects Android devices

64.

What is the risk of jailbreaking or rooting?

a)

Improved device speed

b)

Disabling built-in security protections

c)

Better customization

d)

Access to official apps

65.

Why should users avoid public Wi-Fi?

a)

It is slow

b)

It costs too much

c)

Hackers can intercept and manipulate data

d)

It drains battery faster

66.

A company wants to develop apps without managing servers. Which cloud service model should they use?

a)

Infrastructure as a Service

b)

Platform as a Service

c)

Software as a Service

d)

Cloud Workload Protection Platform

67.

A business detects unusual login activity from multiple locations. Which control type helps identify such threats?

a)

Detective control

b)

Corrective control

c)

Deterrent control

d)

Preventive control

68.

An organization that hosts both private and public applications is using:

a)

Private cloud

b)

Hybrid cloud

c)

Community cloud

d)

Multi-tenant cloud

69.

When a user installs a fake banking app that steals credentials, what threat is this?

a)

Malware (Trojan)

b)

Juice jacking

c)

Phishing

d)

Ransomware

70.

A company needs to track cloud configurations and ensure compliance. Which tool is most appropriate?

a)

Cloud Workload Protection Platform

b)

Cloud Access Security Broker

c)

Cloud Security Posture Management

d)

Virtual Private Network

71.

A company stores customer data on Amazon Web Services (AWS) and uses Gmail for business emails. Which setup is this?

a)

Private cloud

b)

Hybrid cloud

c)

Public cloud

d)

Community cloud

72.

You’re downloading an app that asks for access to your camera and contacts, but it’s a calculator app. What should you do?

a)

Cancel the installation

b)

Accept the permissions

c)

Restart your phone

d)

Turn off Wi-Fi

73.

A new app promises to clean your phone and speed it up but is not from the official app store. You should:

a)

Avoid installing it temporarily

b)

Install and test it

c)

Disable antivirus

d)

Restart the phone first

74.

Which of the following is the first stage of an IT compliance audit?

a)

Preparation

b)

Fieldwork

c)

Audit Report

d)

Follow-Up

75.

What does Data Management and Protection ensure?

a)

That data is accessible to everyone

b)

That data is stored, encrypted, and backed up securely

c)

That data is deleted monthly

d)

That data is transferred to external parties

76.

What is the difference between internal and external audits?

a)

Internal audits are more expensive

b)

External audits are done by company employees

c)

Internal audits are performed by company staff; external audits by independent parties

d)

Both are conducted by the HR department

77.

What is a possible limitation of internal audits?

a)

They take too long to finish

b)

They are too strict

c)

They cost too much

d)

Internal teams may overlook certain risks

78.

What advantage do external audits provide?

a)

They reduce employee workload

b)

They replace company security systems

c)

They offer objective and unbiased evaluations

d)

They stop all cybersecurity attacks

79.

Why is incident response planning reviewed in an IT audit?

a)

To check marketing procedures

b)

To ensure there’s a clear plan for handling data breaches and security incidents

c)

To reduce internet costs

d)

To monitor employee attendance

80.

When auditors assess data encryption, which area are they reviewing?

a)

Risk assessment

b)

Data management and protection

c)

Incident response

d)

Access control

81.

A company finds that employees are sharing passwords. During an IT compliance audit, which area will this fall under?

a)

Data management

b)

Access and Identity Control

c)

Risk assessment

d)

Physical security

82.

During fieldwork, auditors discover that backup systems are not updated regularly. What should the company improve?

a)

Automation tools

b)

Data Management and Protection

c)

Marketing strategy

d)

Office layout

83.

Auditors found that anyone could enter the server room without ID verification. This is a failure in:

a)

Data protection

b)

Automation

c)

Physical Security

d)

Access control

84.

After receiving an audit report, management creates a new password policy and trains staff. This is part of which stage?

a)

Preparation

b)

Fieldwork

c)

Audit Report

d)

Follow-Up

85.

The auditor checks whether the company uses encryption for storing sensitive client data. What is this an example of?

a)

Fieldwork stage

b)

Preparation stage

c)

Audit report

d)

Follow-up

86.

Network security focuses on protecting the network infrastructure from unauthorized access, misuse, or theft.

a)

True

b)

False

87.

A firewall can block or allow traffic based on security rules.

a)

True

b)

False

88.

Packet-filtering firewalls examine the full content of data packets to detect malicious code.

a)

True

b)

False

89.

Stateful inspection firewalls remember active connections and track whether network traffic is part of a valid session.

a)

True

b)

False

90.

A circuit-level gateway checks the content of data packets to detect hidden malware. False

a)

True

b)

False

91.

Intrusion Prevention Systems (IPS) only detect attacks but do not take any action to block them.

a)

True

b)

False

92.

Intrusion Detection Systems (IDS) are designed to actively block threats before they reach the network.

a)

True

b)

False

93.

Network segmentation divides a large network into smaller subnetworks to improve performance and security.

a)

True

b)

False

94.

A guest Wi-Fi network that provides internet access only is an example of network segmentation.

a)

True

b)

False

95.

An application-level gateway reads the entire message content before allowing communication.

a)

True

b)

False

96.

A VPN hides the user’s IP address and encrypts internet traffic for privacy.

a)

True

b)

False

97.

A Stateful Inspection Firewall acts like a guard who not only checks your ID but also remembers if you’ve already entered before.

a)

True

b)

False

98.

. A Circuit-Level Gateway is like a telephone operator ensuring that the call connection is properly established before letting the people talk.

a)

True

b)

False

99.

The Circuit-Level Gateway focuses on the data’s content rather than the connection setup.

a)

True

b)

False

100.

A Packet-Filtering Firewall reads the full content of the message to make sure it’s safe before delivery.

a)

True

b)

False