Recent questions tagged test-series

3 votes
2 answers
391
2 votes
1 answer
392
1 votes
1 answer
393
2 votes
0 answers
394
1 votes
1 answer
395
Since it is a Bottom Up Parser do we need to evaluate expressions following Right Hand Derivations or Left Hand Derivations,i.e. should we evaluate D - d first or B - B f...
2 votes
1 answer
396
0 votes
3 answers
401
i am getting t.c as O(n^5) but given answer as O(n^4) what should be the answer
1 votes
1 answer
402
The recurrence relationT(n) =2t(n/2) + n/logn , T(1) =1Evaluates to Plz explain how to evaluate ?
4 votes
0 answers
403
2 votes
1 answer
406
2 votes
1 answer
407
4 votes
1 answer
409
Consider the given below grammarS→ cAdA→ bA | aA | bIf a recursive descent parser is used for string “cbababd” then number of back trackin worst case is:
2 votes
1 answer
410
If T(n) = n √n then:( Marks: 2) None of these T(n) is O(n3) T(n) is O(n log n) T(n) is O(n)Please show method on how to solve such problems?
1 votes
0 answers
414
1 votes
1 answer
416
1 votes
1 answer
417
1 votes
1 answer
418
What will be the minimum and maximum bandwidth of the channel required for 7 channels of 400 kHz bandwidth multiplexed together with each guard band of 20 kHz ?
2 votes
2 answers
419