Recent questions tagged non-gate

358
views
2 answers
2 votes
main() { int x, y= 100; float *P; P=&y; x=*P; printf("%d", x); }what is output?a) 100b) 1c) 0d) none
660
views
1 answers
0 votes
4.8k
views
2 answers
19 votes
In a data flow diagram, the segment shown below is identified as having transaction flow characteristics, with $p_2$ identified as the transaction centerA first level arc...
3.4k
views
1 answers
3 votes
Given below are several usages of the anchor tag in HTML.<A HREF = "http://www.gate.ac.in/HTML/BASIC/testpage.html">Test Me</A><A HREF = "/BASIC/testpage.html">Test Me</A...
2.1k
views
1 answers
1 votes
Consider an XML file called intro.xml and a document type defintion (DTD) file intro.dtd as follows:intro.xml<?xml version = "1.0"? <!DOCTYPE myMessage SYSTEM "intro.dtd"...
3.8k
views
1 answers
3 votes
If f(l) = 2, f(2) = 4 and f(4) = 16, what is the value of f(3) using Lagrange's interpolation formula?88(1/3)8(2/3)9
1.7k
views
2 answers
0 votes
A software configuration management tool helps inkeeping track of the schedule based on the milestones reachedmaintaining different versions of the configurable itemsmana...
2.7k
views
2 answers
2 votes
A software organization has been assessed at SEI CMM Level 4. Which of the following does the organization need to practice beside Process Change Management and Technolog...
3.4k
views
1 answers
0 votes
The diagram that helps in understanding and representing user requirements for a software project using UML (Unified Modeling Language) isEntity Relationship DiagramDeplo...
1.7k
views
2 answers
2 votes
A software project has four phases P1, P2, P3 and P4. Of these phases, P1 Is the first one and needs to be completed before any other phase can commence. Phases P2 and P3...
1.5k
views
2 answers
2 votes
A software project has four phases P1, P2, P3 and P4. Of these phases, P1 Is the first one and needs to be completed before any other phase can commence. Phases P2 and P3...
1.8k
views
1 answers
1 votes
$x + y/2 = 9$$3x + y = 10$What can be said about the Gauss-Siedel iterative method for solving the above set of linear equations?it will convergeIt will diverseIt will...
1.5k
views
1 answers
1 votes
x + y/2 = 93x + y = 10The value of the Frobenius norm for the above system of equations is$0.5$$0.75$$1.5$$2.0$
1.3k
views
2 answers
0 votes
void swap(float* A1, float* A2) { float temp; if (*A1 = = *A2) return; temp = *A1; *A1 = *A2; *A2 = temp; return; }The program effort for the above module using Halstead'...
1.4k
views
1 answers
0 votes
void swap(float* A1, float* A2) { float temp; if (*A1 = = *A2) return; temp = *A1; *A1 = *A2; *A2 = temp; return; }The program volume for the above module using Halstead'...
739
views
0 answers
0 votes
Consider the following XML DTD describing course information in a university: <!ELEMENT Univ (Course+, Prof+) <!ELEMENT Course (Title, Eval*) <!ATTLIST Course Number ID #...
1.0k
views
1 answers
1 votes
Consider the following structure chart diagram. The boxes have function names embedded in them, while the variables are indicated along the arcs.Given below are a set of ...
4.7k
views
2 answers
6 votes
Match the following concepts and their best possible descriptions. Concept Descriptioni.overloadinga.allows to define a class to have properties of another classii.friend...
5.3k
views
3 answers
8 votes
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$
1.6k
views
1 answers
4 votes
Consider the sequence $\left \langle x_n \right \rangle,\; n \geq 0$ defined by the recurrence relation $x_{n + 1} = c \cdot (x_n)^2 - 2$, where $c 0$.For which of the f...
1.3k
views
2 answers
1 votes
Consider the CPM activity chart where an arc connecting two milestones is labeled with a task identifier and the time taken in days. For example in order to go from A to ...
4.1k
views
1 answers
23 votes
Consider the field $C$ of complex numbers with addition and multiplication. Which of the following form(s) a subfield of $C$ with addition and multiplication?S1: the set...
863
views
1 answers
0 votes
Is the value obtained by trapezoidal rule greater than the exact value and also compare the value obtained in the case of simpsons rule.
6.3k
views
1 answers
3 votes
Contents of A register after the execution of the following 8085 microprocessor program is MVIA, 55 H MVI C, 25 H ADDC DAA 7AH80H50H22H
698
views
0 answers
0 votes
Using the forward Euler method to solve $y’'(t) = f(t), y’(0)=0$ with a step size of $h$, we obtain the following values of $y$ in the first four iterations:$0, hf (0...
12.3k
views
2 answers
3 votes
The Newton-Raphson method is used to find the root of the equation $X^2-2=0$. If the iterations are started from -1, the iterations willconverge to -1converge to $\sqrt{2...
17.8k
views
6 answers
42 votes
A cycle on $n$ vertices is isomorphic to its complement. The value of $n$ is _____.
2.2k
views
1 answers
7 votes
In the Newton-Raphson method, an initial guess of $x_0= 2 $ is made and the sequence $x_0,x_1,x_2\:\dots$ is obtained for the function $$0.75x^3-2x^2-2x+4=0$$Consider the...
11.8k
views
4 answers
29 votes
Which of the following graphs is isomorphic to