The ____ character is used to indicate that a letter is a hot key on a menu item.

A. ampersand (&)
B. forward slash (/)
C. back slash (\)
D. underscore (_)


Answer: A

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The string "Hello" could be stored in the variable str declared as follows char str[5]; 2. The assignment operator = can be used for string assignment only when initializing a string variable in its declaration. 3. If "cat" is the value of the string variable str, then str[3] is the null character. 4. If name is a string variable whose value is "Elizabeth", the function call strcpy(target, &name[5]); assigns the string "beth" to target. 5. The length of a string is determined by the size of the variable in which it is stored and does not depend on the value stored in the variable.

Computer Science & Information Technology

Describe the difference in the meaning of the 5 in int x[5]; and the meaning of the 4 in x[4]. What are the meanings of the int, the [5] and the [4]?

What will be an ideal response?

Computer Science & Information Technology

Moving the beginning of the first line of a paragraph to the right or left of the rest of the paragraph.

A. Aligning B. Indenting C. Wrapping

Computer Science & Information Technology

If you are a Windows user and use a laptop or a keyboard without a keypad and want to insert special characters, use the ____________________ utility that comes free with Windows.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology