1 votes
2
_________ do not take their decisions on measurements or estimates of the current traffic and topology.Static algorithmsAdaptive algorithmsNon-Adaptive algorithmsRecursiv...
5 votes
3
7 votes
4
How many Binary Max-Heaps can be constructed from the elements {1,1,2,2,3,3,4,4} ?
2 votes
6
A $S$-$R$ flip flop with a clock input can be converted to a $’D’$ flip flop using :Two invertersthe flip flop outputs ($Q$&$\bar{Q}$) connected to its inputs ($S$&$R...
1 votes
7
For the identity $AB + A' C + BC = AB + A' C$, the dual form is$(A+B) (A'+C)(B+C)= (A+B)(A'+C)$$(A'+ B') ( A' + C') (B'+C')= (A'+ B') (A +C')$$(A+B) (A'+C) (B+C) = (A'+ B...
1 votes
8
For the switch circuit, taking open as 0 and closed as 1, the expression for the circuit is $\text{Y}$.$A+ (B+C) D$$A+ BC +D$$A (BC+D)$None of these
3 votes
10
What will be the output?printf("%d",printf("tim"));
1 votes
11
3 votes
12
Match the following $:$$\begin{array}{clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{a}. & \text{Multilevel feedback queue} & \text{i.} & \text{Time-slicin...
5 votes
13
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
14
Cardinality ratio ' string entity set : weak entity set' in their binary identifying relatoinship isone-to-oneone-to-manymany-to-onemany-to-many
4 votes
15
If p->q is true, then the truth value of which of the following can be determined?a)pb)qc)p^qd)p or-q
4 votes
16
Can Someone explain either Tree or Stack method to trace out this recursion ?What is the output of this Program ?
5 votes
17
Consider the following grammar , and test whether the grammar is LL(1) or not.S → 1AB | ∈A → 1AC | 0CB → OSC → 1
0 votes
18
Consider the following grammarE → E+T/TT → T*F/FF → id/(E)Calculate Lead and Last for every Non terminal.
0 votes
20
0 votes
22
NFA can be converted into DFA usingSub set construction methodLazy evaluation methodeither A or Bboth A and B
1 votes
24
In an RS flip-flop, if the S line (Set line) is set high (1) and the R line (Reset line) is set low (0), then the state of the flip-flop isSet to 1Set to 0No change in st...
8 votes
25
What is the equivalent serial schedule for the following transactions? $\text{T}_1 - \text{T}_2 - \text{T}_3$$\text{T}_3 - \text{T}_1 - \text{T}_2$$\text{T}_2 - \text{T}_...
3 votes
26
Consider a B+ tree with order 15, what is the max no of records that can be indexed with 3 levels ?
1 votes
27
5 votes
28
R (A, B, C ,D ,E )F={ A->B, BC- D, D->BC, B->E, B->A }Check whether BD is C.Key or S.key . Also find the candidate key.
1 votes
29
In given graph, i found only a and c as decision points ( 2 outgoing edges) . Hence cyclomatic complexity is 3. Am i correct?
3 votes
30
R ( A, B, C, D)A & B are the candidate keys .what are the possible Super keys and there no ..??