control structuresSequence –in sequence in sequential order– The simplest of control structures – start at the beginning and continue in sequentialorder.Selection– selectively execute statements– Called a branch, it requires a condition to determine when to execute statements.