Question 11 MarkIn the below code, number of operations done by the compiler is 10. Answer false View full question & answer→
Question 21 MarkThe time taken by the code to execute the number of iteration or statements is known as space Complexity.Answer false View full question & answer→
Question 31 MarkRecursion uses the stack to solve the expression/program.Answertrue View full question & answer→
Question 41 MarkBubble sort, Insertion sort and Selection sort worst case working is not similar.Answer false View full question & answer→
Question 51 MarkLinear search is slower than Binary Search as this work on random numbers.Answertrue View full question & answer→
Question 71 MarkRecursion and iteration are the same programming approach.?Answer false View full question & answer→
Question 81 MarkOnly problems that are recursively defined can be solved using recursion.?Answer false View full question & answer→