Class 11 IP Chapter 4 Ex 4.6 Solutions Sumita Arora New Syllabus / Listing11IPSA, Uncategorized / By Neha 3. What is the result of following expression : a >= b and (a + b) > a if (i) a = 3, b = 0 (ii) a = 7, b = 7 ? i) False ...Click here for answer 1. What is the function of logical operators ? Write an expression involving a logical operator to test if marks are 55 and grade is ‘ B’. Logical operators ...Click here for answer 2. What is the order of evaluation in the following expressions : (i) a ...Click here for answer 6. a = 15.5, b = 15.5 then why is a is b is False while a == b is True ? a is ...Click here for answer 4. What is the result expressions (a to e) if (i) ...Click here for answer 5. Identify the order of evaluation in the following expression : 4 * 5 + 7 * 2 – 8 % 3 + 4 and 5.7 // 2 – 1 + 4 or not 2 == 4 and not 2 ** 4 > 6 * 2 Firstly arithmetic ...Click here for answer