Operating Systems - Week 2

This week I learned about the workings of processes in operating systems, including process states, context switching, and process scheduling. I also learned about how processes are created using the fork() command, and how processes share resources controlled by the operating system.

I also learned about process scheduling such as First In, First Out (FIFO), Shortest Job First (SJF), and Shortest Time-to-Completion First (STCF). I learned how each of these works, their advantages, and disadvantages, and how they can be used to improve system performance. 

Comments

Popular posts from this blog

Learning Journal Final Entry...

Software Engineering - Week 8

Computer Networks - Week 8