Problem On Number System

You might also like

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

Problem on Number system

Q1. Convert the following from one system to another


1.

(11011101)2 ( )10

2.

(1111010001001) 2( )16

3.

(110000111)2 ( )8

4.

(34)10(

5.

(225)10 (

)2

6.

(345)10 (

)16

7.

(312)10 ( ) 8

8.

(2AF)16 (

9.

(271)8 ( ) 10

)2

10. (ED)16 (

)10

)8

Q2. Convert into decimal


1.

(110011.10111)2 (

) 10

2.

(1101111.111)2 (

)10

Q3. Convert into binary


1.

22.34

2.

34.451

Q4. DO Binary Addition


1.
2.
3.
4.
5.

101 + 11 =
111 + 111 =
1010 + 1010 =
11101 + 1010 =
11111 + 11111 =

Q5. Do Binary Subtraction


6. 110 - 10 =
7. 101 - 11 =
8. 1001 - 11 =
9. 1101 - 11 =
10. 10001 - 100 =
Q6. DO Binary Multiplication
11.
12.
13.
14.
15.

10 x 10 =
100 x 11 =
101 x 10 =
1011 x 11 =
11011 x 101 =

Q7. Carry out the following operations showing all workings:


a) Convert 9D616 to binary and octal
b) 111001112 + 011111112
c) BC16 + AB16
d) 101010112 - 111110012
Q8. Convert the following numbers to their decimal value:
a) 1100.1110
b) BAE
c) FE+1D

You might also like