New ! Computer Science MCQ Practise Tests



11th Standard English Medium Computer Science Subject Iteration and recursion Creative 5 Mark Questions with Solution

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 25

    5 Marks

    5 x 5 = 25
  1. Explain the outline of recursive problem-solving technique.

  2. Give an example for loop invariant.

  3. Customers are waiting in a line at a counter. The man at the counter wants to know how many customers are waiting in the line.

  4. Explain recursive - problem solving.

  5. Design a recursive algorithm to compute an, We constructed an iterative algorithm to compute an in Example 8.5. an can be defined recursively as
    \(a^n= \begin{cases}1 & \text { if } \mathrm{n}=0 \\ a^n \times a^{n -1} & \text { otherwise }\end{cases}\)

*****************************************

Reviews & Comments about 11th Standard English Medium Computer Science Subject Iteration and recursion Creative 5 Mark Questions with Solution updated Creative Questions

Write your Comment