MCQOPTIONS
Saved Bookmarks
This section includes 657 Mcqs, each offering curated multiple-choice questions to sharpen your Testing Subject knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Reference is __________ |
| A. | alias of an object |
| B. | used to rename an object |
| C. | a special operator |
| D. | a pointer to virtual function |
| Answer» B. used to rename an object | |
| 2. |
If a page number is not found in the TLB, then it is known as a ___________ |
| A. | TLB miss |
| B. | Buffer miss |
| C. | TLB hit |
| D. | TLB not found |
| Answer» B. Buffer miss | |
| 3. |
using' in C++ is for |
| A. | using does not exist in C++ |
| B. | used for library functions |
| C. | using is a literal in C++ |
| D. | used for pointers |
| Answer» C. using is a literal in C++ | |
| 4. |
Choose the correct statement |
| A. | Processes may be either independent or cooperating processes |
| B. | Thread Control block is a container which holds every information related to a process |
| C. | Deadlock prevention is not possible, avoidance is possible to some extent |
| D. | Cascading termination refers to the concept of killing the child processes though a parent process also exists |
| Answer» B. Thread Control block is a container which holds every information related to a process | |