Recent questions tagged true-false

2 votes
1 answer
211
every LL(k) grammer is also SLR(k) grammer. (true / false)
0 votes
1 answer
212
1.(n + a)b = $\Omega$(nb) for all real numbers a , b >02.na+1=theta(nb) iff a=b for all real numbers a , b>0which is true?Acyclic graph directory structure is more flexib...
1 votes
1 answer
213
If in a given graph all edge weights are equal and negative then BFS will correctly find out single source shortest path to all vertices,starting from vertex v? True/Fals...
0 votes
1 answer
214
Let G be an undirected graph on n nodes. Any two of the following statements implies the third. Is it true or False?1. G is connected.2. G doesn't have cycles.3. G contai...
5 votes
2 answers
215
State If True or False. Give reason tooInserting in an AVL tree with n nodes requires $\Theta \left ( \log n \right )$ rotations
2 votes
2 answers
216
Q if any Grammar is LL(1) definitely LALR(1) ?It is true or falsePlease ans explain in detail.
1 votes
1 answer
217
The depth of any DFS (Depth First Search) tree rooted at a vertex is at least as much as the depth of any BFS tree rooted at the same vertex.I think in line graph has the...
1 votes
1 answer
218
2 votes
4 answers
219
Is the below statement correct:Bellman Ford finds all negative weight cycles in the graph.This is true or false?
1 votes
2 answers
220
State True/False : "LR(0)⊂SLR(1)⊂LALR(1)⊂LR(1)".
0 votes
1 answer
221
please explain these few point:how is longest path between any pair of vertices different from diameter of a agraph.?in dijkstra algorithm,each edge is relaxed eaxtly one...
0 votes
2 answers
222
State Trur/False: "every LL grammar is a proper subset of LR grammar".
2 votes
1 answer
223
$\begin{align*} &\color{blue}{\text{Top down predictive parsers detect errors earlier than bottom up parsers (true/false)}} \\ &\color{maroon}{\text{Justify your answer}}...
1 votes
1 answer
224
17 votes
2 answers
225
State whether the following statements are TRUE or FALSE with reason:The Link-load-and-go loading scheme required less storage space than the link-and-go loading scheme.
4 votes
0 answers
226
9 votes
3 answers
227
State whether the following statements are TRUE or FALSE with reason:The flags are affected when conditional CALL or JUMP instructions are executed.
19 votes
4 answers
228
State whether the following statements are TRUE or FALSE with reason:The data transfer between memory and I/O devices using programmed I/O is faster than interrupt-driven...
10 votes
1 answer
229
State whether the following statements are TRUE or FALSE with reason:RAM is a combinational circuit and PLA is a sequential circuit.
0 votes
1 answer
230
which is false?a) An unambiguous grammar has same RMD for every sentence.b)An ambiguous grammar may have an infinite no. of derivation trees for some sentences in the la...
21 votes
3 answers
231
14 votes
2 answers
232
14 votes
4 answers
233
21 votes
4 answers
234
13 votes
2 answers
235
17 votes
5 answers
236
19 votes
3 answers
237
State whether the following statements are TRUE or FALSE:If the number of leaves in a tree is not a power of $2,$ then the tree is not a binary tree.
2 votes
2 answers
238
State whether the following statements are TRUE or FALSE:Every infinite cyclic group is isomorphic to the infinite cyclic group of integers under addition.
4 votes
1 answer
239
State whether the following statement is TRUE or FALSE:There is a linear-time algorithm for testing the planarity of finite graphs.
22 votes
4 answers
240
State whether the following statements are TRUE or FALSE:The union of two equivalence relations is also an equivalence relation.