Setting an administrator password in the BIOS will accomplish which of the following?

A. Prevent a user from reading email
B. Prevent a virus from infecting the BIOS
C. Prevent a user from rearranging boot devices
D. Prevent an outside intruder from attacking the system


Answer: C. Prevent a user from rearranging boot devices

Computer Science & Information Technology

You might also like to view...

Which of the following performs the same operation?

Given the if/else statement: if (a < 5) b = 12; else d = 30; a. a < 5 ? b = 12 : d = 30; b. b < 5 ? b = 12 : d = 30; c. a >= 5 ? d = 30 : b = 12; d. d = 30 ? b = 12 : a = 5; e. None of these

Computer Science & Information Technology

Counting loops should be controlled with values.

a) Double b) Integer c) Char d) None of the above.

Computer Science & Information Technology

When using ____ mode, any object you draw or move on top of other objects splits or merges with those objects.

A. Merge Drawing B. Locked C. Baseline D. Free Transform

Computer Science & Information Technology

On a line chart, small squares located on a line at each data point are referred to as points or ________

Fill in the blank(s) with correct word

Computer Science & Information Technology