Yelp Interview Question

how many bits can be represented by a single octal digit?

Interview Answers

Anonymous

Sep 5, 2013

The actual question that they meant by this was "How many bits does one need to represent a single octal digit?" The answer to that is 3

6

Anonymous

Mar 3, 2014

As we see 2^3 = 8, then the answer is 3.

1