Tuples in Python Class 11 MCQ

Share with others

Share with othersTeachers and Examiners (CBSESkillEduction) collaborated to create the Tuples in Python Class 11 MCQ. All the important Information are taken from the NCERT Textbook Computer Science (083) class 11. Tuples in Python Class 11 MCQ 1. A ________ is an ordered sequence of elements of different data types, such as integer, float, string … Read more


Share with others

List Manipulation in Python Class 11 Questions and Answers

Share with others

Share with othersTeachers 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 = … Read more


Share with others

List Manipulation in Python Class 11 MCQs

Share with others

Share with othersTeachers and Examiners (CBSESkillEduction) collaborated to create the List Manipulation in Python Class 11 MCQs. All the important Information are taken from the NCERT Textbook Computer Science (083) class 11. List Manipulation in Python Class 11 MCQs 1. The data type list is an ordered sequence which is ________ and made up of … Read more


Share with others

String Manipulation in Python Class 11 Solutions

Share with others

Share with othersTeachers 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 … Read more


Share with others

String in Python Class 11 MCQ

Share with others

Share with othersTeachers and Examiners (CBSESkillEduction) collaborated to create the String in Python Class 11 MCQ. All the important Information are taken from the NCERT Textbook Computer Science (083) class 11. String in Python Class 11 MCQ 1. _________ is a sequence which is made up of one or more UNICODE characters.a. String b. Numberc. Floatd. … Read more


Share with others

Python Function Questions and Answers

Share with others

Share with othersTeachers 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) … Read more


Share with others

Flow of Control in Python Class 11 Questions and Answers

Share with others

Share with othersTeachers 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 … Read more


Share with others

Class 11 Flow of Control MCQ

Share with others

Share with othersTeachers and Examiners (CBSESkillEduction) collaborated to create the Class 11 Flow of Control MCQ. All the important Information are taken from the NCERT Textbook Computer Science (083) class 11. Class 11 Flow of Control MCQ 1. The order of execution of the statements in a program is known as ___________.a. Flow of control b. … Read more


Share with others

CBSE Class 11 Getting Started with Python Solutions

Share with others

Share with othersTeachers 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. … Read more


Share with others

Getting Started with Python Class 11 MCQ

Share with others

Share with othersTeachers and Examiners (CBSESkillEduction) collaborated to create the Getting Started with Python Class 11 MCQ. All the important Information are taken from the NCERT Textbook Computer Science (083) class 11. Getting Started with Python Class 11 MCQ 1. An ordered set of instructions to be executed by a computer to carry out a … Read more


Share with others