Recent questions tagged test-series

316
views
1 answers
2 votes
T(n)= T(n-1) + log nAns theta( n log n)Facing problem while solving..Tell me the valid source also to practice and learn .
444
views
1 answers
0 votes
Here , Number of backtracks are 3 or 4 ? I am getting 3 but given answer is 4. Please explain.
539
views
1 answers
0 votes
Can Bfs be applied for topological sort?
1.2k
views
1 answers
1 votes
given an unsorted array with n distinct elements with a property that every element can be atmost k distance from its original position . what is the worst case time co...
433
views
1 answers
2 votes
consider a set of n distinct numbers by comparison find the 3 largest numbers,which of the following is true1.3 largest elements can be found by O(log^2 n) comparisons.2....
1.5k
views
1 answers
2 votes
(TS: time stamp)If TS (T) < Read-TS (Q), then write is rejected and T is rolled backIf TS (T) < write-TS (Q), then write is rejected and T is rolled backBoth (A) and (B)N...
639
views
0 answers
0 votes
1.1k
views
1 answers
1 votes
So, I am just wondering if test series like Madeeasy mocktest, ACE, or other necessary or will Virtual Gate and GO sufficient?
1.8k
views
1 answers
0 votes
Which of the following are the criteria for CPU scheduling algorithm evaluation.A. Maximum CPU utilization under the constraint that maximum response time is one second.B...
389
views
1 answers
0 votes
1.4k
views
1 answers
2 votes
someone please explain how to draw operator precedence table to solve this question.
1.5k
views
2 answers
0 votes
522
views
1 answers
–2 votes
710
views
2 answers
0 votes
PLEASE EXPLAIN HOW TO APPROACH THESE KIND OF PROBLEMS
1.2k
views
1 answers
1 votes
1)shift e2)reduce the configuration3)sr conflict4)rr conflictQues 2 In LL(1) parsing algorithm let X is the topmost symbol of the stack and "a" is a lookahaed symbol the...
5.7k
views
4 answers
4 votes
There are 40 tokens in this question.But I have doubt that what should be the wording of the question "The number of LEXEMES generated by the Lexical Analyzer in the abov...
539
views
2 answers
2 votes
what is the output produced for the input "abdbdc" using bottom up and top down parsing ?
325
views
1 answers
2 votes
4.8k
views
1 answers
0 votes
In the circuit shown below, the propagation delay of each NOT gate is 2 nsec, then the time period of generated square wave is –I think it should be 22ns but it is give...
908
views
1 answers
1 votes
what is the output produced for the input "pqsqsr" using the top down parsing?Also what is the result if semantic actions are at right not in middle
470
views
0 answers
1 votes
550
views
1 answers
1 votes
909
views
1 answers
2 votes
498
views
1 answers
2 votes
An array ‘A’ of length n contains numbers {0, 1, 2}, numbers are present in array in arbitrary order.The best sorting algorithms, takes 250 units of time when n = 100...
263
views
1 answers
1 votes
482
views
2 answers
0 votes
Given answer is 3. I am getting Two entries.Check it once.
1.8k
views
2 answers
2 votes
Consider the following code which sort all elements of an array ‘A’ in descending order.Which of the following will represents correct value of X, Y, Z in above code ...