The _________ tab in each Microsoft Office application contains the commands for the most frequently performed activities.?
A. File
B. Design
C. Home
D. Review
Fill in the blank(s) with the appropriate word(s).
Home
Rationale: The Home tab in each application contains commands for the most frequently performed activities, including cutting and pasting, formatting text, and other editing tools. In addition, the Insert, Review, and View tabs appear on the ribbon in Word, Excel, and PowerPoint, although the commands they include differ from application to application. See 9-2: Using the Ribbon
You might also like to view...
Answer the following statements true (T) or false (F)
1. The fewer samples per second a song is divided into, the more it sounds like the original music when it is played back. 2. The computer’s CPU can anticipate what a programmer wants to do. 3. A program is a list of instructions that tell the CPU to perform operations. 4. A machine language instruction exists for each basic operation a CPU can do.
Which of the following statements is false?
a. All exceptions must derive from the class Throwable. b. The class Throwable provides the method getStackTrace that outputs the stack trace to the standard error stream. c. The class Throwable provides the method getMessage that returns the descriptive string stored in an exception. d. The string returned from class Throwable’s getMessage method contains the name of the exception’s class.
An itinerary provides a detailed plan for a meeting.
Answer the following statement true (T) or false (F)
Suppose that ch1 and ch2 are char variables, and alpha is an int variable. The input is: ? A 18 ? What are the values after the following statement executes? ? cin.get(ch1); cin.get(ch2); cin >> alpha; ?
A. ch1 = 'A', ch2 = ' ', alpha = 18 B. ch1 = 'A', ch2 = '1', alpha = 8 C. ch1 = 'A', ch2 = ' ', alpha = 1 D. ch1 = 'A', ch2 = '\n', alpha = 1