Multiple choice

What is the Octal number system of 10?

  1. 00001010

  2. A

  3. 012

  4. 210

  5. 10100000

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is the correct answer. To convert into Octal number system, the Binary number will split into three parts having 3 bits. So, it would be 000 , 001 and 010. So, it would be 012.