Digital Electronics - Digital Arithmetic Operations and Circuits

Exercise : Digital Arithmetic Operations and Circuits - General Questions
41.
Which of the following is correct for full adders?
Full adders have the capability of directly adding decimal numbers.
Full adders are used to make half adders.
Full adders are limited to two inputs since there are only two binary digits.
In a parallel full adder, the first stage may be a half adder.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

42.
Convert each of the signed decimal numbers to an 8-bit signed binary number (two's-complement).
+7        –3        –12
0000  0111    1111  1101    1111  0100
1000  0111    0111  1101    0111  0100
0000  0111    0000  0011    0000  1100
0000  0111    1000  0011    1000  1100
Answer: Option
Explanation:
No answer description is available. Let's discuss.

43.
What is one disadvantage of the ripple-carry adder?
The interconnections are more complex.
More stages are required to a full adder.
It is slow due to propagation time.
All of the above.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

44.
Solve this binary problem: 01000110 ÷ 00001010 =
0111
10011
1001
0011
Answer: Option
Explanation:
No answer description is available. Let's discuss.

45.
Divide the following binary numbers.
0000  0010    0000  0010    1000  1111
0000  0010    0001  0010    0000  0100
0000  0011    0000  0010    0000  0100
0000  0010    0000  0010    0000  0100
Answer: Option
Explanation:
No answer description is available. Let's discuss.