wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cybersecurity Essentials Chapter 5 Review

Total questions: 20

Worksheet time: 2hrs 40mins

Name
Class
Date
1.

This strategy for cracking a has attempts every possible code until a match is found.

a)

brute force

b)

dictionary

c)

rainbow table

d)

lookup table

2.

This type of attack against a hash attempts the common words, phrases, and passwords in a language.

a)

brute force

b)

dictionary

c)

rainbow table

d)

lookup table

3.

Select the two basic hash algorithms listed below. (Pick2)

a)

Message Digest 5

b)

Secure Hash Algorithm - 1

c)

HMAC

d)

WPA

4.

Select the situations listed below when hashing should be used. (Select all that apply!)

a)

When you need to ensure file integrity.

b)

PKI Certificates

c)

IPsec Protocols

d)

Routing Authentication

e)

Challenge Response Protocols (CHAP)

5.

Which of the following does NOT accurately describe hashing.

a)

One way math function

b)

Fixed Output Length

c)

Fixed Input Length

d)

Two different inputs almost never give the same output

6.

This is how HMAC is different from other basic hash algorithms.

a)

One way math function

b)

Fixed Output Length

c)

Requires a secret key along with the message digest

d)

Variable Input Length

7.

This is the purpose of CSPRNG

a)

Perform hash calculations

b)

Encrypt data

c)

Generate Salts

d)

Concatenate Strings in Programming

8.

Which of the following is NOT a good practice when implementing salting?

a)

Salts unique for each password

b)

Salts are never reused

c)

Salt lengths that are different from hash output lengths

d)

Hashes always performed on the server

9.

Smaller table for cracking hashes that sacrifices speed to make the table smaller.

a)

Lookup Table

b)

Reverse Lookup Table

c)

Rainbow Table

d)

Salting Table

10.

This prevents two users with the same password from having the same hash in a data base.

a)

Peppering

b)

Hashing

c)

Salting

d)

Rainbow Table

11.

Digital signatures cannot be repudiated. What does this mean?

a)

They can't be reused.

b)

They can't be altered.

c)

It can't be denied that they happened in the future.

d)

It can be reliably trusted

12.

Other than verifying a person or organization, this is another thing that digital signatures get used for a lot.

a)

Making sure social media posts are true.

b)

Making sure GPS directions are accurate.

c)

Verifying code integrity

d)

Making sure students are the ones that completed homework assignment.

13.

These are the three steps to creating a document with a digital signature, in order.

a)

1.The digest and private key are encrypted

2.Message and message digest are created

3.The message, encrypted digest, and public key are bundled together.

b)

1.The message, encrypted digest, and public key are bundled together.

2.The digest and private key are encrypted

3.Message and message digest are created

c)

1.Message and message digest are created

2.The digest and private key are encrypted

3.The message, encrypted digest, and public key are bundled together.

14.

Which of the following are NIST approved digital signature algorithms. (Pick 3)

a)

DSA (Digital Signature Algorithm)

b)

RSA (Rivest -Sharmire-Adleman)

c)

ECDSA (Elliptic Curve Digital Signature Algorithm)

d)

HMAC (Hash Message Authentication Code)

15.

This is your first indicator that a site is using a digital certificate.

a)

HTTPS in the URL

b)

HTTP in the URL

c)

A lock symbol in the browser security bar

d)

No lock symbol in the browser security bar.

16.

This is the standard for managing the requirement for digital certificates.

a)

X.510

b)

X.802.11

c)

X.509

d)

X.802.15

17.

These are three validation rules for data base data. (Pick 3)

a)

Size

b)

Format

c)

Check Digit

d)

Value

e)

Opinion

18.

Which of the following is not one of the data integrity constraints for data bases.

a)

Entity Integrity

b)

Domain Integrity

c)

Referential Integrity

d)

User-Defined Integrity

e)

Personal Integrity

19.

This data base integrity constraint states that every table mush have a primary key and that columns that hold primary keys must be unique and not NULL.

a)

Entity Integrity

b)

Domain Integrity

c)

Referential Integrity

d)

User-Defined Integrity

e)

Personal Integrity

20.

Which of the following is NOT a strategy to ensure user input validation?

a)

Input masks

b)

Drop down menus

c)

Mandatory inputs

d)

Data ranges

e)

Empty field requirement