Which is the basic component of a Visual Basic application?
Form
Project
Code Editor
None of these
Who is the father of Visual Basic?
Bill Gates
Alan Cooper
Tim Berners
Which window is used for listing the properties of the currently selected form/control?
Code Editor Window
Properties Window
Form Layout Window
Project Explorer Window
What is an event?
Actions performed on the object
Characteristics of object
Occurrence of user generated actions applied on an object
What does GUI stands for?
Graphical User Interchange
Graphical User Interface
Graphical Uniform Image
Graphical Uniform Interface
Which among the following contains all the controls needed for developing a visual basic application?
Toolbox
Tool bar
Title bar
Menu bar
What is the extension for saving a Visual Basic Project file?
.vpf
.vbp
.vbf
.frm
What is the shortcut to run a program?
F5
F10
F4
F6