Computer Studies
Convert the following to their binary equivalent:
(78)10
Number System
74 Likes
Answer
| 2 | Quotient | Remainder | 
|---|---|---|
| 2 | 78 | 0 (LSB) | 
| 2 | 39 | 1 | 
| 2 | 19 | 1 | 
| 2 | 9 | 1 | 
| 2 | 4 | 0 | 
| 2 | 2 | 0 | 
| 2 | 1 | 1 (MSB) | 
| 0 | 
Therefore, (78)10 = (1001110)2
Answered By
38 Likes
Related Questions
- Complete the following table: - Octal 
 Digit- Binary 
 Equivalent- 5 - 7 - 1 - 6 - 3 - Hexadecimal 
 Digit- Binary 
 Equivalent- 8 - 11 - 4 - 15 - 9 
- 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: - (99)10 
- Convert the following to their binary equivalent: - (141)10