July 2011
Intermediate to advanced
225 pages
6h 22m
English
2.1 What is the range of unsigned integers that can be represented by the following number of bits?
2.2 How many bits are required to represent the following unsigned integers?
2.3 Convert the following unsigned binary numbers into decimal, octal, and hexadecimal numbers.
2.4 Convert the following decimal numbers into binary, octal, and hexadecimal numbers.
2.5 Convert the following hexadecimal numbers into binary, octal, and decimal numbers.
2.6 Compute the following unsigned binary arithmetic operations.
2.7 Compute the following signed binary numbers using one's-complement arithmetic operations.
2.8 Compute the following signed binary numbers using two's-complement arithmetic operations.
2.9 Compute the following signed hexadecimal ...