

MCQOPTIONS
Saved Bookmarks
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
In Call by Value method, the original value ________ be changed. |
A. | can |
B. | cannot |
C. | depends on function |
D. | depends on language |
E. | |
Answer» C. depends on function | |
2. |
Functional Programming Uses Immutable data |
A. | Yes |
B. | No |
C. | Can be yes or no |
D. | Can not say |
Answer» B. No | |
3. |
Functions are of ______ types. |
A. | 0 |
B. | 1 |
C. | 2 |
D. | 3 |
Answer» D. 3 | |
4. |
________ is possible when a derived class function has the same name and signature as its base class. |
A. | Function overriding |
B. | Function overloading |
C. | Both A and B |
D. | None of the above |
Answer» B. Function overloading | |
5. |
A ________ is similar to function prototype in which number of parameters, datatype of parameters & order of appearance should be in similar order. |
A. | function prototype |
B. | function signature |
C. | control function |
D. | flow function |
Answer» C. control function | |
6. |
Which of the following are advantages of Functional Programming? |
A. | Bugs-Free Code |
B. | Efficient Parallel Programming |
C. | Efficiency |
D. | All of the above |
Answer» E. | |
7. |
Functional programming supports higher-order functions and lazy evaluation features. |
A. | TRUE |
B. | FALSE |
C. | Can be true or false |
D. | Can not say |
Answer» B. FALSE | |
8. |
Functional programming languages are categorized into _________ groups. |
A. | 1 |
B. | 2 |
C. | 3 |
D. | 4 |
Answer» C. 3 | |
9. |
Which of the following are the popular functional programming languages? |
A. | Lisp |
B. | Python |
C. | Erlang |
D. | All of the above |
Answer» E. | |
10. |
___________ languages are specially designed to handle symbolic computation and list processing applications. |
A. | XP programming |
B. | Embedded programming |
C. | Functional programming |
D. | None of the above |
Answer» D. None of the above | |