In the figure above, item 1 gives you options to  ____.

A. select a menu style for your opening menu
B. create your opening menu
C. burn it onto a DVD
D. drag audio and video clips


Answer: D

Computer Science & Information Technology

You might also like to view...

If a number is formatted with the D3 formatter, it means that:

a) the number has to have at least 3 digits even if they are zero b) the number has a dollar sign and is at least 3 digits long c) the number has a three-dimensional context d) an error occurs

Computer Science & Information Technology

Write out the order of elements that are contained in a stack after the following operations are performed.

What will be an ideal response? ``` myStack.push(new Integer(8)); myStack.push(new Integer(6)); Integer num1 = myStack.pop(); myStack.push(new Integer(3)); myStack.push(new Integer(4)); myStack.push(new Integer(15)); myStack.push(new Integer(12)); myStack.push(new Integer(9)); myStack.pop(); myStack.pop(); myStack.pop(); myStack.push(new Integer(19)); ```

Computer Science & Information Technology

What is a type of field that displays the result of an expression rather than the data stored in a field?

A) Hyperlink B) Lookup C) AutoNumber D) Calculated

Computer Science & Information Technology

As you customize a chart, remember that its purpose is to ________ a message to your audience

Fill in the blank(s) with correct word

Computer Science & Information Technology