Tabs that appear only on the Ribbon when an object is selected are known as ________ tabs

A) variable
B) selection-specific
C) optional
D) context-sensitive


D

Computer Science & Information Technology

You might also like to view...

Select the type of form control that "disguises" the characters that are typed.

a. text box b. password box c. encrypt box d. hidden box

Computer Science & Information Technology

Consider the representation for pictures where each \dot" (pixel) in the picture is represented by three bytes, for the red, green, and blue components of the color at that dot.

How many bytes does it take to represent a 640x480 picture, a common picture size on the Web? How many bytes does it take to represent a 1024x768 picture, a common screen size? (What do you think is meant now by a \3 megapixel" camera?)

Computer Science & Information Technology

What will be output from the following code:

``` public void t e s t 8 ( ) f int x = 1 2 ; int y = 0 ; while ( x !< 10 j j y < 1) { x = x + 1 ; y = y + 1 ; System . out . p r i n t l n ( x + " , " + y ) ; } } ```

Computer Science & Information Technology

Animation that emphasizes an object or text that is already displayed

A) Exit effect B) Entrance effect C) Emphasis effect

Computer Science & Information Technology