As part of your tutorial, your professor provides you with a set of data that describes the characteristics of a given target audience. What is the term for this set of data?

a. statement of purpose
b. user identification set
c. client portfolio
d. viewer profile

D. viewer profile

Computer Science & Information Technology

You might also like to view...

Which of the following statements about recursion are true?

a. Recursion can occur infinitely. b. Recursion uses a termination test. c. Both a and b. d. Neither a nor

Computer Science & Information Technology

Which of the following statements is false?

a. A subclass is often larger than its superclass. b. A superclass object is a subclass object. c. The class following the extends keyword in a class declaration is the direct superclass of the class being declared. d. Java uses interfaces to provide the benefits of multiple inheritance.

Computer Science & Information Technology