wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

VB Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Where could you find the controls in?

a)

Property Window

b)

Msgbox

c)

Tool Box

d)

Project Explorer

2.

To Change the Property of any control, we use...

a)

Tool Box

b)

Property Window

c)

Form

d)

Menu

3.

What control is normally used to display the name of a person?

a)

Label

b)

TextBox

c)

CheckBox

d)

OptionButton

4.

How many forms can you have in your project?

a)

1

b)

2

c)

As per requirement

d)

5

5.

What technique we use to store multiple values in a single name?

a)

List

b)

Constant

c)

Variable

d)

Array

6.

If <Expression>

statement

End if

The syntax is...

a)

Correct

b)

Incorrect

7.

For loop is an example for

a)

Indefinite loop

b)

Indeterminate loop

c)

Determinate loop

d)

Infinite loop

8.

For i = 1 to 10

In this statement what is the default step value?

a)

0

b)

1

c)

2

d)

-1

9.

Function sum(x, y)

Here x,y refers to

a)

Return values

b)

Parameters

c)

Scope

d)

Keywords

10.

To display the output we use

a)

TextBox

b)

Msgbox

c)

Both

d)

None of them