Computer Science
Convert the following octal numbers to binary:
(a) 123
(b) 3527
(c) 705
Number System
53 Likes
Answer
(a) 123
Octal Number | Binary Equivalent |
---|---|
3 | 011 |
2 | 010 |
1 | 001 |
Therefore, (123)8 = ()2
(b) 3527
Octal Number | Binary Equivalent |
---|---|
7 | 111 |
2 | 010 |
5 | 101 |
3 | 011 |
Therefore, (3527)8 = ()2
(c) 705
Octal Number | Binary Equivalent |
---|---|
5 | 101 |
0 | 000 |
7 | 111 |
Therefore, (705)8 = ()2
Answered By
3 Likes
Related Questions
Convert the following binary numbers to octal
(a) 111010
(b) 110110101
(c) 1101100001
Convert the following decimal numbers to hexadecimal:
(a) 206
(b) 3619
Convert the following hexadecimal numbers to octal:
(a) 38AC
(b) 7FD6
(c) ABCD
Convert the following octal numbers to binary:
(a) 7642
(b) 7015
(c) 3576
(d) 705