When you use a picture to define a bullet, the image is stored in the:

a. Bullet Library
b. Building Blocks Organizer
c. Quick Parts gallery


A

Computer Science & Information Technology

You might also like to view...

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

1. The following statements are equivalent, given that x = 4 and y = 3: ``` z = Math.pow(y, x); ``` and ``` z = x * x * x; ``` 2. While it is possible to nest an if...else structure within an if... structure, it is not possible to nest an if... structure inside if...else structure. 3. The if clause and the else clause of an if...else structure must always contain different test conditions. 4. If an if clause or an else clause contain only one statement, curly brackets are not necessary. 5. A switch structure is a multiple alternative selection structure.

Computer Science & Information Technology

If the SetValue action mistakenly displays before the End If label, you clicked the ________ block before adding the new action

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ________ tab can be used to apply a page color

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ____ section displays information at the bottom of each form.

A. Form Header B. Form Footer C. Query Footer D. Query Header

Computer Science & Information Technology