What is the binary equivalent of the octal number (7263)?
2017
What is the binary equivalent of the octal number (7263)?
- A.
111010110011
- B.
011100100110
- C.
011110010111
- D.
111000101111
Attempted by 42 students.
Show answer & explanation
Correct answer: A
Convert each octal digit to three binary bits: 7 -> 111, 2 -> 010, 6 -> 110, and 3 -> 011. Therefore the octal number 7263 equals 111010110011 in binary.