| A | B | X |
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 0 |
We know the relationship between minimum Hamming distance \(d_{\min}\) and error correction capability \(p\):
\[ d_{\min} \;\geq\; 2p + 1 \]
This ensures the code can correct up to \(p\) errors.
✅ Correct answer:
\[ \boxed{2p+1} \]
| List-1 | List-II |
| JK Flip Flop inputs | Next State |
| (A). 0 0 | (I). Toggle |
| (B). 0 1 | (II). Set |
| (C). 1 0 | (III). Reset |
| (D). 1 1 | (IV). No Change |
✅ Correct Answer: Option 2
To implement an \(n:1\) multiplexer using only \(2:1\) multiplexers, the minimum number required is:
\[ \text{Number of 2:1 MUX} = n - 1 \]
For \(n = 16\):
\[ 16 - 1 = 15 \]
✅ Therefore, the minimum number of \(2:1\) multiplexers required to design a \(16:1\) multiplexer is: \[ \boxed{15} \]
(A). ✅ Correct. Combinational logic circuits do not have memory. Sequential circuits include memory elements.
(B). ❌ Incorrect. Sequential circuits depend on both current and past inputs (via memory), while combinational circuits depend only on current inputs.
(C). ❌ Incorrect. Flip-flops and latches are examples of sequential circuits, not combinational circuits.
(D). ✅ Correct. Multiplexer (MUX) is a combinational logic circuit.
Correct Statements: (A) and (D)
Answer: Option 1
A circuit that adds two 1-bit numbers and produces outputs for Sum and Carry but does not handle carry input is called a Half Adder.
| A | B | Sum (A⊕B) | Carry (A·B) |
|---|---|---|---|
| 0 | 0 | 0 | 0 |
| 0 | 1 | 1 | 0 |
| 1 | 0 | 1 | 0 |
| 1 | 1 | 0 | 1 |
Boolean Expressions:
Final Answer: The circuit is a Half Adder.
Online Test Series,
Information About Examination,
Syllabus, Notification
and More.
Online Test Series,
Information About Examination,
Syllabus, Notification
and More.