Recent posts tagged notes

1
i made a calculation mistake here.. logy=limx→0 2 / ax+bx.(axloga+bxlogb)it should be-logy=limx→0 2 / ax+bx ( 1/2axloga+1/2bxlogb)logy=limx→0 2 /...
3
Take a single person A out of the 10 people. The remaining 9 people has to be either friends or enemy with A. Therefore acc to pigeon hole principle there atleast⎾9/2�...
4
2, 3 and 4 are possible for implementing inverted list. Basically we need an indexed access to the file (as in hashing) but this might not be there in a simple sequential...
5
B is False. If it were a preemptive scheduling then there would have been a transition from Running state to Ready state.
6
yes. Exactly. But a main correction. Then L "MAY BE" regular. Otherwise L is not regular.Because, if pumping lemma is not obeyed, language is not regular. But if the lang...
7
Yes u are correct it should be D damm my java concepts are broken :((here is a codeclass g{ void he(){ System.out.println("g"); }}class h extends g{ void ...
To see more, click for the full list of questions or popular tags.