Recent questions tagged ugcnetcse-june2007-paper2

1 votes
1 answer
1
The following determiniotic finite automata recognizes:Set of all strings containing $’ab’$Set of all strings containing $’aab’$Set of all strings ending in $’a...
0 votes
0 answers
2
Depth ion travels of the following directed graph is:$\text{A B C D E F}$$\text{A B D E F C}$$\text{A C E B D F}$None of the above
0 votes
0 answers
3
The maximum number of nodes in a binary tree of depth $10$:$1024$ $2^{10}-1$ $1000$None of the above
1 votes
1 answer
4
0 votes
1 answer
5
Which of the following language is regular:$L=${${a^{n}b^{n}|n\geq 1}$}$L=${${a^{n}b^{m}c^{n}d^{m}|n,m\geq 1}$}$L=${${a^{n}b^{m}|n,m\geq 1}$}$L=${${a^{n}b^{m}c^{n}|n,m\ge...
0 votes
1 answer
6
0 votes
0 answers
7
Which of the following expression remove hazard form : $xy+z \bar{x}$?$xy+z \bar{x}$$xy+z \bar{x}$$xy+z \bar{x}+yz$$xy+z \bar{x}+wz$
0 votes
1 answer
8
How many $1$’s are present in the binary representation of $15\times 256+5\times 16+3$:$8$$9$$10$$11$
0 votes
2 answers
9
If $A\oplus B=C,$ then:$A\oplus C=B$$B\oplus C=A$$A\oplus B\oplus C=1$$A\oplus B\oplus C=0$
0 votes
2 answers
10
What is the maximum counting speed of a $4$-bit binary counter which is composed of Flip-Flop with a propagation delay of $25\:ns$?$1 \text{MHz}$$10 \text{MHz}$$100 \text...
0 votes
2 answers
11
The following loop in $’C’$:int i=0; while (i++<0)i ;will terminatewill go into an infinite loopwill give compilation errorwill never be executed
0 votes
2 answers
12
0 votes
1 answer
13
What keyboard in class specification helps to hide data:PublicPrivateStaticVoid
3 votes
4 answers
14
What is the output of the following $\text{’C’}$ program?main() { printf(“%x”,-1>>4); }$\text{ffff}$$\text{0fff}$$\text{0000}$$\text{fff0}$
0 votes
1 answer
15
Runtime polymorphism can be achieved by:Accessing virtual function through the pointer of the base classAccessing virtual function through the objectThe derived classNone...
0 votes
2 answers
16
0 votes
1 answer
17
A recursive foreign key is a :references a relationreferences a tablereferences its own relationreferences a foreign key
0 votes
1 answer
18
A subclass having more than one super class is called:CategoryClassificationCombinationPartial Participation
0 votes
1 answer
19
0 votes
3 answers
21
The time required to find the shortest path in a graph with $n$ vertices and $e$ edges is:$O(e)$$O(n)$$O(e^{2})$$O(n^{2})$
0 votes
0 answers
22
Pre order is also known as:Depth first orderBreadth first orderTopological orderLinear order
0 votes
0 answers
23
The equivalent postfix express for $d/(e+f)+b*c$ is :$defbc/++$$def+/bc+*$$def+/bc*+$None of these
0 votes
0 answers
24
Which algorithm has some average, worst case and best case time:Binary searchMaximum of $n$ numbersQuick sortFibonacci search
0 votes
1 answer
25
Application of data structure is queue is:Level wise printing of tree.Implementation of priority queues.Function call implementationDepth first search in a graph.
0 votes
0 answers
26
In case of Bus/Tree topology signal balancing issue is overcome by:Strong Transmitter PollingSegmentationModulation
0 votes
1 answer
27
Which of the following techniques are used to control data flow?WindowingRouting$\text{RPCs}$Buffering $1,4$$2,3,4$$1,3,4$$1,2,3,4$
1 votes
0 answers
28
$\text{TDM}$ is _____.A primary /secondary type protocolA peer/peer protocolA Non-priority peer/peer protocolA priority type protocol
0 votes
1 answer
29
What services does the Internet Layer provide?Quality of serviceRoutingAddressingConnection-oriented deliveryFramming bits $1,2,3$$2,3,4$$1,3,4,5$$2,3,4,5$
0 votes
0 answers
30
Which of the following protocols is used to prevent looping?$\text{OSPF}$Spanning tree$\text{SRB}$Fragment free switching