0% found this document useful (0 votes)
6 views1 page

Assignment Python Unit 1 Theory

The document outlines an assignment for a Python Programming course, detailing various topics to be covered including Python features, flavors, execution using PVM, data types, control statements, arrays, functions, and arguments. It specifies questions related to comparisons between Python and other programming languages, as well as practical examples for understanding concepts like lists, tuples, and their methods. The assignment spans multiple years, indicating the relevance of these topics in the curriculum.
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
6 views1 page

Assignment Python Unit 1 Theory

The document outlines an assignment for a Python Programming course, detailing various topics to be covered including Python features, flavors, execution using PVM, data types, control statements, arrays, functions, and arguments. It specifies questions related to comparisons between Python and other programming languages, as well as practical examples for understanding concepts like lists, tuples, and their methods. The assignment spans multiple years, indicating the relevance of these topics in the curriculum.
Copyright
© © All Rights Reserved
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

Assignment-1

Python Programming (Theory)

1. What is Python? What is byte code? Explain Features of Python. (2021, 2023, 2024)
2. Explain Flavors of Python. (2022, 2023)
3. Write a note on the execution of the program in python using PVM. (2020)
4. Difference between: C and Python, Java and Python. (2022, 2024)
5. List and Explain the Different types of built in data types in python. How can we
determine the datatype of a variable in python? (2022, 2024)
6. What is Sequences in Python? Explain any 4 types of it in Python. (2021, 2023)
7. List and Explain the Operators with example. (2023)
8. List and Explain Control statements in Python. Explain else suite, pass and assert statements
with example. (2022, 2024)
9. What is Array? Advantages of Array in python
10. Difference between List and Array.
11. How many different ways/methods to declare or create and import in an Array in Python explain
with example? (2021, 2023, 2024)
12. What is Function how to define and call function in python explain with example? Explain
positional and keyword arguments with examples. (2021, 2024)
13. What is module how it is different than function?
14. What is formal and actual argument in function with example? (2022)
15. Explain Anonymous function with example.
16. What is list explain with Example?
17. What is slicing and indexing in list. Explain with example? (2020)
18. Explain different methods of list to process on list with example.
19. What is tuple explain with example?
20. Which are the different methods to process on tuple? (2023)
21. Explain Positional Arguments and Default Arguments in Python with suitable example. (2023)

You might also like