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
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
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
Where are local variables stored in c?
What is the meaning of ?
List some applications of c programming language?
What is a structural principle?
How do shell structures work?
How to implement a packet in C
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
Explain enumerated types in c language?
Can i use “int” data type to store the value 32768? Why?
Do you know pointer in c?
What is the maximum no. of arguments that can be given in a command line in C.?
what is event driven software and what is procedural driven software?