Most viewed questions in Non GATE

8 votes
3 answers
2
Using Newton-Raphson method, a root correct to 3 decimal places of $x^3 - 3x -5 = 0$2.2222.2752.279None of the above
0 votes
1 answer
6
A struct is the same as a class except that(A) there are no member functions.(B) all members are public.(C) cannot be used in inheritance hierarchy.(D) it does have a thi...
3 votes
1 answer
7
Consider a triangle A(0,0), B(1, 1) and C(5, 2). The triangle has to be rotated by an angle of 45$^o$ about the point P(-1, -1). What shall be the coordinates of new tria...
1 votes
1 answer
8
A basic feasible solution of a linear programming problem is said to be ______ if at least one of the basic variable is zerogeneratedegenerateinfeasibleunbounded
2 votes
2 answers
11
Which one of the following is a functional requirement ?MaintainabilityPortabilityRobustnessNone of the mentioned
1 votes
1 answer
12
7 votes
2 answers
13
14 votes
4 answers
14
1 votes
2 answers
15
3 votes
2 answers
16
0 votes
3 answers
17
Match the following items(i) Newton-Raphson(a) Integration(ii) Runge-Kutta(b) Root finding(iii) Gauss-Seidel(c) Ordinary Differential Equations(iv) Simpson's Rule(d) Solu...
4 votes
2 answers
18
Which one of the following statements is FALSE?HTTP runs over TCPHTTP describes the structure of web pagesHTTP allows information to be stored in a URLHTTP can be used to...
30 votes
3 answers
20
Consider the polynomial $p(x) = a_0 + a_1x + a_2x^2 + a_3x^3$ , where $a_i \neq 0$, $\forall i$. The minimum number of multiplications needed to evaluate $p$ on an input ...