Recent questions tagged adder

0 votes
2 answers
33
0 votes
0 answers
36
How to check whether there is overflow in n-bit parallel adder?
0 votes
1 answer
38
One ripple carry adder is adding two n-bit integers. The time complexity to perform addition using this adder is (We know carry look ahead adder takes time log n. Is it s...
2 votes
0 answers
39
Please elaborate your answer.
1 votes
1 answer
40
How to analyse the delays of Ripple carry adder and Carry look ahead adder.Please explain with Example.
1 votes
0 answers
41
0 votes
3 answers
42
A 1-bit full adder circuit takes 5 ns to generate the carry-out bit and 10 ns for the sum-bit. When 4, 1-bit full adders are cascaded, the maximum rate of additions per s...
5 votes
0 answers
44
Consider this GATE 2003 question: https://gateoverflow.in/937/gate2003-46Here, instead of XOR gates we had OR gates, then which of the following operations can we perform...
1 votes
0 answers
47
If the carry propogation delay is 5 in full adder then multiplication of 8 bit number using co-multiplier takes(Assume AND gate delay=2)
1 votes
2 answers
48
(i) Ci +1= Gi+ PiCi(ii) Ci +1= G(i+1) + P(i+1)Cihttps://www.youtube.com/watch?v=9lyqSVKbyz8&index=116&list=PLBlnK6fEyqRjMH3mWf6kwqiTbT798eAOmi or ii ?
0 votes
1 answer
49
This is binary to radix -12 circuit, how?
9 votes
4 answers
50
When two $n$-bit binary numbers are added the sum will contain at the most$n$ bits$n + 2$ bits$n + 3$ bits$n + 1$ bits
0 votes
1 answer
51
A half adder can be constructed using two $2$-input logic gates. One of them is an $\text{AND}$-gate, the other is$\text{OR}$$\text{NAND}$$\text{NOR}$$\text{EX-OR}$
1 votes
1 answer
52
1 votes
1 answer
54
7 votes
2 answers
55
Using binary full adders and other logic gates (if necessary), design an adder for adding $4$-bit number (including sign) in $2’s$ complement notation.
0 votes
0 answers
56
Can anyone explain me this theory with an example(from the third line)...??
1 votes
1 answer
58
Which of the following combinations is sufficient to build a half adder?EX-OR gate and NOR gate.EX-OR gate and OR gate.EX-OR gate and AND gate.Four NAND gates.
34 votes
1 answer
59
Fill in the blanks:In the two bit full-adder/subtractor unit shown in below figure, when the switch is in position $2$ ___________ using _________ arithmetic.
1 votes
0 answers
60
Design an $8 \times 8$ multiplier using five $4$-bits adders and $4$ ROM's each programmed to realise $4 \times 4$ multiplier.