Section 1 Chapter 2 - Selection Flashcards
1
Q
Sequence
A
Two or more statements following after each other
2
Q
Selection
A
Used to decide which statement will be executed next, depending on some condition
3
Q
Not equal to operator
A
<>
4
Q
Case syntax
A
CASE choice OF 1: #1 2: #2 3: #3 ELSE #Default ENDCASE