Single Choice
Moderate
QSequence has how many entry and exit points?
ID: #25761
MCQ Quiz - Class 8 - Algorithm & Flowchart
3 views
Question Info
#25761Q 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:
Sequence structure has ONE entry point (where flow begins) and ONE exit point (where flow ends) — a clean linear path.
Why the other options are incorrect:
- Option B: 2 entries would create confusion about where to start.
- Option C: 0 exits means the flow never ends — invalid.
- Option D: Structure requires deterministic entry/exit.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic