wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Visual Basic Starter Quiz

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

The interactive quiz in PowerPoint was created using?

a)

Visual Basic

b)

Access

c)

Excel

d)

Scratch

2.

Click is an example of:

a)

an event

b)

a variable

c)

a component

d)

a property

3.

More than one radio button in a set can be selected at a time.

a)

FALSE

b)

TRUE

4.

Comments affect the way an application runs.

a)

FALSE

b)

TRUE

5.

The correct code to declare an integer variable is:

a)

dim myvariable as Integer

b)

dim integer

c)

myvariable Integer

d)

dim myvariable

6.

The visual basic control that allows users to enter a value is a:

a)

Textbox

b)

Label

c)

Button

d)

GroupBox

7.

The Val( ) function converts a string value into an integer

a)

TRUE

b)

FALSE

8.

Visual Basic has a built in class called Random.

a)

TRUE

b)

FALSE

9.

If score >= 25 or score < 10 Then .... would be true for the following values of score

a)

10

b)

25

c)

26

d)

11

e)

-10

10.

Message boxes can only be used in decision statements (if statements)

a)

TRUE

b)

FALSE