PRASHNIKAप्रश्निका
Back to the paper

Verify if is a Tautology, Contradiction, or a Contingency.

Computer Science20231 markOne word
Verify if $(A + A')'$ is a Tautology, Contradiction, or a Contingency.

Answer

Answer

AI
AA'A + A'(A + A')'
0110
1010
Since $A + A' = 1$, $(A + A')' = 1' = 0$ for every value of A. The output is always 0, so it is a Contradiction.
Boolean Algebra

From ISC 2023 Computer Science Paper 1, question 1(vii).