Recent questions tagged out-of-gate-syllabus

0 votes
1 answer
1
0 votes
0 answers
3
0 votes
1 answer
4
0 votes
0 answers
5
0 votes
0 answers
6
0 votes
0 answers
7
0 votes
0 answers
8
Use Bisection method to find the root of the following equation with tolerance 0.001.$x^4 - 2x^3 - 4x^2 + 4x + 4 = 0$$x^3 – e^x + sin(x) = 0$
0 votes
0 answers
9
1 votes
1 answer
16
Consider the following well-formed formula:$\exists x \forall y [ \neg \: \exists z [ p (y, z) \wedge p (z, y) ] \equiv p(x,y)]$Express the above well-formed formula in c...
7 votes
3 answers
17
1 votes
1 answer
18
2 votes
0 answers
19
1 votes
0 answers
20
0 votes
1 answer
23
Write a LISP function to compute the product of all the numbers in a list. Assume that the list contains only number.
0 votes
0 answers
24
0 votes
0 answers
25
Which of the following features are available in Ada?procedures, monitors, packages, common statement, goto statement, generic unit tasks, backtracking, recursion, except...
0 votes
0 answers
28
Give one property of the field of real numbers which no longer holds when we compute using finite-precision floating point numbers.
1 votes
0 answers
29
If the transportation problem is solved using some version of the simplex algorithm, under what condition will the solution always have integer values?