Write a journal entry that reviews the process states for your preferred operating system and prepares you for the process management requirements of your final project. First, research and then describe the scheduling algorithm used by your operating system kernel by default. Next, go to the command shell and execute
Windows: Execute the command tasklist /v
In your journal entry, describe how the state values (such as "running" or "sleeping") reported by your operating system relate to the status of threads in Round Robin, First-Come, First-Serve, and Priority Based scheduling algorithms identified in the course textbook. Make note of any special thread/process reporting data your operating system provides and how it relates to process scheduling. Remember, support for a specific scheduling algorithm is determined by the environment in which your operating system is deployed.