CST334: Journal Entry Week 2
This week I learned about different ways an operating system runs processes. There are several methods of running running programs in OS and each one has different priorities. Some examples are: Shortest job first completes programs that have the shortest length first, first-served completes programs that are presented earlier before ones that are presented at a later, round robin gives completes all programs by equally giving them the same time slice and rotating through each program.
Comments
Post a Comment