New ! Computer Science MCQ Practise Tests



12th Standard English Medium Computer Science Subject Function Book Back 2 Mark Questions with Solution

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 15

    2 Marks

    5 x 2 = 10
  1. What is a subroutine?

  2. Define Function with respect to Programming language.

  3. Write the inference you get from X : = (78).

  4. Differentiate interface and implementation.

  5. Which of the following is a normal function definition and which is recursive function definition
    i) let rec sum x y:
            return x + y
    ii) let disp:
           print ‘welcome’
    iii) let rec sum num:
             if (num!=0) then return num + sum (num-1)
             else
                     return num

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

Reviews & Comments about 12th Standard English Medium Computer Science Subject Function Book Back 2 Mark Questions with Solution updated Book back Questions

Write your Comment