You are on page 1of 1

Self-Assessment: Digital Logic Design

PRACTICE QUESTIONS :: Chapter 2


1. Write equivalent counting from 010 to 3210 in:

a. Binary (Base 2)

b. Hexadecimal (Base 16)

2. Convert the binary number 10010001 to decimal.

3. Convert the binary number 10.111 to decimal.

4. Convert the decimal number 125 to binary.

5. Convert decimal number 39 to binary.

6. Add 1111 and 1100.

7. Subtract 1 1 1 1 from 1 0 0 0 0

8. Express +19 and -19 as 8-bit numbers in:

a. sign-magnitude

b. 1’s complement

c. 2’s complement.

9. Determine the decimal value of the sign-magnitude number 01110111.

10.Convert the hexadecimal number 6BD3 to binary.

11.Convert the hexadecimal number 6BD to decimal.

12.Convert binary 101101 to Gray code.

13.Convert Gray code 100111 to binary.

You might also like