document.write( "Question 1190115: Convert the following unsigned 8 bit binary numbers into both hex and decimal \r
\n" );
document.write( "\n" );
document.write( "a. 00110110 base 2\r
\n" );
document.write( "\n" );
document.write( "b. 00111101 base 2\r
\n" );
document.write( "\n" );
document.write( "c. 01111100 base 2\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Can you please explain this homework question step-by-step? Thank you! \n" );
document.write( "
Algebra.Com's Answer #821679 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Convert the following unsigned 8 bit binary numbers into both hex and decimal \r \n" ); document.write( "\n" ); document.write( "a. 0011 0110 base 2 = 36H = 3*16 + 6 = 54\r \n" ); document.write( "\n" ); document.write( "b. 0011 1101 base 2 = 3DH = 3*16 + 13 = 61\r \n" ); document.write( "\n" ); document.write( "c. 0111 1100 base 2 = 7CH = 7*16 + 12 = 124 \n" ); document.write( " \n" ); document.write( " |