1 votes
0 answers
3
Can someone please tell me the resource to study memory management. I am finding difficulty to solve the numerical on multilevel paging and segmentation.
2 votes
2 answers
4
True or FalseS1: In Fixed partition we have both internal and external fragmentationS2: In variable partition, we have only external fragmentation
0 votes
1 answer
5
I am getting independent but answer is given as dependent. Can some one tell me what worng with my approach
1 votes
1 answer
6
can someone please provide me the link for math(video lectures)? from where i can learn math from the beginning. Thanks
2 votes
1 answer
7
Can someone please explain this question? I am not able to understand it
2 votes
2 answers
8
R(A , b, c) with n tuples, S(A , D, E). How many max tuples in R natural join S? {A is key for both}$\min (m,n)$$\max(m,n)$$m*n$$m+n$
11 votes
2 answers
9
0 votes
1 answer
12
which of the following are private specific to thread?a) pcb) stac pointerc) execution stackd) memory
1 votes
0 answers
14
does operating system always runs in privileged mode or is there any other way also?
0 votes
1 answer
15
Min number of registers required to evaluate below expression:x = ( a+b) * (c+d)I am getting 2 but answer is 3.Solution: 1) Load r1,a2) Add r1, b3) Load r2, c4) Add r2,d5...
0 votes
1 answer
17
I have a general doubt. If we have a wrong question in GATE paper then what we need to do? should we attempt it or leave it.because if question is wrong marks should be g...
1 votes
2 answers
18
Which of the scheduling alogorithm gives the best throughput for n tasks having r1,r2,...,rn as running time?a) RRb) ShortestJob Firstc) FCFSd) Hiighest-Response Ration N...