Highest voted questions in Others

0 votes
1 answer
1382
Linked lists are not suitable data structures for which one of the following problems?Insertion sortBinary searchRadix sortPolynomial manipulation
0 votes
1 answer
1383
The maximum number of binary trees that can be formed with three unlabeled nodes is :$1$$5$$4$$3$
0 votes
0 answers
1385
If $z= \cos \left ( \frac{x}{y} \right ) + \sin\left ( \frac{x}{y} \right )$, then $xz_{x}+yz_{y}$ is equal to _________.$z$$2z$$4z$$0$
0 votes
1 answer
1386
0 votes
1 answer
1387
____________ is used to write a comment in $\text{CSS}$.$\text{/* a comment */}$$\text{/ / a comment / /}$$\text{/ a comment /}$$\text{< ‘a comment’ >}$
0 votes
1 answer
1390
Maintenance testing is performed using which methodology?Breadth test and depth testSanity testingRetestingConfirmation testing
0 votes
1 answer
1391
Which testing is equivalent to Cyclomatic complexity?Black box testingGreen box testingYellow box testingWhite box testing
0 votes
1 answer
1392
The best statement to find out that value of a variable lies in the range $7$ to $10$ or $12$ to $15$ in $\text{C}$ language is :switchwhileforcontinue
0 votes
1 answer
1393
Assembly language ______________.uses mnemonics or alphabetic codes in place of binary numbers used in machine languageis the easiest language to write programsneed not b...
0 votes
1 answer
1394
In a binary tree, the number of internal nodes of degree $1$ is $5$, and the number of nodes of degree $2$ is $10$. The number of leaf nodes in binary tree is:$10$$11$$12...
0 votes
0 answers
1395
Let the random variable $\text{X}$ has a mixed distributions with probability $\text{P(X = 0)} = \alpha,$ and the density function.$$f_{x}(x) = \left\{\begin{matrix} \bet...
0 votes
1 answer
1396
A page fault occurs when:the Deadlock happensthe Segmentation startsthe page is found in the memorythe page is not found in the memory
0 votes
1 answer
1397
Which of the following operator cannot be overloaded?$++$$::$$ \sim $$()$
0 votes
0 answers
1398
In $\text{C}$ language value of $\text{ix+j}$, if $\text{j}$ is of integer type and $\text{ix}$ long type would be:IntegerFloatLong integerDouble precision
0 votes
0 answers
1399
Which of the following is advantage of using $\text{JDBC}$ connection pool?Slow performanceUsing more memoryUsing less memoryBetter performance