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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic