Computer Science, asked by jibi44752, 3 months ago

how can multitasking be achieved on uniprocessor?​

Answers

Answered by bharathukkusuri
6

Explanation:

Multiprogramming is achieved on a uniprocessor by the concept of “threading”. Every process' total running time is divided up into threads, which are a subset of the process' instructions that can be completed in a certain amount of time, called a timeslice.

Answered by ItzWanderousGirl
2

 \\ {\tt{\pink{\underline{\underline{\huge{ ⒶⓃⓈⓌⒺⓇ}}}}}}

Multi-tasking is acheieved by the operating system running small slices of a number of applications consequlatively. If the slices are small enough processed fast enough it gives the illusion of simutaneous execution. To manage this process effectively a section of the kernel manages which tasks to run, which is called the scheduler. The scheduler decides which applications will receive the next time slice with the goal of keeping the system responsive but effectively occupying the systems resources with processes.

Explanation:

hope it's helpful ☺️

Similar questions