1. |
Most computers use the _______________ representation when performing arithmetic operations with integers.
|
||||||||
Answer:
Option (c) |
2. |
How many different operations can be possible when two signed-magnitude numbers are added or subtracted?
|
||||||||
Answer:
Option (b) |
3. |
When two equal singed-magnitude numbers are subtracted, the result should be?
|
||||||||
Answer:
Option (a) |
4. |
Add the two magnitudes when the signs of A & B are ________ in addition algorithm and _________ in subtraction algorithm.
|
||||||||
Answer:
Option (d) |
5. |
In addition-subtraction algorithm, AVF means?
|
||||||||
Answer:
Option (b) |
6. |
In addition-subtraction algorithm, after performing add/subtract operation on A & B numbers, the intermediate result will be stored in?
|
||||||||
Answer:
Option (a) |
7. |
Which of the following is examined after performing subtraction to check whether it is A > B or A < B or A = B?
|
||||||||
Answer:
Option (c) |
8. |
Find the value of AVF after performing 1 011111 + 1 101101. Here leftmost bit represents the sign bit.
|
||||||||
Answer:
Option (b) |
9. |
In multiplication algorithm, initially the multiplicand is in B and the multiplier in Q. The result of x-oring between Qs and Bs will be stored in?
|
||||||||
Answer:
Option (d) |
10. |
If Q is 10-bit signed-magnitude number, then value of SC at initial phase of multiplication process?
|
||||||||
Answer:
Option (a) |