Given the internal representation of an integer, this form computes and displays the decimal equivalent assuming various storage modes are being observed. The internal representation may be entered in either binary, octal, or hexadecimal. The user also indicates the word size in bits: either 4, 8, 16, or 32.

You may also enter a decimal number for one of the storage modes. In this case, the form computes and displays the equivalent internal representation as well as the decimal equivalent if the other storage modes were in use.

Complete the following before submitting the form:

Word Size (bits)
Internal Representation
Storage
Mode
Unsigned Decimal
Sign Magnitude
One's Complement
Two's Complement



Mark B. Motl
mmotl@angelo.edu