Single Choice Moderate

QAlgorithm for area of rectangle uses:

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

Choose the Best Option

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

  • A Sequence
  • B Selection
  • C Iteration only
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

Area = length × breadth is a straightforward calculation with no decisions or loops — pure sequence.

Why the other options are incorrect:

  • Option B: No branching is needed for the formula.
  • Option C: No looping is required for a single calculation.
  • Option D: The algorithm exists, so 'none' is wrong.

Share This Question

Challenge a friend or share with your study group.