0 votes
0 answers
42
The set of languages accepted by a DPDA by empty stack is a strict subset of the set of languages accepted by a DPDA by final state. PLEASE HELP ME TO PROVE THIS STATEMEN...
3 votes
0 answers
43
I AM NOT GETTING THE CONCEPT OF DANGLING POINTER HERE . PLEASE EXPLAIN?
0 votes
0 answers
45
WHAT IS AN EMBEDDED FUNCTION CALL . PLEASE EXPLAIN WITH EXAMPLE?
0 votes
0 answers
48
Consider a simple segmentation system that has the following segment tableFor each of the following logical addresses, determine the physical address a segment fault occu...
0 votes
0 answers
49
https://gateoverflow.in/43578/gate2003-79I AM NOT GETTING THIS QUESTION . SO PLEASE HELP.
0 votes
0 answers
50
In a THREE-level virtual memory, the memory access time for main memory, T(M)=10 ns, and the memory access time for the secondary memory, T(D)= I ms. What must be the hit...
0 votes
0 answers
51
PLEASE SOMEONE SUGGEST GOOD HANDWRITTEN NOTES FOR TOPIC FILE SYSTEM IN OS .I AM NOT GETTING THIS TOPIC FROM BOOK.(terms they use in book is so difficult )IF SOMEONE HAVI...
0 votes
0 answers
53
I) CODE 1 guarantees Mutual ExclusionII) CODE 2 guarantees Mutual ExclusionIII) CODE 2 leads to DeadlockWhich of the above statements are TRUE????1.I and II only 2. II an...
1 votes
0 answers
55
Consider a system consisting of four processes and a single resource. The current state of claim matrix and allocation matrix is given below. The minimum number of availa...
0 votes
0 answers
58
https://gateoverflow.in/2319/gate1993-22IN THIS QUESTION THEY ASK SOMETHING ABOUT PAREND AND PARBEGIN? WHAT ARE THEY?AND THIS CONCEPT IS OF WHICH TOPIC IN BOOK ??
0 votes
0 answers
59
https://gateoverflow.in/765/gate2005-72 IN THIS QUESTION SOLUTION THEY ARE SAYING V=Y. I AM NOT GETTING THIS POINT
4 votes
1 answer
60
if(fork()||fork()) { fork(); fork(); } printf("ABC") HOW MANY TIMES ABC CALLED?