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

PPS Important Questions

The document contains a list of important questions related to Python programming, categorized into 2-mark and 8-mark questions. Topics include differentiation between modes, data types, recursion, operators, control statements, and various programming concepts such as functions, modules, and inheritance. It also includes programming tasks and examples to illustrate the concepts discussed.

Uploaded by

jesudosss
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)
31 views1 page

PPS Important Questions

The document contains a list of important questions related to Python programming, categorized into 2-mark and 8-mark questions. Topics include differentiation between modes, data types, recursion, operators, control statements, and various programming concepts such as functions, modules, and inheritance. It also includes programming tasks and examples to illustrate the concepts discussed.

Uploaded by

jesudosss
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
You are on page 1/ 1

PPS Important Questions

2 – Mark Questions

1. Differentiate between Interactive mode and Script mode.


2. Define Tuple with an example.
3. Enlist any five string functions in Python.
4. Define recursion with its syntax.
5. Pinpoint the Advantages and disadvantages of Recursion functions.
6. Write a Python program implementing factorial using Recursion Functions.
7. Define keywords and enlist any five keywords in python.
8. Pinpoint rules for naming an identifier.
9. List out any five properties of Python.
10. Write a python program to exchange the values of two variables.
11. Define type conversion and its types.
12. Explain about for loop with Zip ( ) function with an example.
13. Describe about assignment operator in Python.
14. List out any five types of Python operators with an example each.
15. Explain about function and its types in Python.
16. Write a python program to find the largest of three numbers using nested if statements.
17. Define class and objects.
18. Name the functions used to rotate 90 degree in PDF file.
19. Write short note on Exception handling and how it can be handled.
20. Define Inheritance and types of inheritance.
21. Describe in detail about PyPDF2 with an example program.
22. Define CSV files and JSON data.
23. Define Pillow.

8 – Mark Questions

24. Explain in detail about different Data types in Python.


25. Differentiate between compiler and Interpreter
26. Describe in detail about variables and explain about local scope and global scope in
detail.
27. Differentiate between Interactive mode and Script mode
28. Describe in detail about Tuple and Sets in Python with an example.
29. Write a python program to calculate the distance between two numbers
30. Explain in detail about conditional control statements with a necessary flow chat and
example.
31. Write a python program with conditional and iterative statements for number patters
32. Explain about modules and how to create modules?
33. Explain about Packages in Python.
34. Describe in detail about operators and its types with example
35. Write in detail about files and files operations.
36. Explain about control statements with necessary flow chart and example program
37. Explain about looping statements with necessary flow chart and example program
38. Write note on using python for multimedia.
39. Discuss in detail about types of Inheritance.
40. Explain in detail about Control statements in Python with an example program.
41. Explain about type conversion and describe its types with an example program
42. Explain about Python loop statements with an example program.
43. Describe in detail about manipulating images with an program.
44. Write in detail about how to create a function and how to call a function in Python with
an example program
45. Write short note on sending email and text messages.
46. Explain about arguments and number of arguments in Python with an example
47. Describe in detail about modules in Python.
48. Explain in detail about types of function arguments in Python with a program.
49. Explain about Python packages in detail with an example program.
50. Explain in detail about types of arguments Python.
51. Write about Python functions and types of function arguments in detail.

You might also like