Which of the following is true of the names in a flat name space?

A. All must be the same length.
B. All must have a common part.
C. Each must include the domain name.
D. Each must be unique.

Answer: D

Computer Science & Information Technology

You might also like to view...

In the following function, the logical_test is:

=IF(A15>G1,G15,H15) A) H15. B) A15. C) A15>G1. D) G15.

Computer Science & Information Technology

?Starting with the first node in a linked list data structure, progress is made in a(n) _____ fashion through the linked list by following the pointers from one node to the next.

A. ?random B. ?circular C. ?alternating D. ?linear

Computer Science & Information Technology