What are the different types of programming errors
Syntax, Runtime, and logic.
What does the nextLine method do?
Enters strings
What does the loop statement do?
Repeats a body of code.
Where is the origin located on the coordinate plane?
(0,0) Top left.
Selection control structures use a special _____________ statement
Conditional
What statement closes the application?
Application.Exit ()
What is an iteration?
One execution in any loop.
What does tmrBall.Enabled = False do?
Stop the timer.
What is repetition in regards to computer programming?
The repeating of a block of code.
What is a module?
Parts or components of a product already prepared.
What does the For... Loop... statement do?
Loops the statement a finite amount of times, given by the coder or user.
Where are the common controls located?
What is a conditional statement?
A conditional statement is a program expression, which evaluates to true or false.
What is a function stub?
I line of code that is not completed.
What is an algorithm?
A methodical, logical rule or procedure that guarantees solving a particular problem.
What is the default setting for "autosize"?
True
What kind of operator is "="?
An assignment operator.
What is a driver program?
A separate program used to test a function.
What is a flow chart?
I graphic design of how the application works.
What are your resources? (in regards to computer programming?
The name of the tab that you would import your images to for display on the form.