Class 12 CS Chapter 3 Back Exercise Part A Solutions Sumita Arora New Syllabus / listing12CSSA, Uncategorized / By Neha 1. A program having multiple functions is considered better designed than a program without any functions. Why ? ...click here for answer 2. What all information does a function header give you about the function ? ...click here for answer 3. What do you understand by flow of execution ? ...click here for answer 4. What are arguments ? What are parameters ? How are these two terms different yet related ? Give example. ...click here for answer 5. What is the utility of : ...click here for answer 7. Describe the different styles of functions in Python using appropriate examples. ...click here for answer 8. Differentiate between fruitful functions and non-fruitful functions. ...click here for answer 9. Can a function return multiple values ? How ? ...click here for answer 11. What is the difference between local and global variables ? ...click here for answer 12. When is global statement used ? Why is its use not recommended ? ...click here for answer 13. Write the term suitable for following descriptions : ...click here for answer 10. What is scope ? What is the scope resolving rule of Python ? ...click here for answer