Discuss similarities and differences of Multiprogramming OS
and multiprocessing OS?

Answer Posted / zarna padia

in multiprogramming single processor can perform all the
preocess and in multiprocessing there is more than one
processor to achieve its performance

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

998


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1906


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

904


Where are local variables stored in c?

762


What is the meaning of ?

800


List some applications of c programming language?

732


What is a structural principle?

833


How do shell structures work?

785


How to implement a packet in C

2605


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

904


Explain enumerated types in c language?

784


Can i use “int” data type to store the value 32768? Why?

964


Do you know pointer in c?

801


What is the maximum no. of arguments that can be given in a command line in C.?

886


what is event driven software and what is procedural driven software?

2268