1.

The data structure suitable for scheduling processes is _______(a) List(b) Heap(c) Queue(d) StackI got this question in an interview for internship.My question is from Parameter Passing and Stack Frame in portion Machine Instructions and Programs of Computer Architecture

Answer»

The CORRECT CHOICE is (c) Queue

Easiest explanation: The Queue data structure is generally used for SCHEDULING as it is TWO directional.



Discussion

No Comment Found

Related InterviewSolutions