...
Programming
October 20, 2023
UGC NET CS 2013 June-paper-2
October 20, 2023
Programming
October 20, 2023
UGC NET CS 2013 June-paper-2
October 20, 2023

Functions

Question 62
_______ is often used to prove the correctness of a recursive function.
A
Diagonalization
B
Communitivity
C
Mathematical Induction
D
Matrix Multiplication
Question 62 Explanation: 
→ Mathematical Induction is often used to prove the correctness of a recursive function.
→ Mathematical Induction is a special way of proving things. It has only 2 steps:
Step-1: Show it is TRUE for the first one
Step-2: Show that if any one is TRUE then the next one is true
Then all are true
Correct Answer: C
Question 62 Explanation: 
→ Mathematical Induction is often used to prove the correctness of a recursive function.
→ Mathematical Induction is a special way of proving things. It has only 2 steps:
Step-1: Show it is TRUE for the first one
Step-2: Show that if any one is TRUE then the next one is true
Then all are true

Leave a Reply

Your email address will not be published. Required fields are marked *