167k views
5 votes
NEED HELP ASAP!!!!!!

When designing an algorithm, which statement is used to check if a certain criterion is met?

A.
iteration
B.
loop
C.
conditional
D.
flowchart
E.
pseudocode

User Berit
by
4.4k points

2 Answers

0 votes

Answer:

C

Step-by-step explanation:

User Spdaley
by
4.5k points
2 votes

Answer:

"Option C: Conditional" is the correct answer

Step-by-step explanation:

Let us see all the options one by one.

As far as iteration and loop is considered, both are almost same. Loops are used for repetitions in an algorithm. Loops have iterations.

Conditional statements are used to control the flow of a program or algorithm.

One task is done if the condition is true and an alternative is done if the condition is wrong.

Hence,

"Option C: Conditional" is the correct answer

User Shrey Shivam
by
4.1k points