In Word, a ________ is a description that displays the name of an element, button, or area on a window, and often information on how to use the element

A) HelpTip
B) ScreenTip
C) Window Hint
D) Element Hint


B

Computer Science & Information Technology

You might also like to view...

After the following code executes, what is the output if user enters 0?

``` int x = -1; cout << "Enter a 0 or 1: "; cin >> x; if (c) cout << "true" << endl; else cout << "false" << endl; ``` a. nothing will be displayed b. false c. x d. true e. 0

Computer Science & Information Technology

Which of the following statements is false?

a. A common way to perform synchronization is to use Java’s built-in monitors. b. Every object has a monitor and a monitor lock (or intrinsic lock). c. A monitor ensures that its object’s monitor lock is held by a maximum of two threads at a time. d. Monitors and monitor locks can be used to enforce mutual exclusion.

Computer Science & Information Technology

Click the ________ key to move from cell C12 to D12

A) Ctrl B) Shift C) Enter D) Tab

Computer Science & Information Technology

Although you can insert content controls in an unformatted document, you should consider placing them in a multi-column section wherever possible

Indicate whether the statement is true or false

Computer Science & Information Technology