Java Games: Flashcards, matching, concentration, and word search.

Programming Review - Decision Structures

Review for Unit 3 test!

AB
One-Way Decision Structure StatementsIf...Then...End if
Two-Way Decision Structure StatementsIf...Then....Else....End IF
Logical OperatorsUsed to combine two or more comparisons
Conditional OperatorsUsed to compare two values.
This is the Not Equal To Relational Operator<>
This is an example of a Logical OperatorAND
Must be used if you want to put conditional operators in a CaseIS
Possible value properties of a check box0 or 1
Possible value properties of an option buttontrue or false
Form Load EventEvent that runs before the user can do anything
Caption PropertyPuts the words beside check boxes & option buttons on the screeen.
FrameA container for other controls - that groups them together.
Boolean Variabletype of variable that can be only true or false.
What all if statements must end withEND IF
What all Select Case structures must end withEND SELECT
Multi-Way Decisin Structure statementsSelect Case & End Select
Nested If StatementAn If statement inside another If statement.
One-Way selection structure definitionA program structure in which an action is taken if the condition is met, nothing happens if the condition is not met.
Two-Way selection structure definitionA program structure in which one block of code is executed if a condition is true and another block of code is executed if the condition is false.
Case ElseThe default case in a Select case structure.


Ms. McClure

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities