0% found this document useful (0 votes)
12 views

Python Model Important Questons

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Python Model Important Questons

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

PYTHON PROGRAMMING

MODEL EXAM IMPORTANT QUESTIONS

1. Name the data types available in python.

2. List out the features of python and explain it.

3. Explain in detail about operators in python.

4. Give a short note on literal constants.

5. Define type conversion? List its types.

6. Define looping. Explain any one of its types.

7. Draw the flowchart of for loop in python.

8. Write a short note on break and continue statement.

9. What is called nested loop?

10. Elaborate conditional branching statements in python with examples.

11. Compare local variables and global variables.

12. Write a note on string methods.


13. How return statement is used in function?

14. What is function? Write a note on function call.

15. Describe in detail about modules in python.

16. Write basic list operations with its description.

17. Define lists in python. Explain it in detail.

18. Differentiate list and dictionary in python.

19. Give a brief note on dictionaries.

20. Explain in brief about the tuple.

21. Explain about reading and writing files in python.

22. Give a note on open() function in files.


23. What is a text file? Give an example for a text file.
24. Write about file positions in python.

25. List some of useful file methods with its description.

You might also like