Search Header Logo

B.4 Practice Exam #2 (late April 2024)

Authored by Amy Merchant

Computers

9th - 12th Grade

Used 12+ times

B.4 Practice Exam #2 (late April 2024)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your company has surveillance cameras in your office, uses strong authentication protocols, and requires biometric factors for access control. These are all examples of what principle?

Non-repudiation

Authorization

Integrity

Authentication

Answer explanation

Media Image

If someone is caught trespassing on a network or stealing data, they are probably going to say it wasn't them. Non-repudiation is taking measures to prove that it most definitely was. The examples in this scenario are all good examples of non-repudiation techniques.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following encoding schemes would MOST likely be used to represent an emoji?


Binary

ASCII

Unicode

Hexadecimal

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A technician is installing a new SOHO wireless router.

Which of the following is the FIRST thing the technician should do to secure the router?

Press the WPS button

Adjust the radio power levels

Disable SSID broadcast

Change the router's default password

Answer explanation

The first security configuration on the router should be to change the router's default password.

Disabling the SSID broadcast may be desirable for added security but is not the first thing to do.

Adjusting the radio power levels will limit the broadcast area and may be desirable for added security but is not the first thing to do.

Pressing the WPS button temporarily broadcasts the SSID and passphrase which will degrade security.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Maria is working on the design for a program and has created the following pseudocode. What is the result of this pseudocode?

declare loanBalance as a decimal value equal to 0.00

declare loanLimit as a decimal value to 1000.00

declare withdrawal as a decimal value

While loanBalance >= 0

input withdrawal

loanBalance equals loanBalance  + withdrawal

print loanBalance

Loop

It results in a syntax error.

It displays the loan balance each time a withdrawal is made.

It results in an infinite loop.

It stops processing withdrawal input after 1000.00 is reached.

Answer explanation

loanBalance will always be equal to or greater than 0, and this creates an infinite loop because the While loop will always be true.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A value that's used to identify a record from a linked table is called a ________________.

Borrowed Key

Foreign Key

Primary Key

Linked Key

Answer explanation

When a primary key from one table is used as a field value in another linked table, it's called a foreign key.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following authentication types include security questions as a factor for providing security?

Type 2 authentication

Single sign-on authentication

Type 3 authentication

Type 1 authentication

Answer explanation

Type 1 authentication (something you know) is by far the most common authentication type and includes security questions.

Type 2 authentication (something you have) does not include security questions.

Type 3 authentication (something you are) does not include security questions.

Single sign-on authentication is a method for logging into one system to gain access to other related systems. It is not a type of authentication and does not focus on security questions.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a general purpose programming language that is popular for creating websites and mobile applications. Python is known as a readable and user-friendly language. What does the following code do?

color = input('What is your favorite color?\n')
print('Your favorite color is %s.' % color)

It sets the system color variable.

It sends the output to a printer.

It sets the font color to the color specified in the input.

It gets input and produces output.

Answer explanation

The code gets input and produces output. The first line displays a question on the screen and waits for input. Once input is received, the variable color is set to the input. The second line displays the results of the input on the screen.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?