Recent questions tagged nielit2016mar-scientistc

2 votes
2 answers
31
A full binary tree with $n$ non-leaf nodes contains$\log_ 2 n$ nodes$n+1$ nodes$2n$ nodes$2n+1$ nodes
2 votes
1 answer
32
Two finite state machines are said to be equivalent if theyhave same number of stateshave same number of edgeshave same number of states and edgesrecognize same set of to...
1 votes
1 answer
33
In networking terminology UTP meansUnshielded Twisted pairUbiquitious Teflon portUniformly Terminating portUnshielded T- connector port
1 votes
1 answer
36
2 votes
1 answer
37
A sequential circuit outputs a $\text{ONE}$ when an even number$(>0)$ of one’s are input; otherwise the output is $\text{ZERO}.$ The minimum number of states required i...
1 votes
2 answers
38
1 votes
3 answers
39
If a clock with time period $“T”$ is used with $n$ stage shift register, then output of final stage will be delayed by$nT$ sec$(n-1)T$ sec$n/T$ sec$(2n-1)T$ sec
1 votes
2 answers
40
If the input $\text{J}$ is connected through $\text{K}$ input of $\text{J-K}$, then flip-flop will behave as a D type flip-flopT type flip-flopS-R flip-flopToggle switch
1 votes
1 answer
41
0 votes
0 answers
42
A stable multivibrator are used as comparator circuitsquaring circuitfrequency to voltage convertervoltage to frequency converter
0 votes
0 answers
43
The astable multivibrator hastwo quasi stable statestwo stable statesone stable and one quasi-stable statenone of these
1 votes
1 answer
44
Which of the following conditions must be met to avoid race around problem?$\Delta t< t_{p}< T$$T>\Delta t t_{p}$$2t_{p}< \Delta t< T$none of these
0 votes
2 answers
45
1 votes
1 answer
49
3 votes
2 answers
51
The most efficient algorithm for finding the number of connected components in a $n$ undirected graph on $n$ vertices and $m$ edges has time complexity$\Theta (n)$$\Theta...
1 votes
2 answers
54
In a circularly linked list organization, insertion of a record involves the modification ofno pointer$1$ pointer$2$ pointers$3$ pointers
2 votes
2 answers
56
The average search time of hashing, with linear probing will be less if the load factoris far less than oneequals oneis far greater than onenone of these
2 votes
1 answer
57
If initialization is a part of declaration of a structure, then storage class can beautomaticregisterstaticanything
2 votes
1 answer
58
1 votes
3 answers
59
In C programming language, if the first and the second operands of operator $+$ are of types int and float, respectively, the result will be of type intfloatcharlong int
1 votes
1 answer
60
What will be the value of $x$ and $y$ after execution of the following statement(C language) n = 5; x = n++; y = -x;$5,-4$$6,-5$$6,-6$$5,-5$