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