Digital electronics miscellaneous
- Which of the following Boolean expressions correctly represents the relation between P, Q, R and M?
-
View Hint View Answer Discuss in Forum
From figure the output
M = PQ·(P + Q) ⊕ R
or M = ( P + Q)·(P + Q) ⊕ R
or M = ( PP + PQ + QP + QQ) ⊕ R
or M = (0 + PQ + QP + 0) ⊕ R
or M = P ⊕ Q ⊕ R
or M = (P XOR Q) XOR RCorrect Option: D
From figure the output
M = PQ·(P + Q) ⊕ R
or M = ( P + Q)·(P + Q) ⊕ R
or M = ( PP + PQ + QP + QQ) ⊕ R
or M = (0 + PQ + QP + 0) ⊕ R
or M = P ⊕ Q ⊕ R
or M = (P XOR Q) XOR R
- The Boolean expression
Y = A B C + A B C D + A B C D + A B C D
-
View Hint View Answer Discuss in Forum
Given expression Y = A B C D + ABCD + AB CD + ABC D
or Y = B CD( A + A) + ABCD + ABC D
or Y = ABCD + B CD + ABC DCorrect Option: D
Given expression Y = A B C D + ABCD + AB CD + ABC D
or Y = B CD( A + A) + ABCD + ABC D
or Y = ABCD + B CD + ABC D
- In the figure, the LED—
-
View Hint View Answer Discuss in Forum
From figure we conclude that LED will emits light when the output of NAND gate is zero. In order to make the output of NAND gate 0, the output of AND gate and EX-NOR gate must be 1. Applying hit and trail method. Finally we conclude that alternative (D) is the correct choice.
Correct Option: D
From figure we conclude that LED will emits light when the output of NAND gate is zero. In order to make the output of NAND gate 0, the output of AND gate and EX-NOR gate must be 1. Applying hit and trail method. Finally we conclude that alternative (D) is the correct choice.
- When a binary adder is used as BCD adder, the sum is—
-
View Hint View Answer Discuss in Forum
When a binary adder is used as BCD adder, the sum is correct when it is > 9.
Correct Option: A
When a binary adder is used as BCD adder, the sum is correct when it is > 9.
- When signed numbers are used in binary arithmetic, then which one of the following notations would have unique representation for zero?
-
View Hint View Answer Discuss in Forum
When signed numbers are used in binary arithmetic, then 2’S complement notation would have unique representation for zero.
Correct Option: C
When signed numbers are used in binary arithmetic, then 2’S complement notation would have unique representation for zero.