Recents in Beach

Multiple Choice of Questions on Number System

 

1. The parameter through which 16 distinct values can be represented is known as ________





ANSWER= (C) Word
Explain:- It can be represented up to 16 different values with the help of a Word. Nibble is a combination of four bits and Byte is a combination of 8 bits. It is “word” that is said to be a collection of 16-bits on most of the systems.

 

2. An important drawback of binary system is ________





ANSWER= (A) It requires very large string of 1’s and 0’s to represent a decimal number.
Explain:- The most vital drawback of binary system is that it requires very large string of 1’s and 0’s to represent a decimal number. Hence, Hexadecimal systems are used by processors for calculation purposes as it compresses the long binary strings into small parts.

 

3. The quantity of double word is ________





ANSWER= (B) 32 Bits
Explain:- One word means 16 bits, So, the quantity of double word will be 32 bits.

 

4. If the decimal number is a fraction then its binary equivalent is obtained by ________ the number continuously by 2.





ANSWER= (B) Multiplying

 

5. The decimal equivalent of the binary number (1011.011)₂ is ________





ANSWER=  (A) (11.375)₁₀
Explain:- 1×2³ + 0×2² + 1×2¹ + 1×2⁰ + 0×2⁻¹ + 1×2⁻² + 1×2⁻³ = (11.375)₁₀

 

6. The representation of octal number (532.2)₈ in decimal is ________





ANSWER= (A) (346.25)₁₀
Explain:- 5×8² + 3×8¹ + 2×8⁰ + 2×8⁻¹ = (346.25)₁₀

 

7. The decimal equivalent of the octal number (645)₈ is ______





ANSWER= (C) (421)₁₀
Explain:- 6×8² + 4×8¹ + 5×8⁰ = 384 + 32 + 5 = (421)₁₀

 

8. The largest two digit hexadecimal number is ________





ANSWER= (C) (FF)₁₆
Explain:- (FE)₁₆ is 254 in decimal system, while (FD)₁₆ is 253. (EF)₁₆ is 239 in decimal system. And, (FF)₁₆ is 255. Thus, The largest two-digit hexadecimal number is (FF)₁₆.

 

9. Representation of hexadecimal number (6DE)₁₆ in decimal:





ANSWER= (A) 6×16² + 13×16¹ + 14×16⁰
Explain:- (A)D=13, E=14, so 6×16² + 13×16¹ + 14×16⁰ = (6DE)₁₆

 

10. The given hexadecimal number (1E.53)16 is equivalent to ____________





ANSWER= (B) (36.246)₈

Post a Comment

0 Comments