D278: Scripting and Programming Foundations Ch 3:
Branches Question and answers verified to pass
2025/2026
1. branch sequence of statements executed only under certain conditions
2. decision creates two branches (if-else)
3. if-else decision and its two branches
4. if decision whose false branch has no statements
5. if-elseif branch series of decisions cascade in each other's decisions
6. equality operator ==
7. == equality operator symbol
8. == definition evaluates to true if the left & right sides are equal
9. nested branch branches that include other statements
10. multiple if branches decisions are independent so more than one branch can
execute
11. != does not equal symbol
12. does not equal !=
13. boolean two values: true or false
14. relational operator checks how operands relate to each other
15. <= less than or equal to symbol
16. less than or equal to <=
17. logical operator treats operands as true or false and evaluates to true or false
def- inition
1/
3
Branches Question and answers verified to pass
2025/2026
1. branch sequence of statements executed only under certain conditions
2. decision creates two branches (if-else)
3. if-else decision and its two branches
4. if decision whose false branch has no statements
5. if-elseif branch series of decisions cascade in each other's decisions
6. equality operator ==
7. == equality operator symbol
8. == definition evaluates to true if the left & right sides are equal
9. nested branch branches that include other statements
10. multiple if branches decisions are independent so more than one branch can
execute
11. != does not equal symbol
12. does not equal !=
13. boolean two values: true or false
14. relational operator checks how operands relate to each other
15. <= less than or equal to symbol
16. less than or equal to <=
17. logical operator treats operands as true or false and evaluates to true or false
def- inition
1/
3