Friday, 27 December 2024

Grade-10 Ch-6 Number System RoseBud

 Chapter:6 Number System

1. Answer the following questions:
  1. What is number system?
  2. Answer :
    The system concerned with the number and represented by sequence of digits is called number system. It plays vital role in computing and electronics. Number system also refers to the digits, its arrangement, positional value and base of number system.
  3. What do you mean by decimal number system?
  4. Answer:
    The number system having base 10 and consists of digits: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9 is called Decimal (Denary) number system.
  5. What is Binary number system? Write its uses in computer system
  6. Answer :
    The number system having base two(2) and consists of digits: 0 and 1 is called Binary number system.
    It has two bits 0 and 1. An electronic circuit has two states either ON & OFF state. The bit 1 represents high voltage (ON state) and the bit 0 represents the low voltage (OFF state) of an electronic circuit.
  7. What do you meant by base or radix of number system?
  8. Answer :
    The total number of digits used by the particular number system is called base or radix of that number system. For Example: Base of Binary number system is 2 because it uses two digits 0 and 1 only.
  9. What are the numbers and characters sets of hexadecimal number system?
  10. Answer :
    Numbers of hexadecimal are 0 to 9 (0,1,2,3,4,5,6,7,8,9) and characters of hexadecimal are A - F (A,B,C,D,E,F).
  11. What do you mean by BCD and ASCII?
  12. Answer :
    BCD(Binary Coded Decimal)
    The process that represents the digits and alphabets with the help of binary digits is called BCD. It is 4 bit code, which can represent a maximum of 64 different characters.
    ASCII(American Standard Code for Information Interchange)
    An 8 bit code and is exclusively used to represent the data internally in the micro computers is called ASCII.
  13. Write the use of octal and hexadecimal number system in computer system?
  14. Answer :
    The octal and hexadecimal number systems are introduced to interpret large binary numbers in computer languages.
2. Convert the following binary number to decimal numbers:
a. (1101101)2 = (?)10
Answer:
Face Value1101101
Place Value26252423222120

=1×26+1×25+0×24+1×23+1×22+0×21+1×20
=64+32+0+8+4+0+1
=(109)10
∴ (1101101)2 = (109)10

b. (101010)2 = (?)10
Answer:
Face Value101010
Place Value252423222120

=1×25+0×24+1×23+0×22+1×21+0×20
=32+0+8+0+2+0
=(42)10
∴ (101010)2 = (42)10

c. (1100110)2 = (?)10
Answer:
Face Value1100110
Place Value26252423222120

=1×26+1×25+0×24+0×23+1×22+1×21+0×20
=64+32+0+0+4+2+0
=(102)10
∴ (1100110)2 = (102)10

d. (1100011)2 = (?)10
Answer:
Face Value1100011
Place Value26252423222120

=1×26+1×25+0×24+0×23+0×22+1×21+1×20
=64+32+0+0+0+2+1
=(99)10
∴ (1100011)2 = (99)10

e. (111011)2 = (?)10
Answer:
Face Value111011
Place Value252423222120

=1×25+1×24+1×23+0×22+1×21+1×20
=32+16+8+0+2+1
=(59)10
∴ (1101101)2 = (59)10

f. (1010101)2 = (?)10
Answer:
Face Value1010101
Place Value26252423222120

=1×26+0×25+1×24+0×23+1×22+0×21+1×20
=64+0+16+0+4+0+1
=(85)10
∴ (1010101)2 = (85)10

3. Convert the following decimal numbers to binary numbers:

a. (44)10=(?)2

244Rem
2220
2110
251
221
210
01

∴ (44)10 = (101100)2
b. (404)10=(?)2

2404Rem
22020
21010
2501
2250
2121
260
230
211
01

∴ (404)10 = (110010100)2
c. (100)10=(?)2

2100Rem
2500
2250
2121
260
230
211
01

∴ (100)10 = (1100100)2
d. (145)10=(?)2

2145Rem
2721
2360
2180
290
241
220
210
01

∴ (145)10 = (10010001)2
e. (325)10=(?)2

2325Rem
21621
2810
2401
2200
2100
250
221
210
01

∴ (325)10 = (101000101)2
f. (505)10=(?)2

2505Rem
22521
21260
2630
2311
2151
271
231
211
01

∴ (505)10 = (111111001)2

4. Convert the following decimal numbers to octal numbers:

a. (44)10=(?)8

844Rem
854
05

∴ (44)10 = (54)8
b. (104)10=(?)8

8104Rem
8130
815
01

∴ (104)10 = (150)8
c. (540)10=(?)8

8540Rem
8674
883
810
01

∴ (540)10 = (1034)8
d. (230)10=(?)8

8230Rem
8286
834
03

∴ (230)10 = (346)8
e. (190)10=(?)8

8190Rem
8236
827
02

∴ (190)10 = (276)8
f. (980)10=(?)8

8980Rem
81224
8152
817
01

∴ (980)10 = (1724)8

5. Convert the following octal numbers to decimal numbers.
a. (740)8 = (?)10
Answer:
Face Value740
Place Value828180

=7×82+4×81+0×80
=7x64+4x8+0x1
=448+32+0
=(480)10
∴ (740)8 = (480)10

b. (570)8 = (?)10
Answer:
Face Value570
Place Value828180

=5×82+7×81+0×80
=5x64+7x8+0x1
=320+56+0
=(376)10
∴ (570)8 = (376)10

c. (250)8 = (?)10
Answer:
Face Value250
Place Value828180

=2×82+5×81+0×80
=2x64+5x8+0x1
=128+40+0
=(168)10
∴ (250)8 = (168)10

d. (1230)8 = (?)10
Answer:
Face Value1230
Place Value83828180

=1×83+2×82+3×81+0×80
=1x512+2x64+3x8+0x1
=512+128+24+0
=(664)10
∴ (1230)8 = (664)10

e. (330)8 = (?)10
Answer:
Face Value330
Place Value828180

=3×82+3×81+0×80
=3x64+3x8+0x1
=192+24+0
=(216)10
∴ (330)8 = (216)10

f. (2020)8 = (?)10
Answer:
Face Value2020
Place Value83828180

=2×83+0×82+2×81+0×80
=2x512+0x64+2x8+0x1
=1024+0+16+0
=(1040)10
∴ (2020)8 = (1040)10

6. Convert the following decimal numbers to hexadecimal numbers.

a. (25)10=(?)16

1625Rem
1619
01

∴ (25)10 = (19)16
b. (40)10=(?)16

1640Rem
1628
02

∴ (40)10 = (28)16
c. (45)10=(?)16

1645Rem
16213 (D)
02

∴ (45)10 = (2D)16
d. (46)10=(?)16

1646Rem
16214 (E)
02

∴ (25)10 = (2E)16
e. (145)10=(?)16

16145Rem
1691
09

∴ (145)10 = (91)16
f. (115)10=(?)16

16115Rem
1673
07

∴ (115)10 = (73)16

7. Convert the following hexa-decimal numbers to decimal numbers.
a. (130)16 = (?)10
Answer:
Face Value130
Place Value162161160

=1×162+3×161+0×160
=1x256+3x16+0x1
=256+48+0
=(304)10
∴ (130)16 = (304)10

b. (1A7)16 = (?)10
Answer:
Face Value1A7
Place Value162161160

=1×162+A×161+7×160
=1x256+10x16+7x1
=256+160+7
=(423)10
∴ (1A7)16 = (423)10

c. (240)16 = (?)10
Answer:
Face Value240
Place Value162161160

=2×162+4×161+0×160
=2x256+4x16+0x1
=512+64+0
=(576)10
∴ (240)16 = (576)10

d. (2AB)16 = (?)10
Answer:
Face Value2AB
Place Value162161160

=2×162+A×161+B×160
=2x256+10x16+11x1
=512+160+11
=(683)10
∴ (2AB)16 = (683)10

e. (4FD)16 = (?)10
Answer:
Face Value4FD
Place Value162161160

=4×162+F×161+D×160
=4x256+15x16+13x1
=1024+240+13
=(1277)10
∴ (4FD)16 = (1277)10

f. (530F)16 = (?)10
Answer:
Face Value530F
Place Value163162161160

=5x163+3×162+0×161+F×160
=5x4096+3x256+0x16+15x1
=20480+768+0+15
=(21263)10
∴ (530F)16 = (21263)10

8. Convert the following octal numbers to binary numbers.
a. (77)8 = (?)2
Answer:
Octal Value77
Binary value in 3 digits111111

∴ (77)8 = (111111)2

b. (76)8 = (?)2
Answer:
Octal Value76
Binary value in 3 digits111110

∴ (76)8 = (111110)2

c. (47)8 = (?)2
Answer:
Octal Value47
Binary value in 3 digits100111

∴ (47)8 = (100111)2

d. (17)8 = (?)2
Answer:
Octal Value17
Binary value in 3 digits001111

∴ (17)8 = (1111)2

e. (65)8 = (?)2
Answer:
Octal Value65
Binary value in 3 digits110101

∴ (65)8 = (1110101)2

f. (127)8 = (?)2
Answer:
Octal Value127
Binary value in 3 digits0010101111

∴ (127)8 = (1010111)2

9. Convert the following binary numbers to octal numbers.
a. (1010)2 = (?)8
Answer:
Binary numbers in group of 3 bits
(From Right to left)
001010
Octal Value12

∴ (1010)2 = (12)8

b. (1110)2 = (?)8
Answer:
Binary numbers in group of 3 bits
(From Right to left)
001110
Octal Value16

∴ (1010)2 = (16)8

c. (111)2 = (?)8
Answer:
Binary numbers in group of 3 bits
(From Right to left)
111
Octal Value7

∴ (111)2 = (7)8

d. (10111)2 = (?)8
Answer:
Binary numbers in group of 3 bits
(From Right to left)
010111
Octal Value27

∴ (10111)2 = (27)8

e. (11101)2 = (?)8
Answer:
Binary numbers in group of 3 bits
(From Right to left)
011101
Octal Value35

∴ (1101)2 = (35)8

f. (10111)2 = (?)8
Answer:
Binary numbers in group of 3 bits
(From Right to left)
010101
Octal Value27

∴ (10111)2 = (27)8

10. Convert the following binary numbers to hexadecimal numbers.
a. (10101)2 = (?)16
Answer:
Binary numbers in group of 4 bits
(From Right to left)
00010101
Hexadecimal Value15

∴ (10101)2 = (15)16

b. (1111)2 = (?)16
Answer:
Binary numbers in group of 4 bits
(From Right to left)
1111
Hexadecimal Value15 (F)

∴ (1111)2 = (F)16

c. (11110)2 = (?)16
Answer:
Binary numbers in group of 4 bits
(From Right to left)
00011110
Hexadecimal Value114 (E)

∴ (10101)2 = (1E)16

d. (110)2 = (?)16
Answer:
Binary numbers in group of 4 bits
(From Right to left)
0110
Hexadecimal Value6

∴ (110)2 = (6)16

e. (1101)2 = (?)16
Answer:
Binary numbers in group of 4 bits
(From Right to left)
1101
Hexadecimal Value13 (D)

∴ (1101)2 = (D)16

f. (1111)2 = (?)16
Answer:
Binary numbers in group of 4 bits
(From Right to left)
1111
Hexadecimal Value15 (F)

∴ (1111)2 = (F)16

11. Convert the following hexa-decimal numbers to binary numbers.
a. (56)16 = (?)2
Answer:
Hexadecimal Value56
Decimal Value56
Binary value01010110

∴ (56)16 = (1010110)2

b. (A27)16 = (?)2
Answer:
Hexadecimal ValueA27
Decimal Value1027
Binary value101000100111

∴ (A27)16 = (101000100111)2

c. (76)16 = (?)2
Answer:
Hexadecimal Value76
Decimal Value76
Binary value01110110

∴ (76)16 = (1110110)2

d. (3B)16 = (?)2
Answer:
Hexadecimal Value3B
Decimal Value311
Binary value00111011

∴ (3B)16 = (111011)2

e. (A16)16 = (?)2
Answer:
Hexadecimal ValueA16
Decimal Value1016
Binary value101000010110

∴ (A16)16 = (101000010110)2

f. (F45)16 = (?)2
Answer:
Hexadecimal ValueF45
Decimal Value1545
Binary value111101000101

∴ (F45)16 = (111101000101)2

12. Convert the following octal numbers to hexadecimal numbers.
a. (45)8 = (?)16
Answer:
Octal number45
3 bits binary number100101

∵ (45)8 = (0010 0101)2
Again,

Binary numbers in 4 bits00100101
Hexadecimal number25

∴(45)8=(25)16

b. (27)8 = (?)16
Answer:
Octal number27
3 bits binary number010111

∵ (27)8 = (0001 0111)2
Again,

Binary numbers in 4 bits00010111
Hexadecimal number17

∴(27)8=(17)16

c. (136)8 = (?)16
Answer:
Octal number136
3 bits binary number001011110

∵ (136)8 = (0101 1110)2
Again,

Binary numbers in 4 bits01011110
Hexadecimal number514 (E)

∴(136)8=(5E)16

d. (100)8 = (?)16
Answer:
Octal number100
3 bits binary number001000000

∵ (100)8 = (0100 0000)2
Again,

Binary numbers in 4 bits01000000
Hexadecimal number40

∴(100)8=(40)16

e. (237)8 = (?)16
Answer:
Octal number237
3 bits binary number010011111

∵ (237)8 = (1001 1111)2
Again,

Binary numbers in 4 bits10011111
Hexadecimal number915 (F)

∴(237)8=(9F)16

f. (321)8 = (?)16
Answer:
Octal number321
3 bits binary number011010001

∵ (321)8 = (1101 0001)2
Again,

Binary numbers in 4 bits11010001
Hexadecimal number13 (D)1

∴(321)8=(D1)16

13. Convert the following hexa-decimal numbers to octal numbers.
a. (45)16 = (?)8
Answer:
Hexadecimal number45
Binary number in 4 bits01000101

∵ (45)16 = (001 000 101)2
Again,

Binary numbers in 3 bits001000101
Octal number105

∴(45)16=(105)8

b. (245)16 = (?)8
Answer:
Hexadecimal number245
Binary number in 4 bits001001000101

∵ (245)16 = (001 001 000 101)2
Again,

Binary numbers in 3 bits001001000101
Octal number1105

∴(245)16=(1105)8

c. (1259)16 = (?)8
Answer:
Hexadecimal number1259
Binary number in 4 bits0001001001011001

∵ (1259)16 = (001 001 001 011 001)2
Again,

Binary numbers in 3 bits001001001011001
Octal number11131

∴(1259)16=(11131)8

d. (A16)16 = (?)8
Answer:
Hexadecimal numberA16
Binary number in 4 bits101000010110

∵ (A16)16 = (101 000 010 110)2
Again,

Binary numbers in 3 bits101000010110
Octal number5026

∴(A16)16=(5026)8

e. (5B)16 = (?)8
Answer:
Hexadecimal number5B
Binary number in 4 bits01011011

∵ (5B)16 = (001 011 011)2
Again,

Binary numbers in 3 bits001011011
Octal number133

∴(5B)16=(133)8

f. (F20)16 = (?)8
Answer:
Hexadecimal numberF20
Binary number in 4 bits111100100000

∵ (F20)16 = (111 100 100 000)2
Again,

Binary numbers in 3 bits111100100000
Octal number7440

∴(F20)16=(7440)8

No comments:

Post a Comment

Popular Posts