Recent questions tagged ugcnetsep2013ii

2 votes
2 answers
2
1 votes
2 answers
6
1 votes
2 answers
7
Match the following $:$$\begin{array}{} & \textbf{List – I} && \textbf{List – II} \\ & \textbf{Process state} && \textbf{Reason for transition}\\ & \textbf{transiti...
1 votes
2 answers
8
1 votes
2 answers
10
Cross_tab displays permit users to view ____ of multidimensional data at a time.One dimensionTwo dimensionsThree dimensionsMultidimensions
1 votes
2 answers
11
1 votes
2 answers
12
Views are useful for ____ unwanted information, and for collecting together information from more than one relation into a single view.HidingDeletingHighlightingAll of th...
2 votes
1 answer
13
1 votes
1 answer
14
Usage of Preemption and Transaction Rollback prevents _____.Unauthorized usage of data fileDeadlock situationData manipulationFile pre-emption
1 votes
3 answers
15
Consider the following program segment:d=0; for(i=1; i<31, ++i) for (j=1; j < 31; ++j) for (k=1; k < 31; ++k) if((i+j+k%3)==0)) d=d+1; printf(“%d”, d);The output will...
1 votes
1 answer
17
What is the output of the following program segment?sum(n) { if (n<1) return n; else return (n+sum(n-1)); } main() { printf(&ldquo;%d&rdquo;, sum(5)); }10161514
1 votes
2 answers
18
What is the size of the following union? Assume that the size of int=2, size of float =4, size of char=1union tag { int a; float b; char c; };2417
1 votes
1 answer
20
1 votes
1 answer
24
Match the following identities/laws to their corresponding name $:$$\begin{array}{} \text{(a)} & \text{x+x = x} & \text{i.} & \text{Dominance} \\ & \text{x $\cdot$x = x}...
2 votes
1 answer
25
The quantification $\exists ! x P(x)$ denotes the proposition “There exists a unique x such that P(x) is true”, express he quantification using universal and existent...
2 votes
2 answers
26
Which one of the following set of gates is best suited for &lsquo;parity&rsquo; checking and &lsquo;parity&rsquo; generation?AND, OR, NOTNAND, NOREX-OR, EX-NORNone of the...
3 votes
1 answer
27
A simple graph G with n vertices is connected if the graph has(n-1)(n-2)/2 edgesmore than (n-1) (n-2)/2 edgesless than (n-1) (n-2)/2 edges$\Sigma_{i=1}^k C(n_i, 2)$ edges...
1 votes
1 answer
29
Find the number of ways to paint 12 offices so that 3 of them will be green, 2 of them pink, 2 of them yellow and the rest ones white.55,4401,66,3204.790E+0839,91,680