Single Choice
Moderate
QAlgorithm to check even/odd uses:
ID: #25773
MCQ Quiz - Class 8 - Algorithm & Flowchart
3 views
Question Info
#25773Q 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:
You need to CHECK if the number is divisible by 2, then decide even or odd — that's selection (a decision).
Why the other options are incorrect:
- Option B: Pure sequence can't make the even/odd decision.
- Option C: No loop is needed for a single number check.
- Option D: The algorithm involves decisions, so 'none' is wrong.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic