Recent questions tagged nielit2016dec-scientistb-it

0 votes
1 answer
1
1 votes
3 answers
2
0 votes
1 answer
6
0 votes
1 answer
7
What is the type of the algorithm used in solving the $4$ Queens problem?GreedyBranch and BoundDynamicBacktracking
1 votes
4 answers
8
0 votes
1 answer
9
2 votes
2 answers
10
3 votes
2 answers
12
4 votes
1 answer
13
0 votes
2 answers
14
Normalization from which is based on transitive dependency is classified as:First normal form.Second normal form.Fourth normal form.Third normal form.
4 votes
4 answers
15
A ________ is a linear list in which insertions and deletions are made to from either end of the structure.Circular queue.Priority queue.Stack.Dequeue.
2 votes
1 answer
16
The recurrence relation capturing the optimal execution time of the Towers of Hanoi problem with $n$ discs is:$T(n)=2T(n-2)+2$$T(n)=2T(n/2)+1$$T(n)=2T(n-1)+n$$T(n)=2T(n-1...
3 votes
2 answers
17
Which of the following is the correct order of evaluation for the below expression? $z=x+y^*z/4\%2-1$$^*/\%+-=$$=^*/\%+-$$/^*\%-+=$$^*\% /-+=$
2 votes
1 answer
18
Which of the following is a fundamental operation in relational algebra?Set intersectionAssignmentNatural JoinNone of the above
0 votes
1 answer
20
0 votes
1 answer
22
2 votes
1 answer
25
3 votes
3 answers
26
5 votes
2 answers
27
Complexity of Kruskal's algorithm for finding minimum spanning tree of an undirected graph containing $n$ vertices and $m$ edges if the edges are sorted is:$O(mn)$$O(m)$$...
0 votes
2 answers
29
3 votes
1 answer
30