Sequencing - all lines of code are executed in order, Selection - some lines of code are executed if a certain condition is met, Programming - the process of writing computer software, Program - several instructions written in code or scripted, Algorithm - sets of step-by-step instructions for the computer to follow, Pseudocode - A method of writing up a set of instructions for a computer program using plain English., Flowchart - A flowchart is a diagram that shows the step-by-step flow of an algorithm, IF Then Else - Statement used in selection, Repetition or Iteration - Causes lines of code to be executed over and over again in a loop until a condition is met or while a condition is met, Fixed loop - repeat the same steps a specific number of times, Conditional loop - keeps repeating until a certain condition is met , WHILE loops - Python version of conditional loops, FOR loops - Python version of fixed loops,

Leaderboard

Visual style

Options

Switch template

Continue editing: ?