What is a PID? How is it useful when troubleshooting a system?
Answer Posted / king
PID is 'Process IDentity'. it is basically a number
assigned to each process during run-time and during
troubleshooting the processes which create deadlocks and
other system failures are kiled by actually referring to
their PIDs
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
how much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnn
Give examples of macro quoting function?
1.what is the vesition managment.
1.Mutating table
how do i create my own exception class which will restrict IO exception?
where is available in this mantis toturials?
Write a program to find duplicate number from array in minimum time complexity.
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
which worker is involved in all the phases of SDLC?
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
can we allocate memory for interface? if no then why?