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
You might also like to view...
Developing an ADT means that the user of your class does not have to know the details about how the class is implemented. This is known as
a. interface b. implementation c. testing and debugging d. information hiding
The _____________ provides explicit policy guidance for a project, and establishes priorities that determine the application of resources for treatment.
Fill in the blank(s) with the appropriate word(s).
What is the Navigation Pane? Where do you find it?
What will be an ideal response?
Why did Intel initially take the decision to implement its multimedia extensions without modifying the processor’s state architecture (i.e., by not implementing new registers, condition codes, or changes in exception processing)?
What will be an ideal response?