The document outlines a Python assignment consisting of questions categorized into three sections: two marks, five marks, and seven marks. It includes topics such as data types, operators, string operations, and database connectivity. Each section contains specific questions that require explanations, definitions, and examples related to Python programming.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
3 views1 page
Python Assignment
The document outlines a Python assignment consisting of questions categorized into three sections: two marks, five marks, and seven marks. It includes topics such as data types, operators, string operations, and database connectivity. Each section contains specific questions that require explanations, definitions, and examples related to Python programming.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Python Assignment
Two Marks Questions:
1. Expand FLOSS and PVM. 2. Define keyword and literals. 3. Mention any two mutable data type. 4. Explain Identity operators. 5. Explain membership operators. 6. What is instance variable and instance method. 7. Write the difference between list and tuple. 8. Explain range() function with an example. 9. What is frame and canvas? 10. Explain button widget with an example. 11. Explain Rename command in DDL with an example. 12. Write a note on update command.
Five Marks Questions:
1. Explain any 5 features of Python 2. Explain string operations. 3. Explain print statement with variations. 4. Explain jump statements available in python. 5. Explain different modes of opening file. 6. Explain any 5 functions of dictionary. 7. Write a note on exception handling. 8. Explain the steps to create a widget. 9. Explain plotting functions. 10. Explain constructor and destructor in python.
Seven Marks questions:
1. What is operator? Explain different types of operators with example. 2. What is data type? Explain different data types available in python. 3. Explain different functional arguments. 4. Explain different types of inheritances. 5. Explain Label, Textbox and Button with an example. 6. Write the variation of select command with example. 7. Explain Steps involved in connecting Database (MySQL) to Python