MCQOPTIONS
Saved Bookmarks
This section includes 154 Mcqs, each offering curated multiple-choice questions to sharpen your Memory Management knowledge and support exam preparation. Choose a topic below to get started.
| 151. |
In CPP, dynamic memory allocation is done using ______________ operator. |
| A. | calloc() |
| B. | malloc() |
| C. | allocate |
| D. | New |
| Answer» E. | |
| 152. |
The owner of an address space can grant a number of its |
| A. | Modules |
| B. | Pages |
| C. | Devices |
| D. | Computers |
| Answer» C. Devices | |
| 153. |
Which among the following page replacement algorithms suffers from Belady s anomaly? |
| A. | FIFO |
| B. | LRU |
| C. | Optimal Page Replacement |
| D. | Both LRU and FIFO |
| Answer» B. LRU | |
| 154. |
Number of subscript which is attached to every element in array is classified as |
| A. | number of subscript |
| B. | number of dimensions |
| C. | number of high scripts |
| D. | number of superscripts |
| Answer» C. number of high scripts | |