Multi-programming Vs. Multi-processing

mojo

mojo

@mojo-Wu7NZQ Oct 23, 2024
I want to know the the difference between Multi-programming and Multi-processing.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Reya

    Reya

    @reya-SMihdC Dec 28, 2010

    Multiprogramming is the process of loading more than one program into the memory so that the processor can be kept busy to switch between any of the loaded programs.i.e several programs running at a time.No of processes run on single processor.

    Multiprocessing means a process is run on multiple processors.