Computer Fundamentals Multiple choice Questions and Answers on Binary Multiplication & Division for Freshers

1. Perform binary addition of 1101 + 0010 is ________

a) 1110
b) 1111
c) 0111
d) 1,1101
Answer: b

Explanation: The addition is performed as :
1101
+ 0010
_______
1111
Therefore, the result is 1111.
2. The addition 1+1 gives 0 as a result.

a) True
b) False
Answer: a

Explanation: The two result obtained is 0 with a carry of 1. This carry is transferred to the next higher column.
3. The result of 0*1 in binary is ____________

a) 0
b) 1
c) invalid
d) 10
Answer: a

Explanation: The binary multiplication of any number with 0 will give the result 0 itself. Any binary number when multiplied by 0 gives 0 only. e.g. 1101 * 0000 = 0000.
4. The multiplication of 110 * 111 is performed. What is a general term used for 111?

a) Dividend
b) Quotient
c) Multiplicand
d) Multiplier
Answer: d

Explanation: 111 is called the multiplier.
Whenever a multiplication is performed the second term is called the multiplier whereas the first term is called the multiplicand.
5. The result obtained on binary multiplication of 1010 * 1100 is _____________

a) 0001111
b) 0011111
c) 1111100
d) 1111000
Answer: d

Explanation: The solution is as follows :
    1010
*  1100
________
       0000
     0000
   1010
1010
_______
1111000
6. Which of the following is often called the double precision format?

a) 64-bit
b) 8-bit
c) 32-bit
d) 128-bit
Answer: a

Explanation: The 64-bit format is referred to as the double precision format. It has 1 sign bit, 8 exponent bits and 23 bits for the mantissa.
7. What do you call the intermediate terms in binary multiplication?

a) Multipliers
b) Mid terms
c) Partial Products
d) Multiplicands
Answer: c

Explanation: The intermediate terms are called partial terms. The mid terms obtained in the binary multiplications are the partial ones whereas the answer obtained is called the final product.
8. The result that is smaller than the smallest number obtained is referred to as ___________

a) NaN
b) Underflow
c) Smallest
d) Mantissa
Answer: b

Explanation: It is referred to as underflow. Nan stands for not a number. Mantissa is the part after the decimal.
9. The number of sign bits in a 32-bit IEEE format is _______

a) 1
b) 11
c) 9
d) 23
Answer: a

Explanation: There is only 1 sign bit in all the standards. In a 32-bit format, there is 1 sign bit, 8 bits for the exponent and 23 bits for the mantissa.
10. Express the decimal format of the signed binary number (101010)2 .

a) 10
b) 12
c) -12
d) -10
Answer: d

Explanation: The first bit is the sign bit whereas the rest of the bits are magnitude bits. So the number is: 01010 =23 * 1 + 21 * 1 =8+2 =10.
But , the sign bit is 1,
Therefore the answer is : (-2)10.

Related

Multiple Choice Questions 1712360357352734747

Post a Comment

emo-but-icon

item