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

Tutorial 4A Word Review

Lesson 4A The If ... Then ... Else and Select Case Statements

AB
sequence programmingwhere each of the program instructions is processed one after another
selection structureused when you want a program to make a decision or comparison
conditionspecifies the decision you are making and is phrased so that it results in either a true or false answer only
flowchartused by programmers to help them plan each object's code
flowlinesthe lines connecting flowchart symbols
ovalstart/stop symbol
rectangleprocess symbol
parallelograminput/output symbol
diamondselection/repetition symbol
relational operatorsare evaluated after any mathematical operators
logical operatorsused to combine several conditions into one compound condition
Notreverses the value of the condition
Andevaluates to "true" when both conditions are true
Orevalutates to "true" when either condition is true
UCase functionreturns the uppercase equivalent of a string
nested selection structureoccurs when either the true path or the false path includes yet another selection structure
Case formis sometimes referred to as an extended selection structure
End Selectis found at the end of a Select Case statement
Case Elsemust be the last clause in the Select Case statement
Select Case statementfirst compares the value of the "testexpression" with the values listed in "expressionlist1"
Toa key word used to specify a range of values in an "expressionlist"
Isin an "expressionlist", it is a keyword used similar to the keyword "To"


Mr. EAK

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