🎴 Flashcard Mode

GATE Online Test 1 - Digital Circuits | Computer Science(CS)

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Two nibble adder can be implemented by (without initial carry)

AnswerClick to flip back
A
3 full adder and a half adder
💡 Explanation:

A nibble is 4 bits. When adding two 4-bit numbers without an initial carry, the least significant bit (LSB) position only needs a half adder since there's no carry-in. The remaining 3 bit positions each require a full adder to handle the carry-out from the previous stage. Therefore, 3 full adders and 1 half adder are needed.

Change Mode