The operating system uses lists and queues extensively


1. Compare and contrast two different software development approaches (for example, the Waterfall Model versus the Spiral Model or the Object Oriented approach versus Design Patterns, etc).


2. The operating system uses lists and queues extensively. One of the most common usages of these structures is to hold in an orderly manner the control blocks that represent the tasks that are in various stages of execution. (A task can run, it can wait for an external event such as an input/output operation, or it can be ready to run but held because its priority is not high enough). The control blocks are moved in and out of these stages. Discuss how you would implement these structures. Would you use lists or queues? Please consider aspects of efficiency and robustness.

Request for Solution File

Ask an Expert for Answer!!
Operating System: The operating system uses lists and queues extensively
Reference No:- TGS091960

Expected delivery within 24 Hours