SLR21 Flashcards
1
Q
What are Boolean expressions
A
They are decision points that either result in a true or false output
2
Q
What are the three states of thinking logically
A
- Identifying the points in a solution where a decision needs to be made
- Determine the logical conditions that affect the outcome of a decision
- Determine how decisions affect the flow of a program
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