 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Convert 357(8) to hexadecimal. | ||||||||||||||||||||||||||||||
| Answer» Step 1 : 357(8) = 011 101 111(2) Step 2: 11101111… group of 4 binary digits from LSB 1110(2) 1111(2) 
 8 + 4 + 2 = 14(10) = E(16) 8 + 4 + 2+ 1 = 15(10) =F(16) = EF(16) | |||||||||||||||||||||||||||||||