The tabs on the Ribbon organize the commands into related tasks. The commands on each tab are organized into ____.

A. categories
B. sets
C. menus
D. groups


Answer: D

Computer Science & Information Technology

You might also like to view...

What is the output for the following code segment:

int x = 7; int y = 4; if ((x = = y) || (y < 6)) { x = x + 1; cout << x; } if (x = = 7) y = y + 1; cout << y;

Computer Science & Information Technology

________ Preview is a technology that shows the result of applying an editing or formatting change as you point to possible results—before you actually apply the change

Fill in the blank(s) with correct word

Computer Science & Information Technology

Of the following input types, which one is the best choice when there is a limited amount of available space on a page?

A) check boxes B) drop down lists C) radio button D) text area

Computer Science & Information Technology

Referring to the figure above, if you want "#navlist a" to appear in the Selector text box, you need to delete ____ that appears in the box by default.

A. the text B. the period C. the text and period D. none of the text

Computer Science & Information Technology