The ____ is the person or persons for whom you are creating a Web site.

A. target audience
B. client
C. visitor
D. user

Answer: B

Computer Science & Information Technology

You might also like to view...

What is the result value of c at the end of the following code segment? int c = 8; c++; ++c; c %= 5;

a. 0. b. 1. c. 3. d. None of the above.

Computer Science & Information Technology

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

1. The network access layer is the lowest layer of the Internet reference model. 2. The ATM is a connectionless service. 3. IP is an unreliable protocol for error detection and correction. 4. The IPv4 Class A addressing mode is used in the unicast communication network with a small number of users. 5. The UDP is used when a reliable connection service is necessary.

Computer Science & Information Technology