Single Choice Moderate

QSelection uses:

ID: #25787 MCQ Quiz - Class 8 - Algorithm & Flowchart 2 views
Question Info
#25787Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - Algorithm & FlowchartTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A If, If-else
  • B For
  • C While
  • D Do
Correct Answer

Explanation

Correct Answer Explanation:

Selection uses IF and IF-ELSE constructs to choose between different paths based on conditions.

Why the other options are incorrect:

  • Option B: 'For' is a loop, used for iteration.
  • Option C: 'While' is a loop, used for iteration.
  • Option D: 'Do' is part of do-while loops.

Share This Question

Challenge a friend or share with your study group.