Task

A task is a basic unit of execution in an operating system. A task is also known as a process. Each task has its own memory space and one or more threads of execution. Tasks are created and managed by the operating system. When a task is created, the operating system assigns it a unique … Read more