3710214_merged
3710214_merged
3710214_merged
Rationale:
Content:
Reference Books:
Course Outcome:
List of Experiments:
1. Analyze the concpt of randomization. Implement a program in a language that supports graphics to
Push the balls from left and right allowing random movement and then let them fall in rectangle
bins.Show graphically how they form curve
2. Consider that there are two parties party1 and party2 contesting for elections. Consider candidate
from either party1 or party2. Consider voting population and ask them about their likelihood to vote
for the candidate from party1. Now Ask the population again to show their likelihood for candidate
after candidate gives speech. Now again rate the candidate through voting population. Implement a
program to do this. Use WEKA tool to simulate this.
3. Write a program that takes two inputs- size of the house(no of rooms) and location of the house and
accordingly give price of the house. Classify the house as very costly,costly,affordable,cheap.
4. Consider website of your institute. Represent the link structure by directed graph. Apply and
implement algorithm to traverse the graph and to reach a faculty's web page in your department
5. Graph theory problem – there are k aircrafts and have to be assigned n flights. The time interval of
ith flight is (ti1,ti2). If the time interval overlaps for the flights the same aircraft cannot be assigned
to both the flights.Vertices of the graph are flights.Two vertices are connected if the corresponding
time intervals overlap. Simulate the problem by applying graph theory. Use simulation tool to
simpulate or programming language to implement graph
Seat No./Enrolment No.___________
2
Seat No.: ________ Enrolment No.___________
Q.1 (a) The length of time, in minutes, that a customer queues in a Post Office is a 07
random variable T ,with probability density function
2
𝑓(𝑡) = {𝑐(81 − 𝑡 ) 0 ≤ 𝑡 ≤ 9
0 𝑂𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒
Where c is a constant,
1. Find the value of c.
2. Find cumulative distribution function F(t).
(b) The probability is 0.02 that an item produced by a factory is defective. A 07
shipment of 10,000 items is sent to its warehouse. Find the sum of the expected
number of defective items and the standard deviation.
Q.2 (a) A random variable x has the following probability distribution. 07
X=x -2 -1 0 1 2 3
P(x) 0.1 k 0.2 2k 0.3 k
1
Q.3 (a) The probability of a man hitting a target is 1/3. 07
(i) If he fires 5 times, What is the probability of his hitting the targer at
least twice?
(ii) How many times must he fire so that the probability of his hitting the
target at least once is more than 90%?
(b) Define Vertex coloring and Region coloring. Determine whether the following 07
graphs are isomorphic. If yes, justify your answer.
Q.4 (a) From the following resuits, obtain the two regression equations and estimate the 07
yield when the rainfall is 29 cm and the rainfall, when the yield is 600 kg:
Yield in kg Rainfall in cm
Mean 508.4 26.7
Standard Deviation 36.8 4.6
The coefficient of correlation between yield and rainfall is 0.52.
(b) Describe each layers of OSI model in computer networks. 07
OR
Q.4 (a) The following data represents rainfall(x) and yield of paddy per hectare (y) in a 07
particular area. Find the linear regression of x on y.
x 113 102 95 120 140 130 125
y 1.8 1.5 1.3 1.9 1.1 2.0 1.7
(b) Describe how mathematics is significant to machine learning. 07
Q.5 (a) Explain Spiral model and Prototype model of software engineering and which 07
model among these two is better? Justify your answer.
(b) Discuss the use of probability distribution in computer vision. 07
OR
Q.5 (a) Discuss the use of probability distribution in Bioinformatics. 07
(b) What is Operating system? Explain any three types of operating system in details. 07
*************
2
Seat No.: ________ Enrolment No.___________
1
4 people named as A B C and D are being investigated. Only one person is telling
the
truth. From the statements of these 4 find out who is the thief.
1) A says “ I ‘m not the thief”
2) B says “ A is the thief”
3) C says “ I ‘m not the thief”
4) D says “ B is the thief”.
(b) What is the role of Modular arithmetic in Computer security? State and prove 07
Fermat’s theorem and it’s application in Computer security
OR
Q.4 (a) Find the value of c and CDF of x if a Random variable X has the PDF f(x) given 07
by
f(x) = cx, x>0
0, x<=0
(b) List and explain the metrics to evaluate Machine Learning Application 07
algorithms
Q.5 (a) Write a short note on mathematics used in computer architecture 07
(b) Write a short note on computer vision. List mathematics used in computer vision. 07
OR
Q.5 (a) Explain application of mathematics in the field of software engineering 07
(b) Write a short note on mathematical tools of Soft Computing. 07
*************
2
Seat No.: ________ Enrolment No.___________
(b) Each sample of water has a 10% chance of containing a particular organic 07
pollutant. Assume that the samples are independent with regard to the presence
of the pollutant. Find the probability that the next 18 samples,
1) exactly 2 samples contain the pollutant
2) at least 4 samples contain the pollutant
OR
(b) A certain lottery works by picking 6 numbers from 1 to 49. It costs $1.00 to 07
play the lottery, and if you win, you win $2 million after taxes.
1) If you play the lottery once, what are your expected winnings or losses?
2) If you play the lottery every week for 10 years, what are your expected
winnings or losses?
Q.3 (a) What is the significance of building a model? Explain the problem of model 07
over-fitting. How to avoid over-fitting problem?
(b) What is data mining? Explain the role of probability in data mining. 07
Also, explain what is support and confidence in data mining?
OR
Q.3 (a) Write down the steps of PCA algorithm. Explain each step in brief. 07
(b) How mathematical concepts are being used to implement security 07
algorithms? Explain in detail.
Q.4 (a) Explain any three Scheduling algorithm of operating system. 07
1
(b) Define isomorphism in graph theory. List out several applications of 07
isomorphism. Also prove that the given graphs are isomorphic.
OR
Q.4 (a) Write short notes on how mathematics is useful in computer vision. 07
(b) Define planer graph. List out the properties of Planar Graphs. Prove that 07
complete graph K4 is planar.
Q.5 (a) Explain Permutations with Repetition with the help of example. If there are 4 07
chocolate chips, 2 oatmeal, and 2 double chocolate cookies in a box, in how
many different orders is it possible to eat all of these cookies?
(b) Suppose that a day’s production of 850 manufactured parts contains 50 parts 07
that do not conform to customer requirements. Two parts are selected at
random, without replacement, from the batch. Let the random variable X equal
the number of nonconforming parts in the sample. What is the cumulative
distribution function of X? Also plot the graph of cumulative distribution
function of X.
OR
Q.5 (a) Explain Combination without Repetition with the help of example. In a bucket 07
there are 10 balls, every ball is numbered from 1 to 10, if somebody pulls out 3
of this balls randomly, how many combination of could he take.
(b) Define Hamilton Circuit and Hamilton Path. Describe the role of Hamilton 07
Circuit in computer science with example in brief.
*************
2
Seat No.: ________ Enrolment No.___________
Q.1 (a) A manufacturer of watches has determined from experience that 3% of the watches he 03
produces are defective. If a random sample of 300 watches is examined, what is the
probability that, the proportion defective between 0.02 and 0.035.
(b) Define Isomorphic graph. Are the two graphs given in the figure, is isomorphic? 04
(c) Suppose that X is a discrete random variable with the following probability mass 07
function: where 0 ≤ θ ≤ 1 is a parameter. The following 10 independent observations
Graph G Graph H
(b) Assume a random variable X denotes the no of neurons in an experiment on a human 07
brain. If the random variable X takes the values 1, 2, 3 and 4 such that
2P(X=1)=3P(X=2)=P(X=3)=5P(X=4), find the probability distribution function and
cumulative distribution function of X.
OR
(b) A box contains 4 white and 6 black balls. A man draws 2 balls and is given Rs. 140 for 07
every white ball and Rs.70 for every black ball. What is his expectation?
Q.3 (a) A random variable X has the following probability function : 07
X 0 1 2 3 4
P(x) k 3k 5k 7k 9k
Find :1) The value of k 2) P(X<3) and P(0<X<4) 3) The distribution function of x.
1
(b) Explain regression and classification in details. 07
OR
Q.3 (a) Use the following data to find the multiple linear regression 07
(c) List and explain the metrics to evaluate Machine Learning Application algorithms 07
Q.5 (a) Write a short note on mathematical tools of Soft Computing. 07
(b) What is the role of Modular arithmetic in Computer security? State and prove 07
Fermat’s theorem and it’s application in Computer security
OR
Q.5 (a) Explain the problem of over fitting model assessment in details. 07
(b) Explain application of mathematics in the field of software engineering. 07
*************