How do you display a ToolTip?
a. single-click a button on the toolbar
b. double-click a button on the toolbar
c. hold the mouse pointer over a toolbar button for a few seconds
d. tab to the button on the toolbar so that it has the focus
c. hold the mouse pointer over a toolbar button for a few seconds
You might also like to view...
Using the Shear tool, you can specify the ____ of the object being sheared.
A. point of origin B. center point C. size D. scale
In a database that contains tables with information about students in a university, which of the following should be the primary key?
a. the students' last names b. the students' full names c. the students' college identification numbers d. any of the above would be good primary keys
?Any Internet traffic that is not explicitly permitted into the internal network is denied entry through a firewall.
Answer the following statement true (T) or false (F)
Which of the following statements about pointer initialization is true?
A. Pointer constants can only point to constants. B. Pointer constants can only be initialized to null pointers. C. Pointer constants are automatically set to null by the compiler. D. The data variable must be declared before it can be used for pointer initialization. E. To initialize a pointer to the address of a variable, the variables identifier is suffixed with the indirection operator (*).