1. The parameter through which 16 distinct values can be represented is known as ________
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 ________
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 ________
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.
5. The decimal equivalent of the binary number (1011.011)₂ is ________
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 ________
Explain:- 5×8² + 3×8¹ + 2×8⁰ + 2×8⁻¹ = (346.25)₁₀
7. The decimal equivalent of the octal number (645)₈ is ______
Explain:- 6×8² + 4×8¹ + 5×8⁰ = 384 + 32 + 5 = (421)₁₀
8. The largest two digit hexadecimal number is ________
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:
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 ____________
0 Comments