MCQ Practice Single Best Answer Topic: ICSE Computer Application - Class X - 2025 PYQ

Q Assertion (A): In switch case, break statement avoids fall through.
Reason (R): break statement helps to execute only one case at a time.

Question ID
#24159
Subchapter
ICSE Computer Application - Class X - 2025 PYQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A Both (A) and (R) are true and (R) is a correct explanation of (A).
  • B Both (A) and (R) are true and (R) is not a correct explanation of (A).
  • C (A) is true and (R) is false.
  • D (A) is false and (R) is true.
Correct Answer: A

Explanation

(a) Both (A) and (R) are true, and (R) is a correct explanation of (A)
Explanation: The break statement prevents fall-through in a switch case by stopping execution after a case is matched.

Share This Question

Share this MCQ with your friends or study group.