W1151 Conditional and Flow Chart

From Coder Merlin
Revision as of 15:58, 4 January 2020 by Chukwuemeka-tinashe (talk | contribs) (Created page with "thumb|Confluence == Prerequisites == == Background == == Introduction == Until now, the programs which we...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
Confluence

Prerequisites[edit]

Background[edit]

Introduction[edit]

Until now, the programs which we have observed and written exhibited sequential flow. That is, they had a single entry point and a single exit point. Instruction execution began at the entry point, instructions were executed sequentially, and then the program execution completed. While this type of flow is useful in some simple cases in the general case the flow will be more complex.

Topic Headers[edit]

Key Concepts[edit]

Exercises[edit]

References[edit]