Potential visitors to a site are called its ____ audience.

A. preferred
B. target
C. chosen
D. sample


Answer: B

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. BDE events have three parts: Begin, During, and End. 2. Games typically only utilize a single event handler in order to respond to various user interactions. 3. The print statement is useful for displaying diagnostic messages that can assist with debugging a program. 4. The character builder only enables you to design male characters.

Computer Science & Information Technology

To find the minimum element stored in a heap

A) you should start at the root, and then keep passing from each node to its left child until you come to a node with no left child B) you should start at the root, and then keep passing from each node to its right child until you come to a node with no right child C) you should look at the root of the binary tree D) you need to examine every node, and then pick the one with the least value

Computer Science & Information Technology

Create a Web page named story.html that serves as an interactive fill-in-the-blank story program. Your page should contain text boxes where the user can enter words to fill in the blanks in a story. It should also contain a button which, when clicked, causes the story to be displayed with the user's words entered in the appropriate places. The content of the story can be anything that you like—be creative! However, your story must meet the following conditions.

1. It must be at least two paragraphs long. 2. It must have at least six missing words. 3. At least one of the missing words must be used multiple times in the story. For example, the person’s name was used twice in the sample story above. 4. The page should have a title, centered at the top, which includes your name.

Computer Science & Information Technology

Quick Layout is located in the Chart Layouts group on the TABLE TOOLS FORMAT tab

Indicate whether the statement is true or false

Computer Science & Information Technology