3. Choose one of the fundamental tasks of an operating system that you learned about in the unit. Briefly describe the task. How might a computer function differently without the operating system performing that task?

One of the fundamental tasks of an operating system is process management. This task involves creating, executing, terminating, and managing processes within the computer system.

Without the operating system performing process management, a computer would not be able to run multiple programs concurrently and efficiently. Each program would have to be executed individually and independently, leading to a lack of resource utilization and utilization inefficiencies. Additionally, there would be no mechanism to allocate system resources such as memory or CPU time effectively, resulting in potential conflicts, resource shortages, and overall system instability.

Furthermore, without process management, there would be no way to prioritize processes and allocate system resources based on their importance or urgency. This would lead to a lack of fairness and transparency in resource allocation and hinder the ability of the computer to perform tasks effectively.

Overall, process management is crucial for the smooth functioning of a computer system, as it enables efficient multitasking, resource allocation, and overall system stability.