If a menu item requires additional information from the user, the Windows standard is to place a(n) ____ at the end of the caption.

A. underscore (_)
B. asterisk (*)
C. pound key (#)
D. ellipsis (…)


Answer: D

Computer Science & Information Technology

You might also like to view...

Given the declaration Circle x = new Circle(), which of the following statement is most accurate.

a. x contains an int value. b. x contains an object of the Circle type. c. x contains a reference to a Circle object. d. You can assign an int value to x.

Computer Science & Information Technology

Internet service can be provided over a wide area by radio transmitters

Indicate whether the statement is true or false

Computer Science & Information Technology

Show the value of x after each of the following statements is performed:

a) x = fabs( 7.5 ) b) x = floor( 7.5 ) c) x = fabs( 0.0 ) d) x = ceil( 0.0 ) e) x = fabs( -6.4 ) f) x = ceil( -6.4 ) g) x = ceil( -fabs( -8 + floor( -5.5 ) ) )

Computer Science & Information Technology

A ____ box allows you to specify the rate at which the Magnetic Lasso tool sets fastening points.

a. Frequency b. Rate c. Fastening Ratio d. none of the above

Computer Science & Information Technology