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

1
Which of the following statements about menus is NOT true?
A)Menu items are displayed in buttons at the top of the window
B)Create a menu by adding a MenuStrip component to the form
C)In a menu, submenus will be indicated by a filled triangle to the right of the command
D)Each item in a menu can have keyboard access
2
Which of the following is NOT true about menu items in Visual Basic?
A)Menus appear at the top of a window.
B)Menus can contain keyboard access keys
C)You can add a separator between menu items by using the Line control from the toolbox
D)Create a menu using the MenuStrip component
3
Which of the following is NOT true about using keyboard access with a menu item?
A)The first menu's Text property should be &File.
B)Do not use the same access key on a main menu name as you use on a form control
C)When the program is running, use the Alt key with the letter in the menu that is underlined, in order to access that procedure
D)Menu items will not function correctly if keyboard access is not assigned
4
Which property in a menu item's property window is used to change the words that will display in the menu?
A)Name
B)Text
C)Visible
D)Index
5
Which property of a menu must be set to True if you want an item to have a check mark next to it when the project runs?
A)Selected
B)Enabled
C)Visible
D)Checked
6
Which of the following is NOT true about a menu item that has a check mark?
A)It is currently selected
B)It can be deselected by changing its Checked property to False
C)It can be toggled on and off
D)It is shown in gray
7
Common Dialog Boxes _______.
A)Allow Visual Basic programs to translate the text on the screen into another language
B)Display the predefined Windows dialog boxes for open, save, fonts, and colors
C)Can only be used on forms with menus
D)Allow you to create message boxes that will pop up and prompt the user for text input
8
Of the following choices, which CANNOT be done with common dialog boxes?
A)Opening files
B)Selecting fonts
C)Selecting colors
D)Resizing windows
9
Which of the following is not a type of common dialog box?
A)Color
B)Save
C)Edit
D)Open
10
Which of the following is the method for showing common dialog boxes?
A)ShowDialog
B)ShowOpen
C)ShowPrint
D)ShowColor







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 5 > Multiple Choice Quiz