In the process table entry for the kernel process, the process id value is a) 0 b) 1 c) 2 d) 255 e) it does not have a process table entry
4 23428Post New Saigun Technologies Operating Systems AllOther Interview Questions
Do you have any friends or relatives working at NIIT Technologies?
What are spring beans?
root tree will find which is server job and which is parallel job?
What do you understand by a set of books?
What are the steps performed by the client to access a web service?
Tell us your strengths and weaknesses. What do you do to improve upon your weaknesses?
Did hotmail become outlook?
How do I change a file type?
State two differences between an object and a class.
What do you mean by 'plan expenditure'?
whether there is only one c&f agent in one state orelse many?
to what does object drawing model refer? : Adobe flash
What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }
What is the difference between padding and margin?
How do you debug a pcui application?