Recent questions tagged ugcnetcse-june2016-paper2

4 votes
1 answer
33
In RDBMS, the constraint that no key attribute (column) may be NULL is referred to as:Referential integrityMulti-valued dependencyEntity integrityFunctional dependency
3 votes
1 answer
34
What is the value returned by the function f given below when n=100?let f(int n) { if (n==0) then return n; else return n+f(n-2); }2550255652205520
4 votes
2 answers
35
3 votes
3 answers
36
4 votes
2 answers
37
Simplified Boolean equation for the following truth table is :$\begin{array}{|c|c|c|c|}\hline x & y & z & F \\ \hline \text{0} & \text{0} & \text{0} & \text{0} \\ \hlin...
4 votes
2 answers
38
3 votes
4 answers
39
Which of the following logic expression is incorrect ?$1 \oplus 0 =1$$1 \oplus 1 \oplus 1=1$$1 \oplus 1 \oplus 0=1$$1 \oplus 1 =0$
7 votes
1 answer
40
A clique in a simple undirected graph is a complete subgraph that is not contained in any larger complete subgraph. How many cliques are there in a graph shown below?2456...
3 votes
2 answers
43
The number of different spanning trees in complete graph, $K_4$ and bipartite graph, $K_{2,2}$ have ____ and ___ respectively.14, 1416, 1416, 414, 4
4 votes
2 answers
44
5 votes
3 answers
47
4 votes
2 answers
48
6 votes
1 answer
49
In a positive edge triggered $J$-$K$ flip flop , if $J$ and $K$ both are high then the output will be ______on the rising edge of the clock :No changeSetResetToggle