Hex

The questions below are due on Sunday September 20, 2026; 11:59:00 PM.
 
You are not logged in.

Please Log In for full access to the web site.
Note that this link will take you to an external site (https://shimmer.mit.edu) to authenticate, and then you will be redirected back to this page.
Back to Exercises

Hexadecimal Representation

For the questions below, make sure to enter your answer with a leading "0x"!

What is the hexadecimal representation of the binary number 0b0110 0100 ?

What is the hexadecimal representation of the binary number 0b0110 1101 0010 1000 0001 ?

What is the hexadecimal representation of the binary number 0b0110 1011 1010 0000 1000 ?

What is the hexadecimal representation of the decimal number 103?

What is the hexadecimal representation of the decimal number 957?

What is the result of 0x2A + 0x49?

What is the 8-bit result of 0x2A << 2?

What is the 12-bit result of 0x32<< 4?

Back to Exercises