Computer-fundamental Scheduling Goals Scheduling Goals Scheduling in OS has a goal, which is fairness. The goal is that OS want all process to work fairly. However, some process has different pursue for scheduling.
Computer-fundamental difference between compile and interpret Compiler is translating “the entire codes” in advanced language to machine language at one time. Interpreter is translating the sourcodes “line by line” to machine language. Compiler is slower than Interpreter at the