List Manipulation in Python Class 11 Questions and Answers

Teachers and Examiners (CBSESkillEduction) collaborated to create the List Manipulation in Python Class 11 Questions and Answers. All the important Information are taken from the NCERT Textbook Computer Science (083) class 11. List Manipulation in Python Class 11 Questions and Answers 1. What will be the output of the following statements?i. list1 = [12,32,65,26,80,10]list1.sort()print(list1)Answer – … Read more

String Manipulation in Python Class 11 Solutions

Teachers and Examiners (CBSESkillEduction) collaborated to create the String Manipulation in Python Class 11 Solutions. All the important Information are taken from the NCERT Textbook Computer Science (083) class 11. String Manipulation in Python Class 11 Questions and Answers 1. Consider the following string mySubject:mySubject = “Computer Science”What will be the output of the following … Read more

Python Function Questions and Answers

Teachers and Examiners (CBSESkillEduction) collaborated to create the Python Function Questions and Answers. All the important Information are taken from the NCERT Textbook Computer Science (083) class 11. Python Function Questions and Answers 1. Observe the following programs carefully, and identify the error:a) def create (text, freq):for i in range (1, freq):print textcreate(5) #function callAnswer … Read more

Flow of Control in Python Class 11 Questions and Answers

Teachers and Examiners (CBSESkillEduction) collaborated to create the Flow of Control in Python Class 11 Questions and Answers. All the important Information are taken from the NCERT Textbook Computer Science (083) class 11. Flow of Control in Python Class 11 Questions and Answers 1. What is the difference between else and elif construct of if … Read more

CBSE Class 11 Getting Started with Python Solutions

Teachers and Examiners (CBSESkillEduction) collaborated to create the CBSE Class 11 Getting Started with Python Solutions. All the important Information are taken from the NCERT Textbook Computer Science (083) class 11. CBSE Class 11 Getting Started with Python Solutions 1. Which of the following identifier names are invalid and why? i. Serial_no. v. Total_Marks ii. … Read more

Introduction to Problem Solving Class 11 Questions and Answers

Teachers and Examiners (CBSESkillEduction) collaborated to create the Introduction to Problem Solving Class 11 Questions and Answers. All the important Information are taken from the NCERT Textbook Computer Science (083) class 11. Introduction to Problem Solving Class 11 Questions and Answers 1. Write pseudocode that reads two numbers and divide one by another and display … Read more

error: Content is protected !!