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


Please Help Members By Posting Answers For Below Questions

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

1712


what is woransient key word? how it is used in java

1908


how to data grid use in data bind?

1594


What are events in smartforms?

1884


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?

709






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".

2060


4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?

1999


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.

1924


What is the difference beween joblib and steplib statements

1883


What is diffrent between Method and and function in c#

1635


Difference between HTML and DHTML?

1762


Write a program to swap the content of two variables without using a third variable.

677


how we can know the funcions available in a class recording java?

1850


What is %Type,%Rowtype?

1919


what is difference between object oriented programming structure and object oriented programming system?

1563