Recent posts tagged preparation-schedule

1
where i was fucked was . i learned learned and learned . never took test series seriously as there were a lot of wrong questions. what i focussed was on the type of quest...
2
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 /...
4
A player in the Powerball lottery picks five different integers between 1 and 59, inclusive, and a sixth integer between 1 and 39, which may duplicate one of the earlier ...
5
All 3 test() are inside "PAR BEGIN, PAR END" so they execute concurrently..
6
Yes. You are correct. But not just the "max element" cause problem. All the elements in the last level can cause this problem. So, only binary search tree is the answer h...
7
short trick to remember this is BLAB: Bind, Listen, Accept, Begin
8
The total number of nodes accessed including root will be 5.The order is,(9) >(5) >(5,7) >(9,11) >(13,15).
9
Probability that buckets other than $1$ are selected $= \dfrac{n-1}{n}$This should happen $k$ times and each of the $k$ events are independent so $\dfrac{(n-1)^k}{n^k}$ W...
10
if you solve this you will get XY' + Y'Z + XY (this can be simplified to X + Y'Z) with min terms as (1,4,5,6,7)and option A has the same min termsso option A is equivalen...
11
option ALet P(x)=All are multiple of 4 Q(X)= All are even numbersif a ∈ P(X) then a must ∈ Q(X)
13
No, heap should also do, just that we have to use min-heap. (C) should be the answer.
14
The number of surjective (onto) functions defined from $A$ to $B$ where |A| = 5, |B| = 4, is _______
15
$\text{Size of each segment} = \frac{2^{16}}{8}=2^{13}$Let the size of page be $2^k$ bytesWe need a page table entry for each page. For a segment of size $2^{13}$, number...
17
oops ... I have edited the answer Please check it again ...
18
Ans: because we have given wavy edges form MST So, for verification of option A we have to check that with MST how many cost to reach at a->b then we will get a->e->d->b ...
19
A language is a set of strings. Regularity property is for such sets. We cannot apply it to a single string. If you put that string in a set, it becomes a singleton set- ...
To see more, click for the full list of questions or popular tags.