[PSD2] Exercise 1.52/1.53 #126
matypist
started this conversation in
Esercizi (A-L)
Replies: 2 comments
-
Somma tra Unsigned |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Exercise 1.52 Perform the following additions of unsigned binary numbers. Indicate whether or not the sum overflows a 4-bit result.
(a)$1001_2 + 0100_2$ $1101_2 + 1011_2$
(b)
Exercise 1.53 Perform the following additions of unsigned binary numbers. Indicate whether or not the sum overflows a 8-bit result.
(c)$10011001_2 + 01000100_2$ $11010010_2 + 10110110_2$
(d)
Beta Was this translation helpful? Give feedback.
All reactions