Term
|
Definition
Used to pause a flowchart for 5 seconds. |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
Used to ask if a loop has been repeated 6 times? |
|
|
Term
|
Definition
Used to ask if the input device connected to pin 1 is on? |
|
|
Term
|
Definition
Used to pause a flowchart for 0.25 seconds. |
|
|
Term
|
Definition
Used to ask if the input device connected to pin 0 is off? |
|
|
Term
|
Definition
Once the flowchart has started it will ask if pin 0 is on or pressed then the flowchart will switch on pin 2. If it is not pressed then the flowchart will keep asking the same question until the input condition changes. |
|
|
Term
|
Definition
The flowchart will pause for 1.5 seconds before switching on pin 1. Pin 1 will stay on for 1 second before being turned off. 0.5 seconds later pin 2 will be switched off. This sequence will happen another two times then the program will return back to the top of the flowchart. |
|
|
Term
|
Definition
Once the flowchart has been started it will ask if pin 2 is on, if it is then pin 6 will switch on for 0.5 seconds and then go off. The question will be asked again if the answer is no then pin 5 will switch on for 1 second and then go off. This will repeat forever. |
|
|
Term
|
Definition
Used at the beginning of a flowchart to start it. |
|
|
Term
|
Definition
Used at the end of a flowchart to stop the program. |
|
|