You can use the ________ to display a list of shapes, pictures, and text boxes that are located on the current page

A) Object pane
B) Selection pane
C) Object dialog box
D) Selection dialog box


B

Computer Science & Information Technology

You might also like to view...

Write and run a simple shell script named echomyvar that displays the PID (Sobell, page 480) of the process running the script and value of the variable named myvar. Display the PID of the interactive shell you are working with. What is the value of the variable within the process running the shell script? Are the interactive shell and the shell running the script run by the same or different processes (do they have the same PID)?

$ cat echomyvar echo The PID of this process is $$ echo The value of myvar is: $myvar $ echo $$ 2651 $ ./echomyvar The PID of this process is 4392 The value of myvar is:

Computer Science & Information Technology

Which of the following combinations for text and background should you avoid? In each case, give your reasons. To find the answer, it may help to convert the colors to a different color model or to refer to a color wheel. You can do this by either using either the “Color Spaces” software or by accessing the color selection dialog in a commercial paint package.

a. Text: (60,100,0) HSB Background: (180,10, 100) HSB b. Text: (0,0,100) HSB Background: (180,0 100) HSB c. Text: (0,0,0) HSB Background: (180, 0, 100) HSB d. Text: (0,100,100) HSB Background: (120,100,100) HSB e. Text: (300,70,100) HSB Background: (0, 70, 100) HSB f. Text: (60, 70, 100) HSB Background: (120, 0, 100) HSB

Computer Science & Information Technology

Which of the following 802.11 wireless networking standards support transfer rates of over 54 Mbps? (Select TWO.)

A. 802.11a B. 802.11ac C. 802.11g D. 802.11b E. 802.11n

Computer Science & Information Technology

When naming tables, ensure that

a. The name does not contain words that convey physical characteristics. b. The name accurately, clearly, and unambiguously identifies the subject of the table. c. The name is not an acronym or abbreviation. d. All of these items should be considered when naming tables.

Computer Science & Information Technology