Computer Science, asked by syedzain13parxlu, 1 year ago

write difference between multitasking and multiprocessing

Answers

Answered by anvi123hpr
3

In multiprocessing system, a computer uses more than one CPU at a tme. Multitasking - Multitasking is the ability of an operating system to execute more than one task simultaneously on single processor machine, these multiple tasks share common resources such as CPU and memory.

Please mark as branliest


syedzain13parxlu: bt i want more difference minimum 8 to 10
anvi123hpr: Ok
anvi123hpr: MULTIPROCESSING :- 1. Multiprocessing adds CPUs to increase computing power.
anvi123hpr: 2. Multiple processes are executed concurrently. 3. Creation of a process is time-consuming and resource intensive. 4. Multiprocessing can be symmetric or asymmetric.
anvi123hpr: MULTITHREADING :- 1.Multithreading creates multiple threads of a single process to increase computing power. 2. Multiple threads of a single process are executed concurrently. 3. Creation of a thread is economical in both sense time and resource.
anvi123hpr: 4. Multithreading is not classified.
Answered by santoshbhatt
1
multitasking mens the process of taking more than two devices or many more and multiprocessing means the process of more than two
Similar questions