1 votes
121
What data structure would you most likely see in a non-recursive implementation of a recursive algorithm?Linked ListStack QueueTreeplease explain also
3 votes
122
0 votes
125
A $3\times 3$ matrix $P$ is such that $P^3 =P$.Then the eigenvalues of $P$ are$1,1,1$$1,0.5+j(0.886),0.5-j(0.866)$$1,-0.5+j(0.866),-0.5-j(0.886)$$0,1,-1$
0 votes
126
The number of different matrices that can be formed with elements $0,1,2,3$; each matrix having $4$ elements is$2\times 4^4$$3\times 4^4$$4\times 4^4$$3\times 2^4$
0 votes
127
The system of equations$2x+y=5$$x-3y=-1$$3x+4y=k$is consistent when $k =........$
1 votes
128
6 votes
129
3 votes
130
To add a background color for all <h1 elements, which of the following HTML syntax is usedh1 { background-color :#FFFFFF}{ background-color :#FFFFFF} . h1h1 { background-...
0 votes
131
3 votes
132
Yacc stands foryet accept compiler constructsyet accept compiler compileryet another compiler constructsyet another compiler compiler
5 votes
133
Which one of the following is a top-down parser?Recursive descent parserShift left associative parser$\text{SLR}(k)$ parser$\text{LR}(k)$ parser
0 votes
135
Q.A strictly binary tree with 10 leavesA) cannot have more than 19 nodesB) has exactly 19 nodesC)has exactly 17 nodesD) has exactly 20 nodes
2 votes
136
The 2-input XOR has a high output only when the input values are(a) low(b) high(c) same(d) different
1 votes
137
In networking terminology UTP meansUniquitous teflon portUniformly terminating portUnshielded twisted pairUnshielded T-connector port
0 votes
138
The default subnet mask for a class B network can be$255.255.255.0$$255.0.0.0$$255.255.192.0$$255.255.0.0$
1 votes
139
Which of the following protocol is used for transferring electronic mail messages from one machine to another?TELNETFTPSNMPSMTP
1 votes
140
Which of the following operator(s) cannot be overloaded?.(member Access or Dot operator)?: (ternary or Conditional Operator):: ( Scope Resolution Operator)All of the abov...
3 votes
141
Capability maturity Model (CMM) is the methodology todevelop and refine an organization's software development processdevelop the softwaretest the softwareAll of the abov...
3 votes
142
Which symbol denote derived attributes in ER Model?Double ellipseDashed ellipseSquared ellipseEllipse with attribute name underlined
0 votes
143
What does a data dictionary will identify?Field nameField formatField typesAll of the above
2 votes
147
The problem $\text{3-SAT}$ and $\text{2-SAT}$ are both in $\text{P}$both $\text{NP}$ complete$\text{NP}$-complete and in $\text{P}$ respectivelyundecidable and $\text{NP}...
0 votes
150