Some versions of Windows also include an encryption utility called _____.

A. FSE
B. WPA
C. EFS
D. WEP

Answer: C

Computer Science & Information Technology

You might also like to view...

A list of commands related to a selection, which appears when you right-click, is the ________

A) Mini toolbar B) shortcut menu C) option menu D) dialog box

Computer Science & Information Technology

Which of the following statements will assign a random number between 1 and 50 inclusive to intNum?

a. intNum = rand.Next(50) + 1 b. intNum = rand.Next(1, 50) c. intNum = rand.Next(50) d. intNum = rand.Next()

Computer Science & Information Technology