AQA AS Computing: 2.3 Selection Flashcards
1
Q
Selection
A
One of the three main logic structures in programming
2
Q
Boolean Expression
A
Returns True or False
3
Q
Boolean Operators
A
NOT, AND, OR
4
Q
If Statement
A
Performs an action (or actions) if given statement is true
5
Q
If Then Else Statement
A
Performs first action (or actions) if given statement is true, otheriwse will execute else functions