Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cybersecurity Fundamentals Week 5 Quiz

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

Which method tries all possible passwords until a match is found?

a)

birthday

b)

dictionary

c)

brute force

d)

rainbow tables

2.

A user downloads an updated driver for a video card from a website. A warning message pops up saying the driver is not approved. What does this piece of software lack?

a)

valid ID

b)

source code

c)

digital signature

d)

code recognition

3.

Write down one criteria used for validation rule.

(a)  

4.

A user wants to ensure that when new users downloaded his newly created program, the program is not changed while in transit. What can the user do to ensure that the program is not changed when downloaded?

a)

Distribute the program on a thumb drive.

b)

Install the program on individual computers.

c)

Encrypt the program and require a password after it is downloaded.

d)

Create a hash of the program file and use it to verify the integrity of the file after download

5.

What is the standard for a public key infrastructure to manage digital certificates?

a)

x.509

b)

NIST-SP800

c)

x.503

d)

PKI

6.

A recent breach at a company due to the ability of a hacker to access the corporate database through the company website by using malformed data in the login form. What is the problem with the company website?

a)

weak encryption

b)

bad usernames

c)

poor input validation

d)

lack of operating system patching

7.

What is a strength of using a hashing function?

a)

It has a variable length output.

b)

It can take only a fixed length message.

c)

It is a one-way function and not reversible.

d)

Two different files can be created that have the same output.

8.

For integrity rule that states every table must have a primary key and that the column or columns chosen to be the primary key must be unique and not null. Which integrity requirement is this?

(a)  

9.

Alice and Bob use the same codeword to login into a website. This means both would have the exact same hash for their codewords.What could be implemented to prevent both codeword hashes from being the same?

(a)  

10.

A user plans to use SHA-1 as part of an IPSec implementation for inbound external connections. The user wants to ensure the integrity and authenticity of the connection. What security tool can the user use?

a)

MD5

b)

HMAC

c)

ISAKMP

d)

SHA256