WorksheetsVisual Basic
Total questions: 10
Worksheet time: 5mins
1. Who developed Visual Basic?
a) Symantec
b) Ashton-Tate
c) Microsoft
d) Sybase
Which of the following statement is used to define a class in visual basic?
a) Event class statement
b) Class statement
c) Form class statement
d) Event statement
Which of the following extension is used to represent the project file in Visual Basic?
a) .vbp
b) .vb
c) .cls
d) .vvb
If you keep a variable undeclared, it is automatically taken as to which of the following data type in Visual Basic?
a) Char
b) Int
c) Object
d) String
Which of the following applications can be developed using Visual Basic tool?
a) Graphical User Interface
b) Real-time
c) Character User Interface
d) All of the mentioned
In Visual Basic, which of the following is used for coding single-alternative and dual-alternative selection structures?
a) Switch-Case block
b) If…Then…Else statement
c) function overloading
d) Recursion
In the Visual Basic application, which of the following are listed in a properties window?
a) Items
b) Values
c) Attributes
d) Objects
Which of the following is commonly used to perform an immediate action when clicked in Visual Studio?
a) Button control
b) Close
c) End
d) Exit
Which of the following displays the list of projects contained in the Visual Basic current solution?
a) List Window
b) Project Window
c) Catalogue Window
d) Solution Explorer Window
Object respond to an event by writing __________
a) Defining events
b) Operations
c) Defining actions
d) Event procedures
