Digital electronics miscellaneous
- Which of the following Boolean algebra rules is correct? (A) (B) (C) (D)
-
View Hint View Answer Discuss in Forum
● A·A = 1 → Incorrect
● A + AB = A + B → Incorrect
● A + AB = A + B →→ Correct
● A (A + B) = B → IncorrectCorrect Option: C
● A·A = 1 → Incorrect
● A + AB = A + B → Incorrect
● A + AB = A + B →→ Correct
● A (A + B) = B → Incorrect
- The Boolean expression Y Z + X Z + X Z is logically equivalent to—
-
View Hint View Answer Discuss in Forum
F = Y Z + X Z + X Z
From K-map, we get F = X + Y Z
Alternative method
F = Y Z + X Z + XZ
or F = Y Z + X ( Z + Z)
or F = Y Z + XCorrect Option: A
F = Y Z + X Z + X Z
From K-map, we get F = X + Y Z
Alternative method
F = Y Z + X Z + XZ
or F = Y Z + X ( Z + Z)
or F = Y Z + X
- In Boolean algebra if F = (A + B). ( A + C), then—
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
NA
- Which one of the following statement is correct? For a 4- input NOR gate, when only two inputs are to be used, the best option for the used input is to—
-
View Hint View Answer Discuss in Forum
The given four inputs NOR gate
When only two inputs are used then rest inputs must be connected to ground, because if any input is connected to Vcc we will get output 0 irrespective of the applied input. However if inputs are open we get floating output. Hence option (A) is the best choice.Correct Option: A
The given four inputs NOR gate
When only two inputs are used then rest inputs must be connected to ground, because if any input is connected to Vcc we will get output 0 irrespective of the applied input. However if inputs are open we get floating output. Hence option (A) is the best choice.
- Minimum no. of NAND gates require to implement the logic Y = AB + A + B + C
-
View Hint View Answer Discuss in Forum
Given Y = AB + A + B + C
or Y = A + B + A + B C
or Y = 1 + B + B C
or Y = 1
Therefore, no NAND gates required to implement the logic.Correct Option: A
Given Y = AB + A + B + C
or Y = A + B + A + B C
or Y = 1 + B + B C
or Y = 1
Therefore, no NAND gates required to implement the logic.