0% found this document useful (0 votes)
17 views1 page

11th CS Worksheet2

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

11th CS Worksheet2

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Data Representation

Q.Write base values of binary, octal and hexadecimal number system.

1. Write full form of ASCII and ISCII.

2. Write the following conversions.

(i) (514)8 = (?)10 (iv) (4D9)16 = (?)10


(ii) (220)8 = (?)2 (v) (11001010)2 = (?)10
(iii) (76F)16 = (?)10 (vi) (1010111)2 = (?)10

3. Do the following conversions from decimal number to other number systems.


(i) (54)10 = (?)2 (iv) (889)10 = (?)8
(ii) (120)10 = (?)2 (v) (789)10 = (?)16

4. Express the following octal numbers into their equivalent decimal numbers.
(i) 145 (ii) 6760 (iii) 455 (iv) 10.75

5. Express the following decimal numbers into hexadecimal numbers.


(i) 548 (ii) 4052 (iii) 58 (iv) 100.25

6. Express the following hexadecimal numbers into equivalent decimal numbers.


(i) 4A2 (ii) 9E1A (iii) 6BD (iv) 6C.34

7. Convert the following binary numbers into octal and hexadecimal numbers.
(i) 1110001000 (ii) 110110101 (iii) 1010100 (iv) 1010.1001

8. Convert the following binary numbers into octal and hexadecimal numbers.
(i) 1110001000 (ii) 110110101 (iii) 1010100 (iv) 1010.1001

9. How does computer understand the following text?


(hint: 7 bit ASCII code).
(i) HOTS (ii) Main (iii) CaSe

You might also like