Recent questions tagged operating-system

0 votes
1 answer
1831
0 votes
1 answer
1832
An exceptional condition in a computer system caused by an event external to the CPU is known as Halt Process InterruptNone of these.
0 votes
2 answers
1835
Consider following pseudo code : main() { int t1,t2,t3; t1=t2=t3=0; t1=fork(); t2=fork(); if (t1!=0){ t3=fork(); printf("Hello"); } }How many Hello's are printed when...
0 votes
1 answer
1843
0 votes
0 answers
1844
There is any difference or same these two statement?1. Page fault service time is 10ms.2. The Time to service a page fault is on average 10ms.
1 votes
0 answers
1848
0 votes
0 answers
1849
Is ans 12 or 17?
1 votes
0 answers
1850
WHEN TIME OUT OCCUR IN ROUND ROUBIN ALGORITHM THEN IN WHICH STATE PROCESS GO
3 votes
0 answers
1852
2 votes
1 answer
1853
1 votes
1 answer
1854
Why not deadlock.... ans is B)
1 votes
1 answer
1858