To add a button to the Quick Access Toolbar, you must first go to the:

A) DEVELOPER Tab. B) Quick Access Toolbar.
C) Add-Ins Tab. D) Backstage view.


D

Computer Science & Information Technology

You might also like to view...

Show the output of the following program:

``` #include using namespace std; void f(int n) { if (n > 0) { cout << n % 10; f(n / 10); } } int main() { f(1234567); return 0; ```

Computer Science & Information Technology

Case EX 2-1Tessa's boss has asked her to improve the appearance of a worksheet. Please answer the questions below.Once the Find and Replace dialog box appears, with the Replace tab displayed, what button should Tessa click to expand the dialog box so that she can enter in the formatting styles she wants to find and replace?

A. Expand B. More C. Continue D. Options

Computer Science & Information Technology

For white boards in a typical classroom, 1- to 2-inch letters are needed to ensure all students can read what you write. A 1-inch letter is readable from ________ feet away

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following chart elements can have titles?

A. Chart wall B. Chart floor C. Legend D. Horizontal axis

Computer Science & Information Technology