Recent questions tagged ugcnetcse-dec2006-paper2

0 votes
1 answer
1
Which of the regular expressions corresponds to this grammar ?$S → AB/AS, A → a/aA, B → b$$aa^*b^+$$aa^*b$$(ab)^*$$a(ab)^*$
1 votes
2 answers
3
The number of edges in a complete graph with $N$ vertices is equal to :$N (N−1)$$2N−1$$N−1$$N(N−1)/2$
0 votes
0 answers
4
0 votes
0 answers
5
If $(a^2−b^2)$ is a prime number where a and b $\in$ N, then :$a^2−b^2=3$$a^2−b^2=a−b$$a^2−b^2=a+b$$a^2−b^2=5$
0 votes
1 answer
6
1 votes
0 answers
7
0 votes
1 answer
8
0 votes
1 answer
9
The characteristic equation of the $\text{D}$ flip-flop is : $\text{Q=D}$$\text{Q=1}$$\text{Q=0}$
0 votes
0 answers
10
Which of the following logic is the fastest ?$\text{RTL}$$\text{ECL}$$\text{HTL}$$\text{HCL}$
0 votes
1 answer
11
When a function is recursively called, all automatic variables :are initialized during each execution of the functionare retained from the last executionare maintained in...
0 votes
0 answers
12
Enumeration variables can be used in :search statement like an integer variablebreak statementpreprocessor commandsfunction statement
1 votes
0 answers
13
int arr[ ]={1, 2, 3, 4} int count; incr( ) {return ++count;} main( ) { arr[count++]=incr( ); printf(“arr[count]=%d\n”, arr[count]); }The value printed by the above pr...
1 votes
1 answer
15
The declaration “unsigned u” indicates :u is an unsigned characteru is an unsigned integeru is a characteru is a string
0 votes
1 answer
19
Which of the following tools is not required during system analysis phase of system development life cycle ?Case toolRAD toolReverse engineeringNone of these
1 votes
1 answer
20
0 votes
1 answer
21
0 votes
1 answer
22
1 votes
2 answers
23
What is the time required to insert an element in a stack with linked implementation ?$O (\log_2 n)$$O (n)$$O (n\log_2 n)$$O (1)$
0 votes
2 answers
24
The equivalent postfix expression for $d{\large /}(e+f)+b*c$ :$defbc/++*$$def+/bc+*$$def+/bc*+$None of these
0 votes
1 answer
25
Which one of the following is a physical data structure ?ArrayLinked listsStacksTables
0 votes
1 answer
26
0 votes
1 answer
27
A $10\:\text{BASE-}2$ network is limited to :$20$ bytes per data field$30$ stations per segment$40$ segments$50$ feet of cable
0 votes
2 answers
29
0 votes
0 answers
30