In this flowchart, it shows the process of printing temperature. It begins by reading the temperature, it then deciphers whether the temperature is below 32, if yes, it prints "below freezing", if not, it prints "above freezing".
This flowchart demonstrates the one second response to a switch. When the switch is on, LED will be turned on, after one second, LED is turned off and the timer is reseted.
2. Convert one of the algorithms you have created in the previous task into a flowchart.
click here. (btw, i made it wrong)
The only problem here I see in the flowchart is the loop. In the second half, when the "has I expired" condition occurred you cannot have the "NO" node pointed to the arrow of the start time. You have to point it to the process which is start timer. Checkout this flowchart tutorial for more information.
ReplyDelete