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

Choose the Best Option

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

  • A Read A, Read B, Print A+B
  • B If A>B print A
  • C Loop 5 times
  • D Nothing
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.

Share This Question

Challenge a friend or share with your study group.