Thursday, February 20, 2025

What is Operating System Processes?


An application running on a typical operating system is best described as a process. Many processes may be active at the same time. Only one process can actually be running at a time.
 
Multitasking is a fundamental feature of modern operating systems, allowing multiple applications to run concurrently on a single computer. Process scheduling is the method by which the OS determines which processes, or applications, are given access to the system's resources at any given time. The OS uses a scheduler to allocate CPU time to each process, switching rapidly between them to give the illusion of simultaneous execution. This is known as time-sharing. 

To make things easier to understand, you can think of Xiao Mi phone, where the operating system is the Android OS, and the apps you install on the phone is the applications. The applications is take care by the processes. 
You can see example in your house laptop. Processes is call task also. 

In Window, go to Task Manager, you can see the running apps and running background processes. 



References: 

  1. https://brainly.com/question/38505647
  2. https://www.tutorchase.com/answers/ib/computer-science/how-does-the-os-handle-the-execution-of-multiple-applications


No comments:

Post a Comment