Master in Computer Applications is basically a three year programmed, where you are going to be taught various subjects pertaining to computer science, programming and computer applications. The three year course is divided into six semesters, where each semester you have technical papers, as well as laboratory exercises.
In a bolt factory Machines A, B and C manufacture respectively 25, 35 and 40 percent of the total. Out of their total output 5, 4 and 2 percent are defective. A bolt drawn from the procedure at random is found to be defective. What is the probability that it is manufactured by (i) factory A (ii) factory C ?
6. Binomial Probability Calculation
The Probability that a certain kind of component will survive a given shock test is 2/5. Find the probability that exactly three of the next five components tested will survive, using Binomial Distribution.
7. Calculation or Correlation Coefficient
A computer while calculating correlation coefficient between 25 pairs of two variables and x and y, obtained the following constants :
N=25 x = 125 x2 = 650 y = 100 y2 = 460 xy = 508
A recheck showed that the computer has occupied wrongly two pairs (6,14) and (8,6) of values of (x,y) instead of the correct values (8,12) and (6,8) respectively. Obtain the correct value of the correlation coefficient.
Q : A computer while calculating correlation coefficient between 25 pairs of two variables and x and y, obtained the following constants :
N=25 x = 125 x2 = 650 y = 100 y2 = 460 xy = 508
A recheck showed that the computer has occupied wrongly two pairs (6,14) and (8,6) of values of (x,y) instead of the correct values (8,12) and (6,8) respectively. Obtain the correct value of the correlation coefficient.
Q : The Probability that a certain kind of component will survive a given shock test is 2/5. Find the probability that exactly three of the next five components tested will survive, using Binomial Distribution.
In a bolt factory Machines A, B and C manufacture respectively 25, 35 and 40 percent of the total. Out of their total output 5, 4 and 2 percent are defective. A bolt drawn from the procedure at random is found to be defective. What is the probability that it is manufactured by (i) factory A (ii) factory C ?
Ans :
The probability that the BOLT is manufactured by
(i) factory A = 0.36 or 36 %
(ii) factory C = 0.23 or 23 %
( For Detail Calculation see the next table, where Baye’s Theorem Principle has been used )
Pie Chart is the graphical representation of data where shares of different items are shown as Sectors in proportion to their percentage in total share of all the items. Let us calculate the Angles for Different items. Total expense is represented by 360 degree.
3. FORTRAN Program for Mean, Minimum and Maximum Calculation
Write a FORTRAN subroutine MMM that computes the mean, the minimum and the maximum of an array A of N real numbers and prints out the values with suitable messages.
Ans :
It is assumed that the Main or Calling Programs will read the N, the size of the array and values of array A and no read statements are required for N and A(N) in the subroutine MMM .