You are on page 1of 1

1. ___F_ When you create a form in Visual Basic.

Net, the extension associat


ed with that form is .frm
2. __T__ Closing a form, with the Me.Close() statement, will remove the fo
rm from memory.
3. __F__ All variables declared in a standard module are global by default
4. ___T_ The contents of an array name is an address pointing to the fir
st element of an array stored in memory.
5. _T___ A forms Load event is triggered every time a form becomes the acti
ve form
6. __T__ You may declare an array of structures
7. _F___ Submenu items should never be used to perform tasks
8. __F__ Numeric arrays are automatically initialized to -1.
9. _T___ The value stored in an arrayâ s Length property is the same as the
arrayâ s upper subscript.
10. __F__ Parallel arrays are useful when related data is of unlike types
11. __F__ The value stored in a Time controlâ s Interval property specifies the
interval in seconds.
12. __T__ By default, the first form created is the Start Up form.
13. __F__ The Activated event only executes one time, when the form is initi
ally
displayed.
14. _F___ It is not possible to access a control on another form.
15. __F__ A context menu displays when the user double clicks a control.

You might also like