When does the Mini toolbar display?

A) only when text is selected B) when you click the File tab
C) always, next to the Quick Access Toolbar D) when you select an object in a document


C

Computer Science & Information Technology

You might also like to view...

Write a void function called copy_to_screen that copies the contents of a file to the screen. The argument of the function is an ifstream object. Preconditions and postconditions follow: Preconditions: The stream argument for the function has been connected to a file with a call to the member function open. Postcondition: The contents of the file connected to the ifstream argument have been copied to the screen so that the screen is the same as the contents of the file. This function does not close the file.

What will be an ideal response?

Computer Science & Information Technology

You can use the txtType control's ____ event to prevent the text box from accepting the space character.

A. Key B. Pressed C. KeyPress D. StillPressed

Computer Science & Information Technology

(Order of Evaluation) State the order of evaluation of the operators in each of the following C++ statements and show the value of x after each statement is performed.

``` a) x = 7 + 3 * 6 / 2 - 1; b) x = 2 % 2 + 2 * 2 - 2 / 2; c) x = (3 * 9 * (3 + (9 * 3 / (3)))); ```

Computer Science & Information Technology

James, a high school student, is formatting his report in Microsoft Word 2016. To change the font size, he selects the Home tab in the application window. If James is using the Office theme, on selection of the Home tab, the tab will turn _____ in color.?

A. ?blue B. ?gray C. ?black D. ?green

Computer Science & Information Technology