Describe the two levels of testing? List various testing activities?
SIKSHAPATH Latest Questions
What do you mean by Backpropagation in ANN?
List down the names of some popular Activation Functions used in Neural Networks
Question 1 List and explain different types of testing done during the testing phase. Question 2 Analyze the role of testing tools in maintaining the quality of software. Describe the mechanism to select testing tools for software
The theory predicts the proportions of beans in the four groups G1, G2, G3, G4 should be in the ratio 9:3:3:1. In the experiment with 1600 beans the numbers in the four groups were 882, 313, 287 and 118.(Value Given ...Read more
A computer while calculating correlation coefficient between two variables X and Y from 25 pairs of observations obtained the following results : n=25, ∑ X= 125, ∑ X^2=650, ∑ Y=100, ∑ Y^2= 460, ∑ XY =508. If was, however, later ...Read more
How software reverse engineering is helpful in development of software. Discuss in detail?
Calculate the regression coefficients from the following : x: 1 2 3 4 5 6 7 8 y: 3 7 10 12 14 17 20 24 2.State t-test and its applications for small samples. 3.If the regression coefficient are 0.8 and 0.2 , what would be the value of coefficient of correlation?
Analyze the relationship between architectural model, reference model, and reference architecture. Bring out the numerous process recommendations used by an architect while developing software architectures.
Que.What is the time complexity to count the number of elements in the linked list?a.O(n)b.O(1)c.O(n2)d.O(logn)