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
Define C in your own Language.
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Write a program of prime number using recursion.
How do you initialize pointer variables?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
How can a process change an environment variable in its caller?
What are dangling pointers? How are dangling pointers different from memory leaks?
Describe wild pointers in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Why is structure padding done in c?
Write a program which returns the first non repetitive character in the string?
Is it possible to execute code even after the program exits the main() function?
What are types of preprocessor in c?
What the different types of arrays in c?