Question: Suppose a computer uses 4-bit ones complement representation. Ignoring overflows, what value will be stored in the variable j after the following pseudocode routine terminates.
Suppose a computer uses 4-bit one’s complement representation. Ignoring overflows, what value will be stored in the variable j after the following pseudocode routine terminates.

0j // Store 0 in j. -3 k // Store -3 in k. k # 0 j = j + 1 k = k - 1 while end while Description
Step by Step Solution
3.37 Rating (169 Votes )
There are 3 Steps involved in it
Lets analyze the pseudocode routine step by step j0 Store 0 in j k 3 Store 3 in k while k 0 j ... View full answer
Get step-by-step solutions from verified subject matter experts
