Controls
Programming Errors
Variables
Loops
Counting
Systems
100
The place you get all your controls from
What is the Toolbox?
100
3 Different type of programming errors
What is Syntax, Runtime and Logic?
100
Variable
What is a named place in the computer that holds a value?
100
What a loop does
What is repeats a series of steps?
100
Base for Binary
What is Base 2?
200
Used to display a picture or image to the user
What is the Picture Box?
200
Occur when the programmer does not follow the rules of the programming language.
What is a Syntax Error?
200
Keyword to declare a variable
What is Dim?
200
Each time a loop runs
What is Iteration?
200
Base for Hexadecimal?
What is Base 16?
300
The control where you can choose more than one option
What is Text Box?
300
Runtime Errors occur _____
What is while your program runs?
300
Variable must be given a ___ and _____
What is Name and DataType?
300
You can also use a _____ variable to determine the number of time the loop executes
What is Counter?
300
A in Hexadecimal
What is 10?
400
Radio buttons can also use a _______
What is Group Box?
400
Another name for Syntax Errors
What is What is Compilation Errors / Compiler Errors?
400
Where a variable lives in the program
What is Scope?
400
This loop only executes if the condition is true
What is Do While Loop?
400
Each zero or one in binary
What is a bit?
500
A drop down menu that allows a user to type in an entry or select an option.
What is a Combo Box?
500
_____ Errors prevent the program from running
What is Syntax?
500
Global Slope
What is a scope that can be called anywhere in the program?
500
This loop evaluates after executing
What is Do..Loop While?
500
In binary, If current is not flowing the current is off
What is 0?