Digital Electronics - Digital Arithmetic Operations and Circuits

Exercise : Digital Arithmetic Operations and Circuits - General Questions
66.
Subtract the following hexadecimal numbers.
47   34   FA
–25   –1C   –2F
22    18    CB
22    17    CB
22    19    CB
22    18    CC
Answer: Option
Explanation:
No answer description is available. Let's discuss.

67.

What is the correct output of the adder in the given figure, with the outputs in the order:

10111
11101
01101
10011
Answer: Option
Explanation:
No answer description is available. Let's discuss.

68.
Solve this binary problem:
11001001
10010000
01101110
01110110
Answer: Option
Explanation:
No answer description is available. Let's discuss.

69.
The BCD addition of 910 and 710 will give initial code groups of 1001 + 0111. Addition of these groups generates a carry to the next higher position. The correct solution to this problem would be to:
ignore the lowest order code group because 0000 is a valid code group and prefix the carry with three zeros
add 0110 to both code groups to validate the carry from the lowest order code group
disregard the carry and add 0110 to the lowest order code group
add 0110 to the lowest order code group because a carry was generated and then prefix the carry with three zeros
Answer: Option
Explanation:
No answer description is available. Let's discuss.

70.
Subtract the following binary numbers.
0101 1000   1010 0011   1101 1110
–0010 0011   –0011 1000   –0101 0111
0011  0100    0110  1010    1000  0110
0011  0101    0110  1011    1000  0111
0011  0101    0110  1010    1000  0111
0011  0101    0110  1010    1000  0110
Answer: Option
Explanation:
No answer description is available. Let's discuss.