Question 1:
Given the set of n students examination marks, make count of the number of students passed the examination
Question 2:
Write down an algorithm to generate Fibonacci series
Question 3:
Make an algorithm to find out the smallest exact divisor of a number
Question 4:
Write down the algorithm to evaluate the prime factors of an integer
Question 5:
Make and implement the algorithm to remove the duplicates from an ordered array.
Question 6:
Write down an algorithm to rearrange the numbers in array in reverse order
Question 7:
Write down an algorithm to sort arrays in non-descending order using the selection sort
Question 8:
Write down the algorithm to sort arrays using shell‘s diminishing increment insertion method
Question 9:
Write down an algorithm for left and right justification of text
Question 10:
Write down the algorithm for Text line editing