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, Count-controlled loop - repeat the same steps a specific number of times, Condition-controlled loop - keeps repeating until a certain condition is met , WHILE loops - used for condition-controlled loops, FOR loops - used in count-controlled loops,

Programming Constructs

Leaderboard

Visual style

Options

Switch template

Continue editing: ?