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)