絞り込み条件を変更する
検索条件を絞り込む

すべてのカテゴリ

1 件中 1 - 1 件表示
カバー画像

Status transition of tasks

Status transition of tasksA computer processes many programs in parallel.There are three statuses to make it possible.・Executable・Execute・WaitTasks are stored in memory.(Tasks are instructions that a computer processes.)Task "A" is assigned to CPU and its status changes to "Execute".A computer will process task "A" by doing this.The next task is "B" for example.Task "B" is assigned to CPU and its status changes to "Execute".SVC interruption will occur to process task "B" and its status will change to "Wait". Task "B" is printed by a printer while it keeps status "Wait".(SVC = Supervisor Call)The status will change to "Executable" after printing is finished. Let's go to the following case!If
0
1 件中 1 - 1