 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Convert 2567(10) = (?)(2) = (? )(8) = ( ? )(16) | |||||||||||||||||||||||||||||||||||||||
| Answer» Binary equivalent of 2567(10) is 101000000111(2) 
 Octal equivalent of 2567(10) is 5007(8) 2567(10) binary in broken into set of three bits is 101 000 000 111 5(8) 0(8) 0(8) 7(8) Hexadecimal equivalent of 2567(10) is A07(16) 2567(10) binary is divided into set of four bits is 1010 0000 0111 A(16) 0(16) 7(16) | ||||||||||||||||||||||||||||||||||||||||