2 MARKS
- What is a positional argument?
- What is default argument in Python?
- Define: “Function”.
- What is variable scope?
- What is a Keyword argument?
- Mention the uses of calling value.
- How will you define a function?
- What is a Local Variable?
- Give an example of python function definition.
- What is a value-returning function?
- Distinguish between the positional argument and keyword argument.
- What is a program routine?
5 MARKS
- Explain the difference between a definite and indefinite loop.
- Compare definite and in-definite loops in python.
- Write short notes on parameter passing to function. Give Example.
- Explain the concept of program routine.
- Give the declaration of recursive functions.
10 MARKS
- Describe the concept of parameter passing in Python.
- Describe the design of recursive functions in Python.
- Discuss the default arguments in Python with example.
- Explain the calling non-value – returning function with an example.
- Explain the calling value returning functions with an example.
- Point out the keyword arguments in python.