Cuestionario representación de la información (I)#
1. Pasar a binario los siguientes números en decimal:
| 1010) = | 2) |
| 23510) = | 2) |
| 22310) = | 2) |
| 14610) = | 2) |
| 17710) = | 2) |
| 11110) = | 2) |
| 6210) = | 2) |
| 10210) = | 2) |
| 14310) = | 2) |
| 1710) = | 2) |
| 5810) = | 2) |
| 2010) = | 2) |
| 5410) = | 2) |
| 4910) = | 2) |
| 12310) = | 2) |
2. Pasar a decimal los siguientes números en binario:
| 111010012) = | 10) |
| 100010002) = | 10) |
| 101110112) = | 10) |
| 1110002) = | 10) |
| 11100012) = | 10) |
| 11111002) = | 10) |
| 111101002) = | 10) |
| 110000112) = | 10) |
| 101101112) = | 10) |
| 11001002) = | 10) |
| 110001002) = | 10) |
| 1010112) = | 10) |
| 101110012) = | 10) |
| 10000012) = | 10) |
| 110111102) = | 10) |
3. Conversiones entre decimal, hexadecimal y octal:
Pasar de decimal a hexadecimal:
| 6310) = | 16) |
| 4510) = | 16) |
| 10810) = | 16) |
| 17910) = | 16) |
| 20610) = | 16) |
Pasar de hexadecimal a decimal:
| 2A16) = | 10) |
| 6F16) = | 10) |
| C216) = | 10) |
| 6D16) = | 10) |
| 9016) = | 10) |
Pasar de decimal a octal:
| 13910) = | 8) |
| 15210) = | 8) |
| 10610) = | 8) |
| 13610) = | 8) |
| 23110) = | 8) |
Pasar de octal a decimal:
| 138) = | 10) |
| 3318) = | 10) |
| 2278) = | 10) |
| 1718) = | 10) |
| 2658) = | 10) |
4. Utilizando la técnica de agrupaciones vista en clase completa las siguientes igualdades:
| 16) | = 2618) | = 101100012) |
| F416) | = 8) | = 111101002) |
| 7316) | = 1638) | = 2) |
| 16) | = 608) | = 2) |
| 1A16) | = 8) | = 110102) |
| 5B16) | = 1338) | = 2) |
| 16) | = 538) | = 2) |
| 2E16) | = 8) | = 1011102) |
| AE16) | = 2568) | = 2) |
| 16) | = 458) | = 2) |
| 7F16) | = 8) | = 11111112) |
| 1D16) | = 8) | = 111012) |
| 16) | = 1638) | = 2) |
| 6316) | = 8) | = 11000112) |
| 16) | = 1468) | = 2) |
| E616) | = 8) | = 111001102) |
| C516) | = 3058) | = 2) |
| 16) | = 3268) | = 2) |
| C616) | = 3068) | = 2) |