Multiple choice technology operating systems

….is used in operating system to separate mechanism from policy

  1. Single level implementation

  2. Two level implementation

  3. Multi level implementation

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Two-level implementation separates the mechanism (how something is done) from policy (what is done). The lower level implements flexible primitive operations that don't embody specific policies, while the upper level makes policy decisions using those mechanisms. This design allows policies to change without rewriting low-level code - you can modify scheduling policy, for example, without touching the context-switch mechanism.