Class XI
Computer Science(083)
Ch 2 : “DATA REPRESENTATION”
ASSIGNMENT-1
A. MCQ:
1. _______________ number system uses 10 as base.
a) Octal b) Decimal c) Hexadecimal
2. In binary addition 1 + 1 = _______________.
a) 2 b) 1 c) 0
3. To convert decimal number into binary number, divide the number by ___________.
a) 8 b) 10 c) 2
4. Which of the following is an octal number representation?
a) (14)8 b) (129)10 c) (1010)2
5. In the number 72096, the most significant digit is _______________.
a) 9 b) 6 c) 7
6. ASCII code is a ……… bit code.
a) 1 b) 2 c) 7 d)
7. 8421 codes is also called as.1000 100 10 1
a) Gray code b) ASCII code c) excess 3-code d) BCD code
8.The binary system, 1+1=…………
(a) 2 b) 0 (c) 1 (d) none of these
9. 110+110=…………
(a) 220 b)11 0 (c) 1100 (d) none of these
10. The digital system usually operated on ………system.
(a) binary (b) decimal (c)octal (d) hexadecimal
11. The binary system use powers of……….for positional values.
(a) 2 (b)10 (c) 8 (d)16
1
12. After counting 0, 1, 10, 11, the next binary number is
(a) 12 (b) 100 (c)101 (d) 110
13.( 11010011)2= (?)16 1+2+0+0+16+64+128= 11011, 0011= 13 , 3=D3
a) D316 b) A316 c) B316 d) D216
14. (25)10= ( ?)2
a) (10001)2 b) (11001)2 c) 110002 d) 101012
15.( A316)16 = ( ? ) 10
16. The binary digit for 15 is:
(a) 1011 (b) 1111 (c)1001 (d)1101
17.The Hexadecimal number system contains 16 digits, they are:
a)1-16 (b) 0-15 (c) 1-9,A-G (d) 0-9,A-F
18. UTF -16 encoding uses how many bytes to represent Unicode code points?
(a) 2 bytes (b) 4 bytes (c) 2 bytes or 4 bytes (d) none
19. The ASCII code for “Y” is :
(a) 90 (b)89 (c) 120 (d) 121
20. what is the result of binary addition : 1+ 1+1 ?
(a) 3 (b) 11 (c) 111 (d) none
B. Fill in the blanks:
1.________ number system is the most widely used number system.( Decimal / Binary)
2. In binary number system, __means OFF state.(0 / 1)
3. In _______number system, letters A to F are used to represent number from 10 to 15.
(hexadecimal / octal)
4. The rightmost digit of a number has the ______weight.( lowest / highest)
5. The leftmost digit of a number is known as ________significant digit.(most / least)
2