Save
...
compsci
compsci 2024
programming constructs
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Dion
Visit profile
Cards (3)
sequence
- running the code
line
by
line
in
order
selection
- running
different
code based upon a
condition
iteration
- repeating a piece of code (
count-controlled
/for or
condition-controlled
/while)