6 votes
1
The total number of functions from the set $\{1,2,3,4, \dots ,10\}$ to the set $\{0,1\}$ that assign $1$ to exactly one of the positive integers less than $10$ are ______...
4 votes
2
If $A$ is a $4$ rowed square matrix such that $\mid A \mid = 4$, then $\text{adj (adj } A)$ is equal to _____.$2A$$4A$$8A$$16A$
4 votes
3
The total number of vertices in a graph is $n = 6$.The maximum number of possible edges (so that the graph remains disconnected) is ______.
3 votes
4
Consider the following Graph G: The number of minimum cost spanning trees using Kruskal's Algorithm is _________ .
3 votes
5
The total number of LCS (Longest Common Subsequences) of $P = abcd123$ and $Q= badc321$ that can be formed are ______.
2 votes
6
The number of comparisons required to find the maximum and minimum element in an array $A[n]$ using Divide and Conquer method is:$(3n/2)+ 2$$(3n/2) - 2$$3n$$3n/2$
0 votes
8
when does iisc call candidates for mtech(res) interview?is it later after the mtech interviews?
1 votes
9
A ternary tree is a tree in which every internal node has exactly three children.The number of leaves in a ternary tree with $’z’$ internal nodes is _______.$2$$\left...
2 votes
14
2 votes
16
in case of shift-reduce and R-R conflict, which is favored by YACC?
1 votes
21
Which is the best file organization when data is frequently added or deleted from a file?SequentialDirectIndex sequentialNone of the above
3 votes
22
Read the below mentioned grammar:$S \rightarrow X$$X \rightarrow YX \mid \epsilon$$Y \rightarrow aY \mid b$This grammar is NOT:$LALR$$LR (0)$$LR(1)$None of the above
1 votes
23
124 votes
25
1 votes
29
(logn)1/2=O(loglogn)
1 votes
30