1. Convert the following binary numbers to decimal form:
01010102 11112110011002 1000000000002
2. How many memory cells does a 4-Kbyte memory contain?
3. How many memory cells does a I-gigabyte memory contain? (Hint: giga is the prefix for billion, and a gigabyte must be a power of 2.)
4. Consider the addition of two decimal numbers:
28 one's place -+ 8 + 2 = 0 carry 1
+ 12 ten's place -+ 2 + 1 = 3 + carry = 440
Now use the same logic to compute the addition of two binary numbers as follows:
111002
+011002