Save
...
Section A
Electronic Systems
Flow Chart
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Pav Bath
Visit profile
Cards (8)
What is the purpose of clearly marking the start and end of a program?
To define the program's
boundaries
View source
What does the 'wait' command do in a program?
Pauses the program for a
set
time
View source
How would you check if a switch is 'on' or 'off' in a program?
By using a
decision structure
View source
What are the components of a flow chart for a program?
Start and end markers
Process shapes
Decision shapes
Flow lines
connecting components
View source
What happens when a motion sensor activates a light?
The light stays on for
15 seconds
View source
What occurs if no further motion is sensed after the light is activated?
The light turns off
automatically
View source
How long does the light stay on after being activated by motion?
15
seconds
View source
What is the relationship between the shapes in a flow chart?
They represent different types of
actions
or
decisions
View source