1 |
The value passed to the function are called. |
- A. Value
- B. Input
- C. Output
- D. Arguments
|
2 |
The __ of the function is the data type of the value returned by function. |
- A. Return type
- B. Input
- C. Output
- D. Value
|
3 |
The _______ does not describe how the function performs the task assigned to it. |
- A. Return value
- B. Function signature
- C. Output
- D. Reader
|
4 |
The advantages of using functions are. |
- A. Readability
- B. Reusability
- C. Easy debugging
- D. All
|
5 |
If the definition of called function appears before the definition of calling functiion, then ...... is not required. |
- A. Function signature
- B. Call
- C. Read
- D. Function
|
6 |
We can call a suer -defined function from another user defined function, same as we call other functions in ........... function. |
- A. Main
- B. Call
- C. Define
- D. Out
|
7 |
The values passed to a function are called. |
- A. Built -in
- B. return type
- C. Array
- D. Arguments
|
8 |
Functions could be bult-in of........... |
- A. Admin define
- B. Server define
- C. User define
- D. Both a and b
|
9 |
Dividing the program into multiple functions improves the ....... of the program. |
- A. Readability
- B. Open
- C. Read
- D. Write
|
10 |
Which of the following are advantages of using functions. |
- A. Reusability of code
- B. Separation of tasks
- C. Readability of code
- D. All of these
|