When creating a menu, typing a _______ in front of a menu item name will create an access shortcut for that item.

a) &
b) !
c) $
d) #


Answer: A

Computer Science & Information Technology

You might also like to view...

XML technologies allow web pages to change after they have been loaded

Indicate whether the statement is true or false

Computer Science & Information Technology

The VFS ________.

a) schedules disk I/O b) implements functions such as read and write c) interprets data from superblocks, files, inodes and directory entries d) all of the above

Computer Science & Information Technology

Which of the following are valid Java statements?

A. Color c = new Color(0, 255, 0); B. Color c = new Color(0.0f, 1.0f, 0.0f); C. Color c = new Color(0.0d, 1.0d, 0.0d); D. setGreen(c.getGreen() - 2); a. All of the above. b. A, B, C. c. A, B, D. d. A, B.

Computer Science & Information Technology

Which of the following is a characteristic of high-level languages?

A. use an assembler to convert the code to machine language B. do not need to be converted to machine language C. use mnemonics to represent machine language instructions D. portable to many different computers E. closely related to machine language

Computer Science & Information Technology