1. | Visual Basic is a tool that allows you to develop application in __________ |
Discuss |
Answer: (b).Graphical User Interface
|
2. | _________ is used for finding out about objects, properties and methods. |
Discuss |
Answer: (c).Object browser
|
3. | In Visual Basic, a variable name cannot be more than __________ characters. |
Discuss |
Answer: (a).255
|
4. | ___________ function is used to return a copy of a string without leading spaces. |
Discuss |
Answer: (b).Ltrim
|
5. | The variables that does not change the value during execution of program is __________ |
Discuss |
Answer: (c).Constant
|
6. | ___________ is a method which moves the focus to the specified control or form. |
Discuss |
Answer: (a).Setfocus
|
7. | The function procedures are ___________ by default. |
Discuss |
Answer: (a).public
|
8. | __________ is a data type that can be used to declare a text of maximum 10 million characters. |
Discuss |
Answer: (d).String
|
9. | Variables are named storage locations in memory, the value of which does not change during program ___________ |
Discuss |
Answer: (c).execution
|
10. | In visual basic ______ is the extension to represent project file. |
Discuss |
Answer: (b)..vbp
|