AQA AS Computing: 2.3 Selection Flashcards

1
Q

Selection

A

One of the three main logic structures in programming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Boolean Expression

A

Returns True or False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Boolean Operators

A

NOT, AND, OR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If Statement

A

Performs an action (or actions) if given statement is true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If Then Else Statement

A

Performs first action (or actions) if given statement is true, otheriwse will execute else functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly