11. What is the difference between Interpreted and Compiledprogram languages? Describe
briefly the advantages and disadvantages between these twocategories of language. Under
which category the language Python falls?
12. What is an identifier? List the rules for writingidentifiers in Python language.
13. What is a Python statement? Give examples of different waysyou can write multiline
statements. Explain, with examples, the use of indentation inPython language.
14. How do you write comments in Python? How many different waysyou can write multiline
comments? Give examples of each.
15. Explain, with an example, the use of Docstring in Python.Can you define a Docstring
anywhere in a module?
16. What do you mean by a variable in programming context? Doyou need to declare variables
in Python before you can use it?
17. Define a constant in Python programming context. Explain,with an example, where usually
you store constants and how you use them whenever you needthem.
18. What is a literal in Python? Give examples of differenttypes of literals used in Python
language. How many special literals Python offers? Explain, withan example, how to use
special literal in Python.
19. List Python data types.
20. Explain, with examples of each, the differences amongdifferent data types available in
Python language. Explain, with examples, how many different waysPython handles type
conversion