New ! Computer Science MCQ Practise Tests



Function 5 Mark Book Back Question Paper With Answer Key

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:30:00 Hrs
Total Marks : 20

    5 Marks

    4 x 5 = 20
  1. What are called Parameters and write a note on
    (i) Parameter without Type
    (ii) Parameter with Type

  2. Identify in the following program
    let rec gcd a b:=
               if b <> 0 then gcd b (a mod b)
               else return a:
    i) Name of the function
    ii) Identify the statement which tells it is a recursive function
    iii) Name of the argument variable
    iv) Statement which invoke the function recursively
    v) Statement which terminates the recursion

  3. Explain with example Pure and impure functions.

  4. Explain with an example interface and implementation.

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

Reviews & Comments about 12th Standard Computer Science English Medium - Function 5 Mark Book Back Question Paper and Answer Key 2022 - 2023

Write your Comment