What is a must for multitasking?
a) Process preemption
b) Paging
c) Virtual memory
d) None of the above
Answer Posted / banti sharma
All Answers above r only "TUKKA" because if there is
NO-PREEMPTION there will b no MULTITASKING. so the necessary
condition for multitasking is PROCESS PREEMPTION.
Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
what is woransient key word? how it is used in java
how to data grid use in data bind?
What are events in smartforms?
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
What is the difference beween joblib and steplib statements
What is diffrent between Method and and function in c#
Difference between HTML and DHTML?
Write a program to swap the content of two variables without using a third variable.
how we can know the funcions available in a class recording java?
What is %Type,%Rowtype?
what is difference between object oriented programming structure and object oriented programming system?