Andrew is researching a new operating system for the computers at his workplace. His boss wants the computers to be able to connect to the cloud and thus have security in case the laptops are stolen.
 
What version of Windows 8.1 does not have the ability to lock the hard drive so that it is unusable if removed from a laptop?

A. Window 8.1 Core
B. Windows 8.1 Basic
C. Windows 8.1 Pro
D. Windows 8.1 Enterprise


Answer: A

Computer Science & Information Technology

You might also like to view...

What is printed by the program that follows?

What will be an ideal response?

Computer Science & Information Technology

You can use criteria to compare two values by using ________ operators

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following statements creates a tuple containing four items?

A. t = [1: 2: 3: 4] B. t = {1, 2, 3, 4} C. t = <1; 2; 3; 4> D. t = (1, 2, 3, 4)

Computer Science & Information Technology

Because the values in pointers are all addresses, any pointer can be assigned to any other pointer.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology