Question:

Which of the following statements are not true?

Show Hint

Recall fundamental Boolean operations and their correspondence to logic gates to evaluate such statements.
Updated On: Dec 29, 2024
  • When a Boolean variable is multiplied by its complement, the result is the variable.
  • A VHDL program consists of an entity and an architecture.
  • Multiplication in Boolean algebra is equivalent to the NAND function.
  • The complement of a product of variables is equal to the sum of the complements of each variable.
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

(A): False. A · A = 0, not A. (B): True. VHDL programs consist of an entity and an architecture. (C): False. Multiplication in Boolean algebra corresponds to the AND operation, not NAND. (D): True. The complement of a product is the sum of complements (DeMorgan’s theorem). Thus, the statements (A), (C), and (D) are not true.
Was this answer helpful?
0
0

Questions Asked in CUET PG exam

View More Questions