Single Choice
Moderate
QA single-way selection is:
ID: #25767
MCQ Quiz - Class 8 - Algorithm & Flowchart
3 views
Question Info
#25767Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - Algorithm & FlowchartTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Correct Answer Explanation:
'If' alone is a single-way selection: an action runs ONLY if the condition is true. If false, nothing extra happens.
Why the other options are incorrect:
- Option B: 'If-else' is a two-way selection (one action for true, another for false).
- Option C: 'If-else if' is a multi-way selection.
- Option D: 'None' is incorrect since 'if' is a valid selection.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic