Computer Science / CS 0050 · Atom · ~20 seconds
Pseudocode and the Flowchart
Video not yet published
to the StudyWalks catalog
to the StudyWalks catalog
State
Pseudocode outlines an algorithm's logic in ordered written steps mixing plain language with programming concepts; a flowchart shows the same flow of decisions as a diagram.
Show
A homework algorithm reads as numbered lines on one page and as boxes and arrows on the next.
Watch for
One notation per course — pseudocode is this course's default.