wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

VISUAL BASIC 9

Total questions: 10

Worksheet time: 4mins

Name
Class
Date
1.

________________ is used to accept input from the user.

a)

Label Box

b)

Picture Box

c)

Command Box

d)

Text Box

2.

____________ is used to appear message dialog box.

a)

MsgBox

b)

Label Box

c)

Text Box

d)

Command Box

3.

In Visual Basic, the extension to represent project file

a)

.frm

b)

.vbx

c)

.vbp

d)

.vb

4.
To start run the application press F5 on the key board
a)
True
b)
False
5.

Visual Basic belongs to this type of programming language.

a)

Assembly

b)

High Level

c)

Low Level

d)

None of the above

6.

______________ is used to display instructions in the Form window.

a)

Command Button

b)

Text Box

c)

Label Box

7.

______________ is the control which we click to perform some action.

a)

Command Button

b)

Label Box

c)

Text Box

d)

Picture Box

8.

Which is the correct code to enter the numerical value in the program?

a)

x = Val(Textbox1.Text)

b)

x = Val(label1.Text)

c)

x = Val(Text1.Text)

d)

x = Val Text1.Text

9.

What is used to execute the program?

a)
b)
c)
10.

Which is the most user - friendly version of Microsoft Visual Basic ?

a)

Microsoft Visual Basic 6.0

b)

Microsoft Visual Basic 8.0

c)

Microsoft Visual Basic 9.0

d)

Microsoft Visual Basic