What is a must for multitasking?
a) Process preemption
b) Paging
c) Virtual memory
d) None of the above
Answer Posted / suresh
d)none of these
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
what is the current salary package in India for a lamp programmer
what is the system development cycle
What is dialog programming?
Plz sent me in .net 2.0 interview Question & answers?
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
what is throws keyword
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
what is web service in java? have u use before.
Define Form modules, Class modules and Standard modules
I HAVE DONE TESTING TOOLS COURSE,NOW I AM FRESHER,I AM NOT GETTING ANY CALLS,I WANT TO DO THE PROJECT ,WHERE I HAVE TO MEET TO DO THE PROJECT,I AM GOING WITH FAKE EXPERIENCE,SO WHAT I HAVE TO DO.
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.