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

Python Programming Concepts Explained

The document consists of a series of questions related to Python programming, covering topics such as comments, logical operators, built-in functions, control flow statements, data types, and functions. It includes inquiries about specific programming concepts like recursion, argument types, and flow charts. The questions aim to assess knowledge and understanding of fundamental Python programming principles.

Uploaded by

esther
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)
5 views1 page

Python Programming Concepts Explained

The document consists of a series of questions related to Python programming, covering topics such as comments, logical operators, built-in functions, control flow statements, data types, and functions. It includes inquiries about specific programming concepts like recursion, argument types, and flow charts. The questions aim to assess knowledge and understanding of fundamental Python programming principles.

Uploaded by

esther
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

Two Mark Questions

1. Why are comments used in Python programming?

2. What are logical operators?

3. Write short notes about built-in functions?

4. When continue is used in a program?

5. Write the python program using while loop to print the factorial of a number?

6. Define: numeric datatype.

7. Write short notes about the pass in python programming?

8. What is indentation in python?

9. What are the datatypes available in python?

10. What is recursive function?

11. What are the types of arguments?

12. Define a string in python?

13. Define: functions.

14. How print function is used in python?

15. Define: Flow chart.

16. What are the symbols used in flow chart?

17. What is problem Analysis chart?

18. Write the syntax of if-else, nested-if statements.

19. What is Pseudo code.

20. What are the basic datatypes in python?

You might also like