2) Below is a flowchart that reads in two inputs and returns an output. Run the flowchart with the given inputs, in the order they are given, and record the flowchart’s output. a) Input : 4, 12 Output : b) Input : 13, 4 Output : c) Input : 4, 4 Output :
4) Below is a flowchart that reads in one input and returns an output. Run the flowchart
with the given input and record the flowchart’s output.
a) Input : 12
Output :
b) Input : 125
Output :
c) Input : 1256
Output :
6) Below is a flowchart that accepts two inputs and returns an output. Run the flowchart
with the given inputs, in the order they are given, and record the flowchart’s output.
a) Input : 4, 5
Output :
b) Input : 7, 11
Output :
c) Input : -3, -6
Output :
8) Below is a flowchart that reads in four inputs and returns an output. Run the flowchart
with the given inputs, in the order they are given, and record the flowchart’s output.
a) Input : 4, 7, 6, 3
Output :
b) Input : -4, 5, 7, 0
Output :
c) Input : 1, 9, 7, -1
Output :
d) Input : 4, 0, 9, 0
Output :
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 1 | 2 | 3 | 4 | 5 |