Prévia do material em texto
Step 1 of 2 2.04DP The given 32 bit number with octal representation, 32107654321, To obtain binary equivalent of the given octal number, simply replace each octal digit with the corresponding 3 bit binary value string. 010 001 000 111 110 101 100 011 010 Now, the four 8-bit bytes of the of the 32 bit number is determined as follows, 00011111 01011000 11010001, Step 2 of 2 Now, convert each 8 bit bytes into its octal equivalent. Binary to octal form is done by separating the binary bits into groups of three bits and replace each group with corresponding octal digit. Thus, the required octal values of the four 8-bit bytes in the 32-bit number are