Single Choice
Moderate
QWhich is an example of sequence?
ID: #25762
MCQ Quiz - Class 8 - Algorithm & Flowchart
2 views
Question Info
#25762Q 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:
'Read A, Read B, Print A+B' is a clean sequence: three steps executed one after another with no branching or looping.
Why the other options are incorrect:
- Option B: 'If A>B print A' uses selection (decision), not just sequence.
- Option C: 'Loop 5 times' uses iteration, not sequence alone.
- Option D: 'Nothing' isn't an example of any structure.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic