Please describe each of the following: the Quick Access toolbar, Contextual tabs, and the Dialog Box Launcher.
What will be an ideal response?
- The Quick Access toolbar contains commands that you use regularly. Elements of the Quick Access toolbar are completely customizable. Commands can be added by right-clicking the toolbar's down-arrow button.
- Contextual tabs, which contain formatting options for an object, appear when the object is selected. For example, after a table is inserted, the TABLE TOOLS tab appears. From this tab, you can change borders, insert or delete columns, and change cell properties for the table.
- Dialog boxes can be opened from the Dialog Box Launcher in the lower-right corner of a group.
You might also like to view...
Machine architecture where each instruction is simple and executes in one machine cycle is called a ______ computer.
Fill in the blank(s) with the appropriate word(s).
List four differences between wireless networks and networks that use physical media like wires or cables.
What will be an ideal response?
A ______ is a device that provides a connection between two LANs that use the same protocol, or it can separate them into two sections
a. Router b. Bridge c. Repeater d. Gateway
What is the value of x after the following statements execute?int x = 5;int y = 30;do x = x * 2;while (x < y);
A. 5 B. 10 C. 20 D. 40