Step 1: Interpret 2's complement numbers.
1101 (4-bit 2's complement) = \(-3\)
0100 (4-bit 2's complement) = \(+4\)
Step 2: Add the two values:
\[ -3 + 4 = +1 \] Step 3: Binary addition:
\[ 1101 + 0100 = (1)0001 \Rightarrow 0001 \] Step 4: Overflow check:
One number is negative, one is positive → No overflow. But if considering MSB change in sign bit, question might interpret overflow differently.
Five friends A, B, C, D, and E are sitting in a row facing north, but not necessarily in the same order:
B is to the immediate left of C
E is not at any of the ends
D is to the right of E but not next to C
A is at one of the ends
Who is sitting in the middle?