New ! Computer Science MCQ Practise Tests



Functions Model Question Paper

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:30:00 Hrs
Total Marks : 50
    5 x 1 = 5
  1. Which of the following header file defines the standard I/O predefined functions?

    (a)

    stdio.h

    (b)

    math.h

    (c)

    string.h

    (d)

    ctype.h

  2. Which is return data type of the function prototype of add(int, int);?

    (a)

    int

    (b)

    float

    (c)

    char

    (d)

    double

  3. Which of the following is the scope operator?

    (a)

    >

    (b)

    &

    (c)

    %

    (d)

    ::

  4. A program can be split into small sub-program are called _______.

    (a)

    expressions

    (b)

    functions

    (c)

    control flow

    (d)

    composition

  5. How many ways the programmers can make use of functions in C++?

    (a)

    4

    (b)

    5

    (c)

    3

    (d)

    2

  6. 6 x 2 = 12
  7. Define Functions.

  8. Write about strlen() function.

  9. What are importance of void data type.

  10. Write a note on Local Scope.

  11. Define user defined functions

  12. Name any four functions belongs to stdio.h?

  13. 6 x 3 = 18
  14. What is Built-in functions?

  15. Write about strcmp() function.

  16. What are the information the prototype provides to the compiler?

  17. What is default arguments? Give example.

  18. Write a note on isalpha() function.

  19. Write a C++ program to find area a circle.

  20. 3 x 5 = 15
  21. Explain Call by value method with suitable example.

  22. What are the different forms of function return? Explain with example.

  23. Write a program to accept any integer number and reverse it.

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

Reviews & Comments about 11th Standard Computer Science - Functions Model Question Paper

Write your Comment