____ Directory installation is suitable for a new domain or when a server will be participating in an environment where other domain controllers are already present.

A. Open
B. Primary
C. Active
D. Windows


Answer: C

Computer Science & Information Technology

You might also like to view...

Naming a variable and specifying the ____ that can be stored in it are accomplished by using declaration statements.

A. data type B. value C. precision D. range

Computer Science & Information Technology

What are the values of variables x, y, and z after the following code is run? y = 0z = 0for x in range(5,7): if y > z: z, y = y, z y = y + x;

A. x == 7, y == 11, z == 6 B. x == 6, y == 6, z == 5 C. x = 6, y == 5, z == 6 D. x == 7, y == 12, z == 5

Computer Science & Information Technology

A clearly directed __________ flows from top to bottom, and a systematic approach is required to translate it into a program that can inform and lead all members of the organization.

A. strategy B. security program C. security policy D. maintenance program

Computer Science & Information Technology

?The HTML ____ tag enables web designers to link HTML documents to each other.

A. ? B. ?anchor C. ? D. ?web

Computer Science & Information Technology