SW StudyWalks

Computer Science  /  CS 0368  ·  Atom · ~20 seconds

Flow of Control

Video not yet published
to the StudyWalks catalog
State

Flow of control is the order in which, or whether, a program's statements execute — sequential by default from an established start, modified by the selection and iteration constructs.

Show

A route confirmation runs straight through until one condition detours it.

Watch for

Unit 2 taught the ideas; these are the constructs implementing them.