The ____ is a tool in versions of Microsoft Office starting with Office 2007 that consists of tabs, which contain groups of related command buttons for the program being used.
A. shortcut menu
B. menu bar
C. Ribbon
D. Wizard
Answer: C
Computer Science & Information Technology
You might also like to view...
The set of specific, sequential steps that describe exactly what a computer program must do to complete the work is called a(n) ________
A) algorithm B) structure chart C) flowchart D) pseudocode
Computer Science & Information Technology
Word Web App includes two views--Editing view and ________ view
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which Windows tool would be used to shrink a hard drive partition?
A) Computer Management B) Services C) IPS D) Device Manager
Computer Science & Information Technology
What is the value of alpha[2] after the following code executes? int alpha[5];int j;for (j = 0; j < 5; j++) alpha[j] = 2 * j + 1;
A. 1 B. 4 C. 5 D. 6
Computer Science & Information Technology