InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    A computer uses ternary system instead of the traditional binary system. An n bit string in the binary system will occupy(A) 3 + n ternary digits(B) 2n / 3 ternary digits(C) n(log23) ternary digits(D) n(log32 ) ternary digits | 
                            
| Answer» | |