Digital electronics miscellaneous
- When representing in the following code, the consecutive decimal numbers differ only in one bit—
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
NA
- The main drawback of digital system is that—
-
View Hint View Answer Discuss in Forum
The main drawback of digital system is that the real world is mainly analog.
Correct Option: C
The main drawback of digital system is that the real world is mainly analog.
- Modulo-2 addition is represented by—
-
View Hint View Answer Discuss in Forum
Modulo-2 means, f = A ⊕ B = AB + BA.
Correct Option: A
Modulo-2 means, f = A ⊕ B = AB + BA.
- In Boolean algebra if F = (A + B). ( A + C), then—
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
NA
- 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.