CBSE Class 11 Computer Science
Question 4 of 68
Data Representation and Boolean Logic — Question 4
Back to all questions 4
Question Assertion (A): If A+B=1 then its dual will be A.B=0.
Reasoning (R): In dual, 1 changes to 0 and 0 changes to 1. Similarly, (+) changes to (.) and (.) to (+).
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Both A and R are true and R is the correct explanation of A.
Explanation
The dual of the Boolean expression A+B=1 is A⋅B=0. This is derived by applying the duality principle, which states that the dual of any boolean expression is obtained by interchanging the operations (+) and (.), and swapping the constants 1 and 0.