Class 11 IP chapter 5 Ex 5.3 Solutions Sumita Arora New Syllabus / Listing11IPSA, Uncategorized / By Neha 16. Can a single break statement in an inner loop terminate all the nested loops ? ...click here for answers 15. What is the significance of break and continue statements? ...click here for answers 14. What is the output produced by following loop ? ...click here for answers 13. What will be the output of following code: ...click here for answers 12. If the test-expression of a while loop evaluates to false in the beginning of the loop, even before entering in to the loop : (a) how many times is the loop executed? (b) how many times is the loop-else clause executed ? a) Loop ...click here for answers 11. Why is while loop called an entry controlled loop ? ...click here for answers 10. What is the similarity and difference between for and while loop ? ...click here for answers 8. Write a for loop that displays the even numbers from 51 to 60. ...click here for answers 9. Suggest a situation where an empty loop is useful. ...click here for answers 7. What is the output of following code ? ...click here for answers 6. Why does “Hello” not print even once ? ...click here for answers 5. What is the output of the following code fragment ? ...click here for answers 3. What is the use of range() function ? What would range(3, 13) return ? ...click here for answers 4. What is the output of the following code fragment ? ...click here for answers 2. What are the two categories of Python for a in range(3) : for b in range(5,7) : Loops ? ...click here for answers 1. What are iteration statements ? Name the iteration statements provided by Python. ...click here for answers