Convert decimal number 26.85 into binary equivalent.
11010.110110
To convert the decimal number 26.85 into its binary equivalent, follow these steps:
26 ÷ 2 = 13 remainder 0
13 ÷ 2 = 6 remainder 1
6 ÷ 2 = 3 remainder 0
3 ÷ 2 = 1 remainder 1
1 ÷ 2 = 0 remainder 1
Writing in reverse order gives: 11010
0.85 x 2 = 1.70 → Integer part = 1 (Fractional part = 0.70)
0.70 x 2 = 1.40 → Integer part = 1 (Fractional part = 0.40)
0.40 x 2 = 0.80 → Integer part = 0 (Fractional part = 0.80)
0.80 x 2 = 1.60 → Integer part = 1 (Fractional part = 0.60)
0.60 x 2 = 1.20 → Integer part = 1 (Fractional part = 0.20)
0.20 x 2 = 0.40 → Integer part = 0 (Fractional part = 0.40)
The binary fractional part stops at (0.40)∞, giving 110110 with desired precision.
Therefore, the binary equivalent of the decimal number 26.85 is 11010.110110.
The correct answer is 11010.110110.
Given below are two statements with reference to different number systems:
Statement I: (D6C1)16 = (54977)10
Statement II: (41819)10 = (A35B)16
In the light of the above statements, choose the correct answer from the options given below:
An Indian company designs a mobile application to process staff records. In each record, 10 bits are used to store staff ID and 20 bytes are used to store staff names. How many staff records can the mobile application support?
Match List I with List II
| LIST I (Statement) | List II (Value) |
| A. Number of bytes formed from 8 bits | I. 6 |
| B. Base-10 (denary) value of the binary number : 110 | II. 4 |
| C. If there are 2ᴾ bytes in 1 mega byte, then what is the value of P ? | III. 1 |
| D. An ISP company advertises its broadband download speed as 128 mega bits per second. How many 4-mega byte files can be downloaded per second using the company's broad band? | IV. 20 |
Choose the correct answer from the options given below: