WorksheetsVISUAL BASIC 9
Total questions: 10
Worksheet time: 4mins
________________ is used to accept input from the user.
Label Box
Picture Box
Command Box
Text Box
____________ is used to appear message dialog box.
MsgBox
Label Box
Text Box
Command Box
In Visual Basic, the extension to represent project file
.frm
.vbx
.vbp
.vb
Visual Basic belongs to this type of programming language.
Assembly
High Level
Low Level
None of the above
______________ is used to display instructions in the Form window.
Command Button
Text Box
Label Box
______________ is the control which we click to perform some action.
Command Button
Label Box
Text Box
Picture Box
Which is the correct code to enter the numerical value in the program?
x = Val(Textbox1.Text)
x = Val(label1.Text)
x = Val(Text1.Text)
x = Val Text1.Text
What is used to execute the program?
Which is the most user - friendly version of Microsoft Visual Basic ?
Microsoft Visual Basic 6.0
Microsoft Visual Basic 8.0
Microsoft Visual Basic 9.0
Microsoft Visual Basic
