After selecting text in a presentation or document, you see a small transparent bar with formatting options displayed just above the selection. What is the bar called and what is its purpose?

What will be an ideal response?


When you select any amount of text within a worksheet, document, or presentation, you can move the mouse pointer only slightly within the selection to display the Mini toolbar. The Mini toolbar provides access to the most common formatting selections, such as applying bold or italic, or changing font type or color. Make any selections from the Mini toolbar by clicking the corresponding button. To temporarily remove the Mini toolbar from view, press Esc. If you want to permanently disable the Mini toolbar so that it does not appear in any open file when text is selected, click the File tab and click Options. Click General, if necessary. Deselect the Show Mini Toolbar on selection setting by clicking the check box to the left of the setting and clicking OK

Computer Science & Information Technology

You might also like to view...

How are log files used for database reliability?

What will be an ideal response?

Computer Science & Information Technology

Derive relations for the following conceptual data model:

Computer Science & Information Technology

What is the incorrect action and why does it occur?

Specification: Check to see if the user’s input is a 0 or a 1. If it is a 0 or a 1, write out Hello World.``` #include using namespace std; int main() { int user_input; cout << “\nEnter an integer.”; cin >> user_input; if(user_input == 0 || 1)cout << “\nHello World”; return 0; } ```

Computer Science & Information Technology

This style, ________, is the default style for new documents

Fill in the blank(s) with correct word

Computer Science & Information Technology