Class 12 CS Chapter 6 Back Exercise Part C Solutions Sumita Arora New Syllabus / listing12CSSA, Uncategorized / By Neha 1. What is a recursive function ? Write one advantage of recursive functions. ...click here for answers 2. What is direct recursion and indirect recursion ? ...click here for answers 3. What are the two cases required in a recursion function ? ...click here for answers 4. What is base case ? ...click here for answers 5. What is recursive case ? ...click here for answers 6. Is is necessary to have a base case in a recursive function ? Why/Why not? ...click here for answers 7. What is infinite recursion ? Why does it occur ? ...click here for answers 8. How can you stop/resolve an infinite recursion ? ...click here for answers 9. Give some examples that can be represented recursively. ...click here for answers 10. Can each recursive function be represented through iteration ? Give examples. ...click here for answers 12. Identify the base case(s) in the following recursive function: ...click here for answers 13. Why are recursive functions considered slower than their iterative counterparts ? ...click here for answers 15. Compare and contrast the use of iteration and recursion in terms of memory space and speed. ...click here for answers