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

1. Menus are ways of grouping similar commands and preventing GUI clutter.
2. To set an underline shortcut in a Menu the programmer uses the tilde key (~).
3. Visual Basic also has the capacity for submenus.
4. Creating a window menu is mostly done through programming in the form load event.
5. The Shortcut property is used to set which key combination can be used instead of clicking on a menu item.


1. True
2. False, the ampersand key (&) is used before the desired letter.
3. True.
4. False, entire menus can be created by just dragging and dropping and editing properties in Visual Studio.
5. True

Computer Science & Information Technology

You might also like to view...

Give a statement that displays the value of the string variable strVar with yellow letters.

(A) ``` gr.DrawString(strVar, Me.Font, Yellow, 50, 50) ``` (B) ``` gr.DrawString(strVar, Me.Font, Brushes.Yellow, 50, 60) ``` (C) ``` gr.DrawString(strVar, Me.Font, Pens.Yellow, 50, 60) (D) gr.DrawString(strVar, Me.Font, Color.Yellow, 50, 60) ```

Computer Science & Information Technology

When you ____, the action playback runs through the steps seamlessly, without any visible dialog boxes.

a. toggle interactive b. toggle modal controls off c. select ignore sequence d. select run

Computer Science & Information Technology

Excel, by default, looks for template files in the Templates folder, which is where custom template files are often stored. _________________________

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

Computer Science & Information Technology

Describe the benefits and downsides of solid core and stranded core cable.

What will be an ideal response?

Computer Science & Information Technology