When computer code encounters the word “if,” what does it do?

(1 point)
Responses

iterates

iterates

checks if the condition is true or false

checks if the condition is true or false

follows a sequence

follows a sequence

repeats the instructions

checks if the condition is true or false

When computer code encounters the word "if," it checks if the condition is true or false.