The Windows 2000 __________ provides a global catalog that allows users to find any object for which they have access rights.

a. Active Directory
b. domain tree
c. Common Internet File System
d. Distributed file system


a. Active Directory

Computer Science & Information Technology

You might also like to view...

An example of a unary operator is:

a. The < relational operator. b. The = assignment operator. c. The % arithmetic operator. d. The ! logical operator.

Computer Science & Information Technology

Analyze the following code.

``` public class Test { public static void main(String[] args) { System.out.println(m(2)); } public static int m(int num) { return num; } public static void m(int num) { System.out.println(num); } } ``` a. The program has a compile error because the two methods m have the same signature. b. The program has a compile error because the second m method is defined, but not invoked in the main method. c. The program runs and prints 2 once. d. The program runs and prints 2 twice.

Computer Science & Information Technology

Using Publisher templates, you can add text directly into text boxes or panel headings.

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

Computer Science & Information Technology

In an IDPS, a sensor is a piece of software that resides on a system and reports back to a management server. __________

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

Computer Science & Information Technology