Computer Science, asked by vikhyatkukreja5876, 11 months ago

Difference between multitasking process and multithreading

Answers

Answered by ManyaSingh13
0

Answer:

Explanation:

Difference Between Multitasking and Multithreading in OS. ... The basic difference between Multitasking and multithreading is that Multitasking allows CPU to perform multiple tasks (program, process, task, threads) simultaneously whereas, Multithreading allows multiple threads of the same process to execute simultaneously.

Answered by baratamsaranya
1

Answer:

Explanation:

Multitasking:

Task is simple like a program. Processing multiple tasks at a time is called as multi tasking.

Multi threading:

Thread is the small part of the program. The ability of the process to execute multiple threads at a time.

Similar questions