
Patrick B. answered 04/06/21
Math and computer tutor/teacher
1) Sequential:
statements are executed one after the other
Selection:
different blocks of code are executed (and other blocks skipped)
based on the value of the variable
2) Speed vs memory trade-off
3) performs comparison of two values