how is multi thread operation system different than multitasking operating system
Answers
Answered by
2
Answer:
how is multi thread operation system different than multitasking operating system
Answered by
2
- Multitasking let CPU to execute multiple tasks at the same time. Multithreading let CPU to execute multiple threads of a process simultaneously.
- Multitasking let CPU to execute multiple tasks at the same time. Multithreading let CPU to execute multiple threads of a process simultaneously.In multitasking CPU switches between programs frequently. In multithreading CPU switches between the threads frequently.
- Multitasking let CPU to execute multiple tasks at the same time. Multithreading let CPU to execute multiple threads of a process simultaneously.In multitasking CPU switches between programs frequently. In multithreading CPU switches between the threads frequently.In multitasking system has to allocate separate memory and resources to each program that CPU is executing.
- Multithreading let CPU to execute multiple threads of a process simultaneously.
- In multithreading CPU switches between the threads frequently.
- In multithreading system has to allocate memory to a process, multiple threads of that process shares the same memory and resources allocated to the process.
Hope it helps you
please mark me as brainliest ☺️
thank you!
Similar questions