Comprehensive guide and practice questions for CBSE Class 11 Applied Mathematics curriculum (2026-27).
Concept Map & Real-Life Applications
The concept of expressing numbers in different bases comes from the broader study of number systems, which has evolved over thousands of years. Early civilizations such as the Babylonians used a base-60 system, while the Romans used a non-positional numeral system. The most significant advancement came from the Bhartiya number system, which introduced the concept of place value and zero, forming the foundation of modern positional systems.
Real-World Applications of Binary System:
1. Computer Science Application: The binary system is the fundamental language of digital electronics and computers. It uses only two digits, 0 and 1, which makes data processing and storage simple and efficient in digital circuits (OFF/ON states).
2. Storage Devices: Hard disks, SSDs, pen drives, CDs, and flash memory store information as binary patterns of electric charges or magnetic polarities.
3. Logic Gates: Digital electronic devices operate on binary logic gates (AND, OR, NOT, NAND, NOR, XOR, XNOR) using binary inputs.
4. Telecommunications: Signals in optical fibers, Wi-Fi, Bluetooth, and 5G networks are transmitted as binary pulses (0s and 1s).
5. Cryptography: Binary bitwise operations (like XOR) form the backbone of modern encryption standards (AES, RSA).
1.1.1 The Binary System: Structure and Significance
In the binary number system, every number is represented using only two digits: 0 and 1. Each digit in a binary number is called a bit (binary digit). These bits serve as the smallest units of information in digital technology. For example, $(110100)_2$ is an example of a binary number.
In the Decimal Number System, we have 10 digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) with base 10. In the Binary Number System, the base is 2. Any decimal number can be expressed as a sum of powers of 2. This representation is called its binary expansion.
State whether true or fill the appropriate value based on Structure and significance (bits, base-2 representation).
Show Model Solution
Answer: By fundamental definition, the parameter satisfies the required identity constraint.
Q2. Direct Property Verification1 Mark
What is the outcome when standard operational properties of Conversion from Decimal to Binary (Base 10 -> Base 2) are applied to boundary conditions?
Show Model Solution
Answer: The identity holds universally for all elements within the defined domain.
Section B: Short Numerical Problems2 Questions • 2 Marks Each
Q3. Problem Solving Drill2 Marks
Solve a standard two-step numerical exercise involving Structure and significance (bits, base-2 representation).
Show Model Solution
Step 1: Write governing equation and substitute given numericals. Step 2: Solve for the unknown variable and state the final result.
Q4. Computational Method2 Marks
Compute and compare numerical quantities using the rules established in Real-world applications (logic gates, digital storage, transmission).
Show Model Solution
Step 1: Compute the primary term. Step 2: Compare with the secondary threshold to complete evaluation.
Section C: High-Yield Applied Word Problems1 Question • 4 Marks
Q5. Practical Case / Modeling4 Marks
A business or technological system utilizes the principles of Binary Number System. Formulate the mathematical model, solve for the equilibrium condition, and interpret the outcome.
Show Model Solution
Step 1: Model Formulation (1 Mark): Set up mathematical definitions and boundary parameters. Step 2: Operational Equations (1 Mark): Apply the operational rules established in Binary Number System. Step 3: Algebraic Resolution (1 Mark): Solve for the desired variable. Step 4: Practical Interpretation (1 Mark): Validate the physical/financial significance of the answer.
Exercise 1.1 Comprehensive Revision Sheet
Printable high-yield summary for last-minute revision and exam preparation on Binary Number System.
Concept Architecture & Key Takeaways
Structure and significance (bits, base-2 representation): Master standard representations, properties, and direct numerical applications.
Conversion from Decimal to Binary (Base 10 -> Base 2): Master standard representations, properties, and direct numerical applications.
Conversion from Binary to Decimal (Base 2 -> Base 10): Master standard representations, properties, and direct numerical applications.
Real-world applications (logic gates, digital storage, transmission): Master standard representations, properties, and direct numerical applications.
Reading remainders in forward order instead of reverse (bottom-to-top), or forgetting place values when converting multi-digit values.
Examiner Pro-Tip
Always write the general formula first before plugging numbers in. Showing intermediate calculation steps guarantees step-marking even if a minor arithmetic error occurs!
Time: 45 Minutes Max Marks: 20 CBSE Board Blueprint
In binary addition, what is the value of $1 + 1 + 1$?
(A) 11 (Sum: 1, Carry: 1)
(B) 10 (Sum: 0, Carry: 1)
(C) 3
(D) 100
Solution: In binary, $1 + 1 + 1 = 3_{10} = (11)_2$. The sum bit is 1, and the carry bit is 1.
Question 4Assertion-Reason • 1 Mark
Assertion (A): The binary number system is ideally suited for digital electronic computers. Reason (R): Electronic circuits can easily distinguish between two stable states (high voltage / ON and low voltage / OFF).
(A) Both A and R are true, and R is the correct explanation of A.
(B) Both A and R are true, but R is not the correct explanation of A.
(C) A is true, but R is false.
(D) A is false, but R is true.
Solution: Both statements are factually correct, and the physical two-state nature of transistors directly explains why binary is the native language of computing.
Section B: Short Answer Type I (Q5 – Q6)2 Questions • 2 Marks Each
Question 52 Marks
Convert the decimal fraction $(0.625)_{10}$ into binary notation.
Show Marking Scheme & Solution (2 Marks)
Step 1 (1 Mark): Successive multiplication by 2: • $0.625 \times 2 = 1.25$ → integer part = 1 • $0.25 \times 2 = 0.50$ → integer part = 0 • $0.50 \times 2 = 1.00$ → integer part = 1. Step 2 (1 Mark): Read integer parts top-to-bottom: $(0.101)_2$.
Question 62 Marks
Perform the binary subtraction $(1101)_2 - (1010)_2$ directly using binary arithmetic rules.
If $(1a0b1)_2 = (25)_{10}$, where $a$ and $b$ are binary digits, determine the values of $a$ and $b$ and write the complete binary number.
Show Marking Scheme & Solution (3 Marks)
Step 1 (1 Mark): Expand in powers of 2: $(1a0b1)_2 = 1\cdot 2^4 + a\cdot 2^3 + 0\cdot 2^2 + b\cdot 2^1 + 1\cdot 2^0 = 16 + 8a + 0 + 2b + 1 = 17 + 8a + 2b$. Step 2 (1 Mark): Equate to 25: $17 + 8a + 2b = 25 \implies 8a + 2b = 8 \implies 4a + b = 4$. Step 3 (1 Mark): Since $a, b \in \{0, 1\}$, the only integer solution is $a = 1, b = 0$. The binary number is $(11001)_2$.
Section D: Long Answer Type (Q9)1 Question • 4 Marks
Question 94 Marks
A digital communications engineer needs to transmit data packets represented as binary numbers. (a) Express the number of distinct values that can be stored in an 8-bit byte. (b) If two numbers $A = (101110)_2$ and $B = (11001)_2$ are added, determine their sum in binary and verify in decimal. (c) Determine what power of 2 divides the decimal number 23456 by inspecting its binary expansion.
Show Marking Scheme & Solution (4 Marks)
(a) [1 Mark]: An 8-bit byte can represent $2^8 = 256$ distinct values (ranging from 0 to 255 in unsigned binary). (b) [2 Marks]: $A = (101110)_2 = 32 + 8 + 4 + 2 = 46$. $B = (11001)_2 = 16 + 8 + 1 = 25$. Sum in decimal = $46 + 25 = 71$. In binary: $(101110)_2 + (011001)_2 = (1000111)_2$. Verification: $64 + 4 + 2 + 1 = 71$. (c) [1 Mark]: $23456 = (101101110100000)_2$. Since there are 5 trailing zeros at the right, the exact power of 2 dividing 23456 is $2^5 = 32$.
Section E: Case-Based / Source-Based Problem (Q10)1 Case Study • 4 Marks
Question 10: Case Study4 Marks Total
Case Background: In a cloud data center, server racks use optical network switches that transmit data packets encoded in binary code. Each data packet header contains a 12-bit binary identification tag. Two active transmission streams have packet tags $P_1 = (101011000110)_2$ and $P_2 = (100000000110)_2$.
(i) [1 Mark]: Convert the packet ID $P_1$ into decimal notation.