Digital Logic Design Full Solutions
Digital Logic Design Full Solutions
Number Systems
- Binary: Base 2
- Octal: Base 8
- Decimal: Base 10
- Hexadecimal: Base 16
--------------------------------------
0 | 0000 | 0 |0
1 | 0001 | 1 |1
... | ... | ... | ... (similar table structure for all values).
3. 3. Conversion:
AND Gate: Current passes only when both inputs are high.
Truth Table:
A | B | Output
----------------
0|0|1
0|1|1
1|0|1
1|1|0
1. 1. Multiplexer necessity:
A multiplexer selects one input line to transmit data based on a select signal.
An encoder compresses multiple inputs into a smaller output set. Example: 74LS148.
4. 4. Applications of a comparator: