No student devices needed. Know more
20 questions
The Pseudocode for:
DigitalWrite(LED, HIGH);
Turn off the LED
Turn on the LED
What does an arrow represent in a flowchart?
Decision making
Data Flow
Start/End
The Pseudocode for:
delay(1000);
Waits for a second
waits for an hour
What symbol do flowcharts begin with?
Oval
Rectangle
Parallelogram
Diamond
This is an example of pseudocode:
lcd.begin(16,2);
lcd.print("Expo 2020");
True
False
How do you repeat things in a Flowchart?
Loop
Start
Play
This is an example of pseudocode:
int num= 7;
True
False
Explore all questions with a free account