Question: Convert the given decimal, hexadecimal, or binary number to the other formats at shown in the first example row. Decimal Hexadecimal Binary 0d128 0x80 0b10000000
Convert the given decimal, hexadecimal, or binary number to the other formats at shown in the first example row.
| Decimal | Hexadecimal | Binary |
| 0d128 | 0x80 | 0b10000000 |
| 0d38 | [1] | [2] |
| [3] | 0xAC | [4] |
| [5] | [6] | 0b01010010 |
| 0d200 | [7] | [8] |
| [9] | [10] 0xB4 + 0x18 = | [11] |
Fill in the table for the listed data types for the maximum and minimum potential value.
| Type | Size in bytes | Minimum value | Maximum Value |
| unsigned char | 1 | 0 | [12] |
| (signed) char | 1 | [13] | [14] |
| unsigned short (int) | 2 | 0 | [15] |
| (signed) short (int) | 2 | [16] | [17] |
| unsigned int/long | 4 | 0 | [18] |
| (signed) int, (signed) long | 4 | [19] | [20] |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
