SLR21 Flashcards

1
Q

What are Boolean expressions

A

They are decision points that either result in a true or false output

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

What are the three states of thinking logically

A
  1. Identifying the points in a solution where a decision needs to be made
  2. Determine the logical conditions that affect the outcome of a decision
  3. Determine how decisions affect the flow of a program
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the two different types of flow decision statements can be implemented

A

IF: in this case the decision is whether or not this section of code will be actioned
FOR / WHILE: in the case this decision is how many times this section of code will be actioned

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