a) Multiprocessing, Multiprogramming
b) Multiprogramming, Uniprocessing
c) Multiprogramming, Multiprocessing
d) Uniprogramming, Multiprocessing
Answer: d
Explanation: With Uniprogramming only one process can execute at a time; meanwhile all other processes are waiting for the processor. With Multiprocessing more than one process can run simultaneously each on different processors. The Uniprogramming system has only one program inside the core while the Multiprocessing system has multiple processes inside multiple cores. The core is one which executes instructions and stores data locally into registers.
Related Posts
The interval from the time of submission of a process to the time of completion is termed as ____________
The processes that are residing in main memory and are ready and waiting to execute are kept on a list called _____________
Which module gives control of the CPU to the process selected by the short-term scheduler?
A process that is based on IPC mechanism which executes on different systems and can communicate with other processes using message based communication, is called ________
The remote method invocation __________
What is the full form of RMI?
To resolve the problem of data representation on different systems RPCs define _____________
Join The Discussion