Recent questions tagged test-series

671
views
1 answers
1 votes
376
views
2 answers
0 votes
245
views
1 answers
2 votes
850
views
5 answers
1 votes
451
views
1 answers
0 votes
913
views
2 answers
2 votes
Which approach should be followed: Finishing subtopics and giving test series simultaneously or finishing the full syllabus first and then taking the test series, in Dece...
310
views
0 answers
0 votes
Maximun number of nodes in the derivation tree when a word of lenght $2^k$ is derived from a gramar in CNF? My answer was ($2^{k+1}$)-1. But the answer given is 3* $2^k$...
446
views
1 answers
0 votes
In this why questions why the left recursion is not removed as it is necessary for $LL1 $Why they given the option without removing the left recursion$S->Aa|b$$A->Ac|Sd|N...
559
views
2 answers
1 votes
How many concurrent schedules are conflict serializable of given transactions T1 and T2:
459
views
1 answers
0 votes
If there are Q states in NFA, DFA should have at max $2^{Q}$ states. Keeping this thing in mind I answered the question but it went wrong.Please if anyone can give the co...
490
views
2 answers
0 votes
In DFA, does each state need to have transition on "EACH" input alphabet?The answer was given "False" but I dont think so. Can anyone explain?Because if this statement is...
956
views
1 answers
2 votes
What is the time complexity of this code?
333
views
1 answers
0 votes
is it true that space complexity is always less than equal to time complexity i.e. S(n) = O(T(n)) I think it is.
1.5k
views
2 answers
2 votes
Suppose prim’s algorithm is implemented using array as queue for a graph $G(V,E)$. Then what is the time complexity of Prim’s algorithm?$O (E \hspace{0.1cm}log\hspace...
459
views
1 answers
1 votes
Want help with part (a). Other parts can be done accordingly. According to the solution,I understand how to find the limits of the sum, but why is there a factor of 2 wit...
666
views
0 answers
1 votes
Can anyone suggest a good platform for giving practice tests in order to prepare for BARC exam(100 questions in 120 minutes).
1.2k
views
2 answers
0 votes
Consider the following information of a source code. $10$ operators are used which includes 4 unique operators. $6$ operands are used which include 4 unique operands. Est...
281
views
0 answers
1 votes
In a pipelined RISC computer, where arithmetic instructions and Load/store instructions are carried out, which of the following method will not definitely help in faster ...
1.6k
views
1 answers
2 votes
2.2k
views
2 answers
1 votes
1.9k
views
2 answers
1 votes
Consider the variation of the binary search algorithm so that it splits the list into not only into two sets of almost equal sizes but into two sets of size approximately...
558
views
1 answers
2 votes
Consider the infinite two-dimensional grid $G=\{(m,n)|\text{m and n are integers} \}$Thus every point in G has 4 neighbours, North, South, East and West, obtained by vary...
597
views
1 answers
0 votes
$\text{What is three address code representation of this ?}$-a+b|c^d^e*f|g
485
views
1 answers
0 votes
364
views
1 answers
0 votes
$G: S\rightarrow SbS\mid a$Grammars are ambiguous True/False.