Question:

Which one of the following is CORRECT about selection logic?

Show Hint

Think of Selection Logic as a fork in the road where a decision must be made to go left or right based on a specific "test" or condition.
Updated On: May 20, 2026
  • A planning tool that allows to plan program logic.
  • Performing instruction one after another.
  • Considering a path out of two or more path in a program logic.
  • Producing loops in a program when need to execute one or more instructions.
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept: In programming logic, there are three basic control structures: Sequence, Selection, and Iteration.

Step 1:
Define Selection Logic.
Selection logic (also known as decision logic) is used to direct the flow of a program based on certain conditions. It allows the computer to choose between different execution paths.

Step 2:
Compare with other structures.
- Sequence: Executing instructions one after another. - Selection: Choosing a path based on a condition (e.g., IF-THEN-ELSE). - Iteration: Repeating a block of instructions using loops.

Step 3:
Conclusion.
Selection logic specifically refers to the decision-making process where one path is taken out of multiple possibilities.
Was this answer helpful?
0
0

Top CUET PG Atmospheric Science Questions

View More Questions