wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Network Security and Software Questions

Total questions: 71

Worksheet time: 36mins

Name
Class
Date
1.

What is the role of a network access control (NAC) system?

a)

To prevent unauthorized devices from accessing the network

b)

To encrypt data

c)

To provide VPN services

d)

To manage user credentials

2.

Which type of firewall is considered to be the most secure?

a)

Proxy firewall

b)

Packet-filtering firewall

c)

Circuit-level gateway

d)

Stateful inspection firewall

3.

What is the primary purpose of using Enigmail with Thunderbird?

a)

To encrypt and decrypt emails

b)

To manage calendar events

c)

To play music

d)

To browse the internet

4.

Which command installs Thunderbird on Ubuntu?

a)

sudo apt install thunderbird

b)

sudo yum install thunderbird

c)

sudo pacman -S thunderbird

d)

sudo install thunderbird

5.

What does VeraCrypt primarily provide?

a)

File encryption

b)

Web browsing

c)

System updates

d)

Email management

6.

How do you mount an encrypted volume in VeraCrypt?

a)

Select a slot, choose the file, and click "Mount"

b)

Use the command sudo mount /dev/sda1

c)

Double-click the file in the file manager

d)

Open with a text editor

7.

What is the purpose of the Tor Browser?

a)

To browse the internet anonymously

b)

To send encrypted emails

c)

To create documents

d)

To manage files

8.

Which command is used to add the Tor repository key on Ubuntu?

a)

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A3C4F0F979CAA22CDBA8F512E8CBC9E886DDDD89

b)

sudo yum install tor

c)

sudo add-apt-repository ppa/tor

d)

sudo apt-get install tor

9.

In cryptographic terms, what is a 'key'?

a)

A piece of information used for encryption and decryption

b)

The process of scrambling data

c)

A method of encoding data

d)

The encrypted message

10.

Which of the following commands will decrypt a file named encrypted.gpg?

a)

gpg --decrypt encrypted.gpg

b)

gpg --decode encrypted.gpg

c)

gpg --open encrypted.gpg

d)

gpg --uncrypt encrypted.gpg

11.

What is the primary purpose of key management in cryptographic systems?

a)

To ensure secure generation, storage, distribution, and destruction of keys

b)

To encrypt data

c)

To generate random numbers

d)

To increase computational speed

12.

Which document provides guidelines and recommendations for key management?

a)

NIST SP 800-57

b)

NIST SP 800-37

c)

NIST SP 800-53

d)

ISO/IEC 27005

13.

Which of the following algorithms is classified as a symmetric key algorithm?

a)

A) AES

b)

B) DSA

c)

C) ECC

d)

D) RSA

14.

How would you encrypt a file named example.txt using a GPG key?

a)

gpg --encrypt example.txt

b)

gpg --sign example.txt

c)

gpg --decrypt example.txt

d)

gpg --cipher example.txt

15.

Which command is used to install GPG on an Ubuntu system?

a)

sudo apt-get install gnupg

b)

sudo apt-get install git

c)

sudo apt-get install gpg

d)

sudo apt-get install openssh

16.

What is the correct way to delete a GPG key from your keyring?

a)

gpg --delete-key

b)

gpg --clear-key

c)

gpg --remove-key

d)

gpg --erase-key

17.

Which historical cipher replaced each letter in the plaintext with a letter some fixed number of positions down the alphabet?

a)

Caesar Cipher

b)

Vigenère Cipher

c)

Enigma Machine

d)

RSA Encryption

18.

Which command would you use to generate a new GPG key pair?

a)

gpg --gen-key

b)

gpg --generate

c)

gpg --new-key

d)

gpg --create-key

19.

Which protocol is commonly used to secure internet communications?

a)

SSL/TLS

b)

Telnet

c)

HTTP

d)

FTP

20.

Which command would you use to sign a file named document.txt with your GPG key?

a)

gpg --sign document.txt

b)

gpg --encrypt document.txt

c)

gpg --hash document.txt

d)

gpg --certify document.txt

21.

What is the primary difference between symmetric and asymmetric encryption?

a)

Symmetric uses the same key for encryption and decryption; asymmetric uses different keys.

b)

Symmetric is more secure; asymmetric is less secure.

c)

Symmetric is used for large data; asymmetric is used for small data.

d)

Symmetric is faster; asymmetric is slower.

22.

Which of the following is NOT a goal of cryptography?

a)

Scalability

b)

Authentication

c)

Confidentiality

d)

Integrity

23.

What is the primary purpose of a Business Continuity Plan (BCP)?

a)

To ensure critical business functions continue during and after a disaster

b)

To manage financial accounts

c)

To improve marketing strategies

d)

To increase daily productivity

24.

Which document provides a comprehensive guide for contingency planning for federal information systems?

a)

NIST SP 800-34

b)

ISO 31000

c)

FEMA Disaster Recovery

d)

DRJ Disaster Recovery Planning

25.

What is a key component of a disaster recovery strategy that involves keeping copies of data in geographically separate locations?

a)

Data replication

b)

Business impact analysis

c)

Data mirroring

d)

Cold site

26.

Which framework provides principles and guidelines for risk management?

a)

ISO 31000

b)

DRJ Disaster Recovery Planning

c)

NIST SP 800-34

d)

FEMA Disaster Recovery

27.

What is the first step in the risk assessment process according to NIST SP 800-30?

a)

Risk identification

b)

Risk monitoring

c)

Risk evaluation

d)

Risk mitigation

28.

Why is risk management important in business continuity and disaster recovery planning?

a)

It helps identify, assess, and mitigate risks to ensure organizational resilience.

b)

It ensures that only financial risks are considered.

c)

It replaces the need for a Business Continuity Plan.

d)

It helps reduce marketing costs.

29.

Which document provides guidelines for risk management processes?

a)

ISO 31000

b)

Business Continuity Planning

c)

NIST SP 800-34

d)

FEMA Disaster Recovery

30.

Which of the following is NOT a principle of risk management according to ISO 31000?

a)

Limited to operational risks

b)

Structured and comprehensive

c)

Inclusive

d)

Integrated

31.

What is a common goal of both business continuity and disaster recovery planning?

a)

Ensuring the rapid resumption of operations

b)

Reducing the workforce

c)

Enhancing marketing efforts

d)

Increasing profits

32.

Which step involves identifying critical business functions and their dependencies?

a)

Business Impact Analysis

b)

Recovery Strategies

c)

Plan Development

d)

Testing and Exercises

33.

What is the primary purpose of ISO 31000?

a)

To provide a framework for managing risk

b)

To establish guidelines for financial reporting

c)

To set standards for environmental management

d)

To define technical specifications for product safety

34.

According to ISO 31000, who should be responsible for managing risks within an organization?

a)

The entire organization

b)

The risk management department only

c)

The board of directors exclusively

d)

External consultants

35.

Which framework is used for conducting risk assessments?

a)

NIST SP 800-30

b)

ITIL

c)

ISO 27001

d)

COBIT

36.

What is the role of FEMA in disaster recovery?

a)

To provide financial assistance for recovery efforts

b)

To train employees in disaster response

c)

To develop marketing strategies for affected areas

d)

To conduct risk assessments for businesses

37.

In the context of ISO 31000, what does 'risk appetite' refer to?

a)

The level of risk an organization is willing to bear

b)

The types of insurance policies an organization holds

c)

The budget allocated for risk management activities

d)

The frequency of risk assessments conducted

38.

What is the first step in the risk management process according to ISO 31000?

a)

Risk identification

b)

Risk evaluation

c)

Risk monitoring

d)

Risk treatment

39.

Which step is NOT part of the risk management process defined in ISO 31000?

a)

Risk avoidance

b)

Risk analysis

c)

Risk identification

d)

Risk evaluation

40.

How does ISO 31000 recommend organizations treat risks that cannot be entirely eliminated?

a)

Accept the risk with informed decision-making

b)

Avoid the risk completely

c)

Transfer the risk to a third party

d)

Ignore the risk and focus on other areas

41.

What is the primary objective of business continuity planning?

a)

To restore operations as quickly as possible after a disruption

b)

To ensure the safety of employees during a disaster

c)

To comply with legal requirements

d)

To reduce operational costs

42.

Which of the following is a key element of disaster recovery planning?

a)

Risk Assessment

b)

Inventory management

c)

Marketing strategies

d)

Employee training

43.

What is the primary focus of the NIST SP 800-53 Introduction section?

a)

Overview of security and privacy controls for federal information systems

b)

Instructions for installing antivirus software

c)

Guidelines for physical security measures

d)

Technical implementation of firewalls

44.

Which GDPR chapter outlines the rights of data subjects?

a)

Chapter 3

b)

Chapter 4

c)

Chapter 1

d)

Chapter 2

45.

What is one of the key requirements of PCI DSS Requirement 1?

a)

Installing and maintaining a firewall configuration to protect cardholder data

b)

Implementing physical access controls

c)

Regularly updating antivirus software

d)

Encrypting cardholder data

46.

What is a primary focus of the HIPAA Security Rule's Technical Safeguards?

a)

Implementing measures to protect ePHI (electronic protected health information)

b)

Managing physical access to facilities

c)

Conducting regular employee training

d)

Ensuring proper disposal of paper records

47.

What is the primary objective of GDPR's Chapter 2: Principles?

a)

Outlining the fundamental principles for processing personal data

b)

Setting guidelines for international data transfers

c)

Defining the penalties for non-compliance

d)

Describing the enforcement mechanisms for GDPR

48.

Which of the following is a key component of the NIST SP 800-53 Access Control section?

a)

User account management and access restrictions

b)

Firewall configuration guidelines

c)

Physical security controls

d)

Data encryption methods

49.

What is the maximum fine for non-compliance with GDPR?

a)

€20 million or 4% of global turnover

b)

€50 million or 10% of global turnover

c)

€100 million or 20% of global turnover

d)

€10 million or 2% of global turnover

50.

What is a key component of the HIPAA Security Rule's Technical Safeguards?

a)

Data encryption

b)

Incident response planning

c)

Workforce training

d)

Physical access control

51.

Which section of NIST SP 800-53 covers privacy controls?

a)

Privacy Controls

b)

Risk Management

c)

Access Control

d)

Security Assessment and Authorization

52.

What type of data does GDPR primarily aim to protect?

a)

Personal data

b)

Business data

c)

Financial data

d)

Security data

53.

What must organizations do in the event of a personal data breach under GDPR?

a)

Notify the supervisory authority within 72 hours

b)

Delete all the breached data immediately

c)

Inform the data subjects within 24 hours

d)

Ignore the breach if no harm is detected

54.

What is a Data Protection Officer (DPO) required for?

a)

To monitor compliance with the GDPR within an organization

b)

To oversee marketing strategies

c)

To manage IT infrastructure

d)

To handle customer complaints about data breaches

55.

Which principle is a fundamental component of GDPR?

a)

Data minimization

b)

Access control

c)

Firewall configuration

d)

Disaster recovery planning

56.

Which requirement of PCI DSS involves maintaining a secure network?

a)

Requirement 1

b)

Requirement 5

c)

Requirement 8

d)

Requirement 2

57.

Which of the following is NOT a lawful basis for processing personal data under GDPR?

a)

Financial gain

b)

Legitimate interests

c)

Consent

d)

Contractual necessity

58.

What does GDPR say about data transfers outside the EU?

a)

Transfers are allowed only to countries with adequate data protection laws

b)

Transfers are strictly prohibited

c)

Transfers are only allowed for non-personal data

d)

Transfers are freely allowed without restrictions

59.

Which safeguard category under the HIPAA Security Rule includes workforce security?

a)

Administrative Safeguards

b)

Physical Safeguards

c)

Technical Safeguards

d)

Environmental Safeguards

60.

What is the focus of the Physical Safeguards under HIPAA?

a)

Protecting electronic systems and related buildings and equipment from natural and environmental hazards

b)

Establishing user access controls

c)

Implementing encryption technologies

d)

Ensuring data integrity

61.

What right does GDPR give individuals regarding automated decision-making?

a)

The right to request human intervention and contest decisions made by automated processing

b)

The right to opt-out of automated decision-making in all circumstances

c)

The right to be subjected to automated decision-making without any conditions

d)

The right to automate decisions about their own data

62.

How long can personal data be retained under GDPR?

a)

Only for as long as necessary for the purpose it was collected

b)

Until the individual requests its deletion

c)

Up to 10 years, no matter the purpose

d)

Indefinitely, as long as it's useful

63.

What is the main focus of the presentation “Exploring Careers in Cybersecurity”?

a)

A) Career pathways and professional roles in cybersecurity

b)

B) The history of major cyberattacks

c)

C) Cybersecurity tools and encryption algorithms

d)

D) Threats from artificial intelligence

64.

Which of the following describes an entry-level cybersecurity position?

a)

Junior Security Analyst or IT Support Analyst

b)

Chief Information Security Officer

c)

Penetration Tester

d)

Security Engineer

65.

What is the main purpose of entry-level roles in cybersecurity?

a)

Applying basic cybersecurity principles and providing technical support

b)

Conducting advanced threat analysis

c)

Managing cybersecurity budgets

d)

Developing new cryptographic systems

66.

Which of the following best characterizes mid-level cybersecurity roles?

a)

They demand more experience and specialized technical skills

b)

They focus on training newcomers

c)

They require no prior experience

d)

They involve only customer service tasks

67.

What is a Penetration Tester primarily responsible for?

a)

Finding vulnerabilities before a system goes live

b)

Writing secure application code

c)

Installing antivirus systems

d)

Managing security teams

68.

Which certification is typically associated with Penetration Testing?

a)

Certified Ethical Hacker (CEH)

b)

CISSP

c)

CISA

d)

CompTIA Security+

69.

Which role represents a senior-level position in cybersecurity?

a)

Chief Information Security Officer (CISO)

b)

Security Engineer

c)

Security Analyst

d)

Technical Support Specialist

70.

What are the main responsibilities of a CISO?

a)

Overseeing organizational cybersecurity strategy and managing risks

b)

Debugging network systems

c)

Configuring security firewalls

d)

Writing incident reports only

71.

According to the CISA Cybersecurity Career Pathway, what is the first step?

a)

Explore

b)

Lead

c)

Prepare

d)

Advance