Font size
WorksheetsVisual Basic Starter Quiz
Total questions: 10
Worksheet time: 10mins
The interactive quiz in PowerPoint was created using?
Visual Basic
Access
Excel
Scratch
Click is an example of:
an event
a variable
a component
a property
More than one radio button in a set can be selected at a time.
FALSE
TRUE
Comments affect the way an application runs.
FALSE
TRUE
The correct code to declare an integer variable is:
dim myvariable as Integer
dim integer
myvariable Integer
dim myvariable
The visual basic control that allows users to enter a value is a:
Textbox
Label
Button
GroupBox
The Val( ) function converts a string value into an integer
TRUE
FALSE
Visual Basic has a built in class called Random.
TRUE
FALSE
If score >= 25 or score < 10 Then .... would be true for the following values of score
10
25
26
11
-10
Message boxes can only be used in decision statements (if statements)
TRUE
FALSE
