What do we call statements that help us run or skip code depending on a condition being true or false?

Conditional statementsDecision statementsBranch statements

We call these statements conditional, since they use a condition to decide whether to run or skip code.