Programming Constructs

Programming consists of three basic programming constructs:

- Branching/Selection, eg: IF statements.

- Iteration Statements, eg: FOR or WHILE loops.

- Sequences, eg: program that is written in the order that things happen when it is executed. Most Python programs are written like this. 

Comments

Popular posts from this blog

CPU Fetch-Decode-Execute Cycle

Scheduling

Utility Software