EJERCICIOS
1. Sumar los pares de números en hexadecimal siguientes:
a) 1372 b) 4F1A5 c) F35B d) 1B90F
+ 4631 + B8D5 + 27E6 + C44E
59A3 5AA7A
2. Indicar si se produce overflow cuando se suman 2 números de 8 bits en complemento
a 2, justificar su respuesta.
00000000
a) 11010100 b) 10111001 c) 01011101 d) 00100110
+ 10101011 + 11010110 + 00100001 + 01011010
01111111
CARRY OUT = 1 HAY OVER FLOW 1
REPRESNTACIÓN EN LOS SISTEMAS DE NUMERACIÓN DE 11111111
SIN SIGNO RESPUESTA EN DECIMAL = 255
SIGNO MAGNITUD RESPUESTA EN DECIMAL = - 127
COMPLEMENTO A 2 RESPUESTA EN DECIMAL = - 1
COMPLEMENTO A 1 RESPUESTA EN DECIMAL = - 0