What feature implemented in Windows 8.1 prevents the execution of non-trusted boot content, preventing rootkits?

A. Windows Defender
B. BIOS Check
C. SecureBoot
D. VGuard

Answer: C

Computer Science & Information Technology

You might also like to view...

The result of =DATEDIF("12/21/2014","11/02/2016","Y") is 2

Indicate whether the statement is true or false.

Computer Science & Information Technology

What function would you use to generate a random number to simulate the roll of a six-sided die? 

A. nextBooleanInRange(1, 6) B. nextIntegerFromAToBExclusive(1, 6) C. nextIntegerInRange(1, 6) D. nextIntegerFromAToBInclusive(1, 6)

Computer Science & Information Technology