1 votes
1 answer
19982
1 votes
1 answer
19983
​​​​​​​Dirty bit is used to show thewrong pagepage with corrupted datapage with low frequency occurrencepage that is modified after being loaded into cache ...
1 votes
1 answer
19986
If in this question, if we were asked to find the nth smallest number, then what would have been the answer?
1 votes
3 answers
19988
True / False) LSR uses dijkstra algorithm ?) LSR working is similar to dijkstra algorithm ?) DVR uses bellman algorithm for finding the shortest distance to other routers...
1 votes
2 answers
19989
1 votes
0 answers
19990
For range queries every B+ tree index requires less I/O than a full table scan.can anyone explain?
1 votes
1 answer
19993
1 votes
0 answers
19994
Every subset of Distributive lattice is distributive lattice.Every subset of Distributive lattice is lattice. A>>>False and B>» True ???
1 votes
2 answers
19995
Consider the boolean expression F(A,B,C,D)=Σm=(0,1,2,5,6,7,8,10,14,15).Find the number of essential prime implicants.a)1b)2c)3d)4
1 votes
2 answers
19998
int main(void) { int var1=100; int pid; if(pid==fork()) var1=200; fork(); printf("%d",var1); return 0; }what could be the output ?a)100 100 200 200b)200 200 200 200c)none...
1 votes
1 answer
20000