Q1. Assertion (A): In Excel, a formula such as =B2/C2 may display the error #DIV/0! if C2 contains 0. Reason (R): Division by zero does not produce a valid numeric result in Excel. Choose the correct option.
Explanation
The error #DIV/0! in Excel indicates that a formula is trying to divide a number by zero or by an empty cell treated as zero. In the assertion, =B2/C2 divides the value in B2 by the value in C2. If C2 contains 0, the operation is division by zero. The reason states the exact rule behind the error: division by zero cannot give a valid numeric answer. Therefore both A and R are true, and R correctly explains A.
