KnowledgeBoat Logo
|

Computer Science

To convert an octal number to its binary equivalent, each octal digit is expressed as

  1. 3 bits form
  2. 4 bits form
  3. 8 bits form
  4. All of them

Number System

27 Likes

Answer

3 bits form

Reason — Since the digits from 0 to 7 need a maximum of 3 bits to be represented in binary form hence in Octal to Binary conversion each octal digit is expressed as 3 bits form.

Answered By

13 Likes


Related Questions