Computer Studies
Convert the following to their binary equivalent:
(99)10
Number System
43 Likes
Answer
| 2 | Quotient | Remainder | 
|---|---|---|
| 2 | 99 | 1 (LSB) | 
| 2 | 49 | 1 | 
| 2 | 24 | 0 | 
| 2 | 12 | 0 | 
| 2 | 6 | 0 | 
| 2 | 3 | 1 | 
| 2 | 1 | 1 (MSB) | 
| 0 | 
Therefore, (99)10 = (1100011)2
Answered By
24 Likes
Related Questions
- Your teacher has assigned you a task to give a presentation on conversion of octal numbers into binary numbers and vice-versa. You are asked to create some aids to support your presentation. You have created two tables, Table 1 and Table 2, to demonstrate some examples. - Octal Number - Binary Equivalent - 1 - 001 - 5 - ……. - 3 - 010 - 6 - 110 - Binary Number - Octal Equivalent - 100 - ……. - 111 - 7 - 011 - 2 - 001110 - 16 - In the above tables, some entries have either been missed or incorrect. Answer the following questions based on the above case: - (a) What will be filled in the blank space of Table 1? - (b) Find and rectify the incorrect binary equivalent in Table 1. - (c) Fill the appropriate octal equivalent in the blank space of Table 2. - (d) Find and rectify the incorrect octal equivalent in Table 2. 
- Convert the following to their binary equivalent: - (78)10 
- Convert the following to their binary equivalent: - (141)10 
- Convert the following to their binary equivalent: - (123)10