1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Programming Construct
Determines the order of code execution, controlling logic and behavior.
Sequence
Refers to running lines of code one after the other in the order they are written.
Selection
Alters the program flow based on conditions, using if... then... else... or case select statements.
Iteration
Repeats lines or blocks of code using loops, either count controlled (for loop) or condition controlled (while loop).