Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1
A _______________ consists of a menu bar containing menus.
A)shortcut
B)toolbar
C)menu
D)popup menu
2
It is easy to create a menu for a Windows form that looks and behaves like a standard Windows menu using the _______________ that comes with Visual Studio .NET.
A)Menu Builder
B)Tool Designer
C)Menu Designer
D)Menu Editor
3
To add menus and menu items to a form, you must first add a _______________ control from the toolbox.
A)MenuDesigner
B)MenuItem
C)MenuStrip
D)MainMenu
4
If the Text property is &File, the default Name property is _____________.
A)fileMenu
B)fileMenuStrip
C)fileMenuItem
D)fileToolStripMenuItem
5
If an item on a menu has another list of items that will pop up, the new list is called a _______________.
A)secondary menu
B)secret menu
C)submenu
D)none of these
6
You can create a submenu by moving to the _______________ of a menu item and typing the next item's text.
A)left
B)right
C)top
D)bottom
7
The symbol that is used to group items according to their purpose in a menu is called a _______________.
A)division line
B)grouping bar
C)group line
D)separator bar
8
An enabled menu appears in _______________ and is available for selection.
A)blue
B)gray
C)red
D)black
9
If the Checked property of a menu item is set to true, the check mark next to the menu item indicates that the option is currently _______________.
A)selected
B)disabled
C)enabled
D)not selected
10
Which of the following properties should be set to true if you want to display a keyboard shortcut on the menu?
A)ViewShortcut
B)Shortcut
C)DisplayShortcut
D)ShowShortcuKeyst







Programming in Visual C# 2005Online Learning Center

Home > Chapter 5 > Multiple Choice Quiz