Toggle Navigation
Games
Blog
Class PIN
Join for Free
Sign in
Toggle Navigation
Games
PIN
Join for Free
Blog
Pricing
Contact us
Help center
Sign in
Study
Visual Basic Revision
0
%
0
0
0
Back
Restart
What would the following line of code do?
Nothing! It is just a comment in the code for information
Oops!
Okay!
Looking at the properties of a form, explain the steps required to ensure the form starts maximized
Click on the WindowState property and change it from "normal" to "maximized"
Oops!
Okay!
What do programmers call a set of instructions like this?
Pseudocode
Oops!
Okay!
What type of variable only stores whole numbers?
Integer
Oops!
Okay!
What is a conditional?
IF statement
Oops!
Okay!
What command is used to create a variable?
Dim
Oops!
Okay!
What does IDE stand for?
Integrated Development Environment
Oops!
Okay!
What type of variable only stores a true or false value?
Boolean
Oops!
Okay!
A sequence of instructions that continually repeats itself until a condition is met?
Loop
Oops!
Okay!
A set of steps used to complete a specific task is called an?
Algorithm
Oops!
Okay!
What is another name for a window?
Form
Oops!
Okay!
When coding with Visual Basic, what must be used eventually every time an "IF" is used?
End If
Oops!
Okay!
What is called when you draw a rough design of the user interface with pen and paper?
Mock-up diagram
Oops!
Okay!
What is a word used to describe the process of finding and removing errors in code?
Debug
Oops!
Okay!
What type of variable stores text?
String
Oops!
Okay!
What does the following code do? lblChangeme.forecolor = color.red
Changes the font colour of lblChangeme to red
Oops!
Okay!
A container/section used to define custom functions and variables is called a?
Module
Oops!
Okay!
Name the different objects that you can see on this form
1 button, 1 textbox, 3 lables
Oops!
Okay!
Your experience on this site will be improved by allowing cookies.
Allow cookies