Which of the following can you install on Windows Server that centralizes control of network resources?

A. workgroup
B. homegroup
C. Active Directory
D. Microsoft Management Console

Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following would be an appropriate loop header when reading data from a file to fill an array defined by: float grades[MAX];

a) for (int i = 0; i < MAX; i++) b) for (int i = 0; i < MAX –1; i++) c) while (!fileIn.eof( )) d) while (!fileIn.eof( ) && i < MAX)

Computer Science & Information Technology

Creating an object instance based on an object class is known as _________ an object.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology