Exercise 1 - Number Systems

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Number Conversion

1) Convert the following binary numbers to decimal:


a. 1101
b. 01101001
c. 1101001110.101

2) Convert the following decimal numbers to binary:


a. 67
b. 381
c. 40.375

3) Convert the following decimal numbers to 8-bit binary values:


a. 48
b. 103
c. 165

4) Convert the following hexadecimal numbers to binary:


a. 63F
b. BEEF
c. F00D

5) Convert the following binary numbers to hexadecimal:


a. 10010011
b. 1010001011100101
c. 110010011101100001

6) Convert the following octal numbers to binary:


a. 627
b. 4550
c. 2771

7) Convert the following binary numbers to octal:


a. 101011001
b. 111100000
c. 1100101011

8) Convert each of the following decimal numbers to BCD:


a. 8
b. 39
c. 526

9) Convert each of the following BCD numbers to decimal:


a. 1001
b. 00100111
c. 011000010100

You might also like