Single Choice Moderate

QThe last step of most algorithms is:

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

Choose the Best Option

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

  • A START
  • B END/STOP
  • C INPUT
  • D OUTPUT only
Correct Answer

Explanation

Correct Answer Explanation:

Most algorithms end with END or STOP to clearly indicate termination. This ensures finiteness (the algorithm doesn't run forever).

Why the other options are incorrect:

  • Option A: START is the first step, not the last.
  • Option C: INPUT typically happens early to gather data, not at the end.
  • Option D: OUTPUT appears before END — after output, you stop.

Share This Question

Challenge a friend or share with your study group.