Understand the components of a flowchart such as connectors, process, input/output, decision making, etc.
The symbol shown in the figure in flow chart represents:
Check Answer
Solution: Decision making structures require that the programmer specify one or more conditions to be evaluated or tested by the program, along with a statement or statements to be executed if the condition is determined to be true, and optionally, other statements to be executed if the condition is determined to be false.
Correct Answer: C