MCQOPTIONS
Saved Bookmarks
This section includes 6 Mcqs, each offering curated multiple-choice questions to sharpen your Ittiam knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Throughput is_______________________and Turnaround time is_____________ |
| A. | Processes executed/unit time and the interval between ready and running state of a process |
| B. | Processes appearing/unit time and the interval between running and waiting state |
| C. | Processes executed/unit time and the interval between submission and completion of a process |
| D. | Processes appearing/unit time the interval between submission and waiting state of a process |
| Answer» D. Processes appearing/unit time the interval between submission and waiting state of a process | |
| 2. |
preemption in deadlock condition refers to___________________________ . |
| A. | The resource(s) can be released voluntarily only after the process has completed its task. |
| B. | The process must be holding at least one resource and waiting to acquire additional resources. |
| C. | The resources should be forcibly released after a fixed time quanta |
| D. | Both A and B |
| Answer» B. The process must be holding at least one resource and waiting to acquire additional resources. | |
| 3. |
The average case complexity for inserting an element into an array of size n, represented in terms of number of copies is |
| A. | O(n^2) |
| B. | O(log n) |
| C. | O(n) |
| D. | 1 |
| Answer» D. 1 | |
| 4. |
int main(int argc,char ** argv) { void fnstat( ); for(i=0 ; i< 4 ; i++) fnstat( ); return 0; } void fnstat( ) { static int ia=0; printf("%d",ia); ia++; } What is the output of the following code? |
| A. | 0000 |
| B. | 0123 |
| C. | 0246 |
| D. | 0243 |
| Answer» C. 0246 | |
| 5. |
Name the layer where encryption of the information is done. |
| A. | Data Link Layer |
| B. | Transport Layer |
| C. | Presentation Layer |
| D. | Application Layer |
| Answer» D. Application Layer | |
| 6. |
The IP address 4.5.6.7 belongs to |
| A. | Class A |
| B. | Class C |
| C. | Class D |
| D. | Class E |
| Answer» B. Class C | |