Unit 5
Unit 6
unit 7
unit 8
100

Program flow follows the exact sequence of listed program statements, unless directed otherwise by a Java control structure

What does program flow follow?

100

allows the user to interface with your application

what is a menu?

100

a "container" that holds more than one value

what is an array?

100

Top-left corner of your form and it is set to (0, 0)

what is the origin?

200

Programs require control structures in any computer language.

what programming language do programs require control structures?

200

changes the color of the background of the form

what is backcolor

200

each value in an array

what is an element?

200

The width and height of the form

what is the bottom right corner of form?

300

simple sequence, selection, and repetition

what are 3 types of control structures?

300

displays a list from which the user can select one or more items

what is a listbox?

300

points to the location of a value in an array

what is index position?

300

Default coordinate system is made of rows and columns of pixels

what is the coordinate system?

400

Selection is also called conditional or decision making.

What are 2 synonyms for selection?

400

Type your list box items here

what are items?

400

a property that will give the length (number of elements) of any declared array

what is length?

400

Smallest points you can locate on the form

what are pixels?

500

one way selection, two way selection, multiple way selection

what are 3 types of selection?

500

If this property is set to true, your collection of items will be sorted ascending

what is sorted?

500

For Each var As DataType In ArrayName
'Statements
Next var

what is a for each statement?

500

As you increase X, you move across to the right

what is increasing x?