- If running multiple processes on multiple processors, what is the name of the mechanism?
- Process에서 OS code로 넘어가는 2가지 경우?
- what is the goal of process scheduling
- How to switch between processes?
- How to find/manage available processes for scheduling?
- How to select next process to run?
- Perform moer than one task simultaneously
- Support more than one task making progress
- If scheduler provides Parllelism, does it provide Concurrency?
- If concurrency, then Parllelism?
- OS는 무엇을 활용해 cpu가 여러 개인 illusion을 만드는가?
- Seperated mechanism, general policy OR general mechanism, seperated policy
- Context of a process is represented in the ________
- context switching 정의와 이것이 많이 발생하면 어떤 문제가 일어나는가
- How is control passed to the operating system?
- OS는 어떤 방식으로 context switching 시간을 줄이는가