Recent questions tagged non-gate

3 votes
1 answer
664
0 votes
1 answer
667
1 votes
1 answer
670
1 votes
1 answer
671
0 votes
2 answers
672
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'...
0 votes
1 answer
673
8 votes
3 answers
677
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$
0 votes
1 answer
681
Is the value obtained by trapezoidal rule greater than the exact value and also compare the value obtained in the case of simpsons rule.
3 votes
1 answer
682
Contents of A register after the execution of the following 8085 microprocessor program is MVIA, 55 H MVI C, 25 H ADDC DAA 7AH80H50H22H
3 votes
2 answers
684
42 votes
6 answers
685
29 votes
4 answers
687
13 votes
3 answers
690