Pseudocode and the Flowchart
This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.
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.