If a user wants to communicate with another computer using its name, what must be available on the network?
A. a file server
B. a Web server
C. a DHCP server
D. a name server
Answer: D
Computer Science & Information Technology
You might also like to view...
What is the default value for the "Maximum password age" setting in the Password Policy?
A. 0 days B. 30 days C. 42 days D. 45 days
Computer Science & Information Technology
What will be output from the following code:
Computer Science & Information Technology
Which of the following could be used to declare abstract method method1 in abstract class Class1 (method1 returns an int and takes no arguments)?
a. public int method1(); b. public int abstract method1(); c. public abstract int method1(); d. public int nonfinal method1();
Computer Science & Information Technology
To build the prototype of a database system, the database developer must first create the primary tables
Indicate whether the statement is true or false
Computer Science & Information Technology