Highest voted questions in Non GATE

8 votes
3 answers
21
The following definite integral evaluates to$$\int_{-\infty}^{0} e^ {-\left(\frac{x^2}{20} \right )}dx$$$\frac{1}{2}$$\pi \sqrt{10}$$\sqrt{10}$$\pi$
7 votes
3 answers
23
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...
7 votes
2 answers
25
The conic section that is obtained when a right circular cone is cut through a plane that is parallel to the side of the cone is called _____parabolahyperpolacircleellips...
7 votes
2 answers
26
In HTML, which of the following can be considered a container?<SELECT><Value><INPUT><BODY>
7 votes
2 answers
27
Find the output of the following Java code line System.out.printIn(math.floor(-7.4))-7-8-7.4-7.0
7 votes
2 answers
28
Alpha and Beta testing are forms ofAcceptance testingIntegration testingSystem testingUnit testing
7 votes
2 answers
29
7 votes
3 answers
30
If the frame buffer has 8 bits per pixel and 8 bits are allocated for each of the $R, G, B$ components, what would be the size of the lookup table?$24$ bytes$1024$ bytes$...
7 votes
2 answers
32
Which one of the following is not a client-server application?Internet chatWeb browsingE-mailPing
7 votes
1 answer
34
The bisection method is applied to compute a zero of the function $f(x) =x ^{4} – x ^{3} – x ^{2} – 4$ in the interval [1,9]. The method converges to a solution aft...
6 votes
1 answer
35
Which product metric gives the measure of the average length of words and sentence in documents?SCI numberCyclomatic complexityLOCFog index
6 votes
2 answers
36
Capability maturity Model (CMM) is the methodology todevelop and refine an organization's software development processdevelop the softwaretest the softwareAll of the abov...
6 votes
1 answer
37
A web client sends a request to a web server. The web server transmits a program to that client ans is executed at client. It creates a web document. What are such web do...
6 votes
3 answers
38
Consider the following pseudo- codewhile (m<n) if (x>y ) and (a<b) then a=a+1 y=y-1 end if m=m+1 end whileWhat is cyclomatic complexity of the above pseudo -code?2345
6 votes
2 answers
39
Warnier Diagram enables the analyst to representClass structureInformation HierarchyData FlowState Transition
6 votes
2 answers
40
Black Box Software Testing method focuses on theBoundary condition of the softwareControl structure of the softwareFunctional requirement of the softwareIndependent paths...