1 |
Which describe imput and output of the function. |
- A. Calling
- B. Function signature
- C. Routine
- D. work
|
2 |
Functions could be bult-in of........... |
- A. Admin define
- B. Server define
- C. User define
- D. Both a and b
|
3 |
How many types of function. |
|
4 |
Which is a block of statements that performs a particular task. |
- A. Function
- B. Program
- C. Routine
- D. Block
|
5 |
Which functions performs commonly used mathematical calculations, string operation, imput/output operations etc. |
- A. Built -in function
- B. Library functions
- C. Standard functions
- D. All of these
|
6 |
During the function call, the values passed to the function are called. |
- A. Argument
- B. Parameter
- C. Routine
- D. Number
|
7 |
Output of the function is called its. |
- A. Return values
- B. Input
- C. Output
- D. Reader
|
8 |
A function can have multiple parameters, bu tit cannot return more that ..... values. |
- A. One
- B. Two
- C. Three
- D. Four
|
9 |
The ____ of the function shold be related to its task. |
- A. Name
- B. Setup
- C. Routine
- D. Work
|
10 |
Which are variables of different data types that are used to receive the values passed t the function as input. |
- A. Value
- B. Input
- C. Price
- D. Parameter
|