		LESSON I							JLD 10/26/86

HOMEWORK

1. Identify the following instructions as to whether they are in binary code, hex code, or mnemonic code.
a. HALT
b. 11010011
c. 3E
d. LD
e. INC
f. 00111100
g. 76



2. Write the following binary instructions in hex code.
a. 11010011
b. 01110110
c. 00111100
d. 00110010
e. 00000000
f. 11000011
g. 11111111


3. How many bits are there in the following binary numbers?
a. 11010011
b. 1000000000000011
c. 1001


4. To what decimal numbers do the following binary numbers correspond?
a. 11101
b. 11111111
c. 1111111111111111
d. 1001
e. 11010011
f. 10011


5. Convert the following hexadecimal numbers to their decimal equivalent.
a. 3C00
b. 46
c. AF
d. 4700
e. EC00
f. 7389


6. Convert the following decimal numbers to their hexadecimal equivalent.
a. 16532
b. 4700
c. 32000
d. 1756
e. 16
f. 255

                                                                                                                                   