Recent questions tagged ugcnetcse-dec2018-paper2

0 votes
2 answers
2
​​​​​Match List-I with List-II and choose the correct answer from the code given below :$\begin{array}{|c|c|c|c|} \hline & \textbf{List I} & & \textbf{List II} ...
0 votes
2 answers
7
The boolean expression $\overline{A} \cdot B + A \cdot \overline{B}+ A \cdot B$ is equivalenet to$\overline{A} \cdot B$$\overline{A+B}$$A \cdot B$$A+B$
1 votes
1 answer
8
0 votes
1 answer
10
In computers, subtraction is generally carried out by$9$’s complement$1$’s complement$10$’s complement$2$’s complement
0 votes
2 answers
12
Consider the graph shown below:Use Kruskal’s algorithm to find the minimum spanning tree of the graph. The weight of this minimum spanning tree is$17$$14$$16$$13$
0 votes
2 answers
17
1 votes
3 answers
21
The solution of recurrence relation:$T(n) = 2T (\sqrt{n}) + \lg(n)$ is$O(\lg(n))$$O(n \lg (n))$$O(\lg (n) \lg (n))$$O(\lg (n) \lg(\lg (n)))$
1 votes
1 answer
23
Consider two sequences $X$ and $Y$ :$X=<0, 1, 2, 1, 3, 0, 1>$$Y=<1, 3, 2, 0, 1, 0>$The length of longest common subsequence between $X$ and $Y$ is$2$$3$$4$$5$
0 votes
2 answers
25
0 votes
2 answers
26
In a ternary tree, the number of internal nodes of degree $1, 2, $ and $3$ is $4, 3$, and $3$ respectively. The number of leaf nodes in the ternary tree is$9$$10$$11$$12$...
0 votes
1 answer
27
Match $\text{List I}$ with $\text{List II}$ and choose the correct answer from the code given below.$\begin{array} {clcl} & \textbf{List I} & & \textbf{List II} \\ & \...
1 votes
2 answers
29
0 votes
0 answers
30
The second smallest of $n$ elements can be found with ____ comparisons in the worst case.$n-1$$\lg \: n$$n + ceil(\lg \: n)-2$$\frac{3n}{2}$