Unit 5
Unit 6
Unit 7
Unit 8
100

What are the different types of programming errors

Syntax, Runtime, and logic.

100

What does the nextLine method do?

Enters strings

100

What does the loop statement do?

Repeats a body of code.

100

Where is the origin located on the coordinate plane?

(0,0) Top left.

200

Selection control structures use a special _____________ statement

Conditional

200

What statement closes the application?

Application.Exit ()

200

What is an iteration?

One execution in any loop.

200

What does tmrBall.Enabled = False do?

Stop the timer.

300

What is repetition in regards to computer programming?

The repeating of a block of code.

300

What is a module?

Parts or components of a product already prepared.

300

What does the For... Loop... statement do?

Loops the statement a finite amount of times, given by the coder or user.

300

Where are the common controls located?

In the toolbox.
400

What is a conditional statement?

A conditional statement is a program expression, which evaluates to true or false.

400

What is a function stub?

I line of code that is not completed.

400

What is an algorithm?

A methodical, logical rule or procedure that guarantees solving a particular problem.

400

What is the default setting for "autosize"? 

True

500

What kind of operator is "="?

An assignment operator.

500

What is a driver program?

A separate program used to test a function.

500

What is a flow chart?

I graphic design of how the application works.

500

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.