Ch1 Number System
Ch1 Number System
(2025 – 2026)
Standard – VII
Subject: Computer Lesson -1
C. Ritu wants to convert the binary number 101011 into its decimal equivalent. Help her with the
calculation.
(101011)2 = (1 × 25) + (0 × 24) + (1 × 23) + (0 × 22) + (1 × 21) + (1 × 20)
= (1 × 32) + (0 × 16) + (1 × 8) + (0 × 4) + (1 × 2) + (1 × 1)
= (32) + (0) + (8) + (0) + (2) + (1)
= 43
Thus, (101011)2 = (43)10
D. Gaurav wants to add the following binary numbers. Help him with the calculation.
1. (111)2 + (100)2 2. (1100)2 + (1000)2
111 1100
+ 100 + 1000
1011 10100
= (1011)2 = (10100)2
E. Manas wants to subtract the following binary numbers. Help him with the calculation.
1. (100)2 – (010)2 2. (1111)2 – (0101)2
100 1111
010 0101
010 1010
= (010)2 = (1010)2