CMSC 104
Homework 1
Homework 1 is due Wednesday, February 23 at the beginning of class.
Late homeworks will NOT be accepted.
- Convert each of the following binary representations to its equivalent
decimal form:
a. 0010 1100
b. 0010 1001
c. 0001 0111
d. 0000 0110
- Convert each of the following decimal representations to its equivalent
binary form:
- Perform the following additions in binary notation:
a. 1011 1011 b. 0101 0001 c. 1111
+0110 0110 +0011 1101 +0001
---------- ----------- -----
- Use hexadecimal notation to represent the following bit patterns:
a. 0110 1011 1111 1010
b. 1110 1100 0101 1101 0101 0111
c. 0101 1010
d. 1101 0111 1010 0111
- What bit patterns are represented by the following hexadecimal patterns ?
a. 5FC7
b. ABCD
c. 0110
d. FE09
- Convert each of the following decimal representations to its equivalent
hexadecimal form:
- Convert each of the following hexadecimal representations to its
equivalent decimal form: