If/Else Statement:
const1 (1) is less than const2 (2) and does not equal 0

Switch Statement:
The number is 1

Conditions are functions where the input is evaluated to see if it matches the conditions specified within before executing the correlating code. This includes things like if statements, if/else statements, and case/switch statements.