Convert 168 and 123 to binary and then compute their addition. How many bytes does it take to represent each number? How many bytes are needed for the answer?
What will be an ideal response?
168 = 10101000; 123 = 1111011. 10101000 + 1111011= 100100011
Each number can be rep-resented in a byte; their su requires more than one byte
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT a step in the CPU machine cycle?
A) Fetch B) Execute C) Decode D) Register
Computer Science & Information Technology
Why did the author decide not to deal with a bad_alloc exception in designing the link based stack?
What will be an ideal response?
Computer Science & Information Technology