What is the difference between a mnemonic and a tool tip?
What will be an ideal response?
A mnemonic is a character that allows the user to push a button or make a menu choice using the keyboard in
addition to the mouse. A tool-top is a short line of text that will appear when the cursor is rested momentarily on top of the
component. The difference is that the mnemonic allows for more flexibility on the users end (it allows for multiple methods of
achieving the same task), which a tool-tip is simply a helpful reminder of the role of a particular component and offers no
flexibility on the users end.
You might also like to view...
Answer the following statements true (T) or false (F)
1. A base class's constructors are inherited into its derived classes. 2. The first task of any base class’s constructor is to call its derived class’s constructor. 3. To call the base-class default constructor explicitly, the call to a base-class constructor must be the first statement in the derived-class-constructor definition. 4. When you call an Overridable base class method on a derived class object, the base class version of the method executes. This is the basis of polymorphism. 5. When a program creates a derived-class object, the Object constructor is the last constructor called and the first whose body finishes executing.
Which of the following is NOT a way to view a Web site when the Site View tab is open in the editing window?
A. Folders B. Publishing C. Hyperlinks D. Browsers
In the figure above, the letter "B" points to what?
What will be an ideal response?
In the figure above, which number refers to the Tools panel?
A. 1 B. 2 C. 3 D. 4