Program flow follows the exact sequence of listed program statements, unless directed otherwise by a Java control structure
What does program flow follow?
allows the user to interface with your application
what is a menu?
a "container" that holds more than one value
what is an array?
Top-left corner of your form and it is set to (0, 0)
what is the origin?
Programs require control structures in any computer language.
what programming language do programs require control structures?
changes the color of the background of the form
what is backcolor
each value in an array
what is an element?
The width and height of the form
what is the bottom right corner of form?
simple sequence, selection, and repetition
what are 3 types of control structures?
displays a list from which the user can select one or more items
what is a listbox?
points to the location of a value in an array
what is index position?
Default coordinate system is made of rows and columns of pixels
what is the coordinate system?
Selection is also called conditional or decision making.
What are 2 synonyms for selection?
Type your list box items here
what are items?
a property that will give the length (number of elements) of any declared array
what is length?
Smallest points you can locate on the form
what are pixels?
one way selection, two way selection, multiple way selection
what are 3 types of selection?
If this property is set to true, your collection of items will be sorted ascending
what is sorted?
For Each var As DataType In ArrayName
'Statements
Next var
what is a for each statement?
As you increase X, you move across to the right
what is increasing x?