St. Britto Hr. Sec. School - Madurai
12th Computer Science Monthly Test - 2 ( Algorithmic Strategies )-Aug 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Define Pseudo code
-
-
Write a pseudo code for selection sort.
-
What do you understand by Dynamic programming?
-
-
Write a note on Asymptotic notation
-
Write the steps to do dynamic programming.
-
Write a pseudo code for bubble sort.
-
Write a pseudo code for linear search.
-
What are the factors that influence time and space complexity
-
Write a pseudo code that defines Fibonacci Iterative algorithm with Dynamic programming approach.
-
-
Explain the sorting algorithm that uses n-1 number passes to get the final sorted list.
-
Explain the Bubble sort algorithm with example
-
-
Write a note on Efficiency of an algorithm.
-
What is Binary search? Discuss with example
-
Explain Selection sort sorting algorithm.
-
Discuss about Linear search algorithm