題組內容

三、作業系統中程序排程器(process scheduler)負責切換程序(process)的三種狀態: ready、running 和 waiting state,如下圖所示。

⑷在切換程序(process)的三種狀態時,程序排程器(process scheduler)通常會用 到 ready queue 及 I/O queue,請問這兩者的功用為何?(5 分)