A ____ is the visual equivalent of telling a joke.

A. slice-of-life vignette
B. documentary
C. comedy sketch
D. commercial advertisement


Answer: C

Computer Science & Information Technology

You might also like to view...

Clusters of documents can be summarized by finding the top terms (words) for the documents in the cluster, e.g., by taking the most frequent k terms, where k is a constant, say 10, or by taking all terms that occur more fre- quently than a specified threshold. Suppose that K-means is used to find clusters of both documents and words for a document data set.

(a) How might a set of term clusters defined by the top terms in a document cluster differ from the word clusters found by clustering the terms with K-means? (b) How could term clustering be used to define clusters of documents?

Computer Science & Information Technology

In Resource Sheet view, resources such as supplies are ____ types.

A. Work B. Material C. Supply D. Provisional

Computer Science & Information Technology

Which of the following mitigation techniques can help prevent a high-jacked IM user account resulting from a password-stealing Trojan?

A. Disable the ability to send files through the system. B. Teach users never to share their account password. C. Teach users never to share their account name. D. Ensure that anti-malware software is installed and up to date on the user's computer.

Computer Science & Information Technology

Which statement compares the string named gender to "Male"?

A. ?if(gender == "Male") B. ?if(gender.isequal("Male")) C. if(gender.equals("Male")) D. ?if(gender ="Male")

Computer Science & Information Technology