

InterviewSolution
Saved Bookmarks
1. |
The binary number 111 in octal format is________________(a) 6(b) 7(c) 8(d) 5I had been asked this question in a job interview.I want to ask this question from The Octal Number System in division Number Systems of Computer Fundamentals |
Answer» RIGHT option is (b) 7 The explanation is: CERTAIN BINARY to octal REPRESENTATIONS are : 000=0 001=1 010=2 011=3 100=4 101=5 110=6 111=7. |
|