MCQOPTIONS
Saved Bookmarks
This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Mphasis knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
The functions of the base class are not inherited |
| A. | Pure virtual |
| B. | virtual |
| C. | Friend |
| D. | Both(A)and(B) |
| Answer» D. Both(A)and(B) | |
| 2. |
Pulse stuffing is a strategy used in . |
| A. | FDM |
| B. | TDM |
| C. | FHSS |
| D. | DSSS |
| Answer» C. FHSS | |
| 3. |
Virtual memory allows: |
| A. | Execution of a process that may be completely in memory |
| B. | A program to be larger than the physical memory |
| C. | A program to be larger than these secondary storage |
| D. | Execution of a process without being in physical memory |
| Answer» C. A program to be larger than these secondary storage | |
| 4. |
What will the output of the following program: #include int iVal1=50; int&fnSample() { int iVal1=20; ::iVal1=iVal1; iVal1=10; return::iVal1; } int main(int argc,char**argv) { int&iRef=iVal1; iRef=30; iRef=fnSample(); iRef=40; cout< } |
| A. | 10 |
| B. | 20 |
| C. | 30 |
| D. | 40 |
| Answer» E. | |
| 5. |
A state is in situation if the system can allocate resources to each process in some order and still avoid a deadlock. |
| A. | safe |
| B. | unsafe |
| C. | waiting |
| D. | mutually excluded |
| Answer» B. unsafe | |