A software company tracks the number of hours its employees spend on coding (X) and the corresponding number of bugs they encounter during testing (Y).
(a) Calculate the Pearson correlation coefficient. (b) Find the regression equation of Y on X. (c) Predict the number of bugs encountered if an employee spends 48 hours coding.[10+0]
Descriptive Statistics
1.
A cloud service provider is evaluating the response times of two different server clusters over 10 requests. The company wants to compare the variability in response times between the two clusters. Here are the response times (in milliseconds) for the two clusters. Which cluster has more consistent response times?
The time taken (in seconds) to complete a file transfer operation is recorded for 11 sessions. Calculate the five-number summary and construct a box plot.
100,120,110,115,130,105,125,122,112,108,135
[5]
Diagrammatical and Graphical Presentation of Data
1.
In a survey of 50 IT students, the following programming languages were preferred: Python (20), Java (15), C++ (10), and JavaScript (5). Create a pie chart representing the preferences.[5]
Introduction
1.
Discuss the importance of statistics in the field of information technology.[5]
Introduction to Probability
1.
A database server has a 95% reliability rate. Even if the server does not fail, there is a 5% chance that it will still report an error. If the server reports an error, what is the probability that the server has actually failed?
P(Failure)=0.05,P(False positive)=0.05
[5]
Probability Distributions
1.
A server records the number of requests per minute, which follows a Poisson distribution with a mean of 5 requests per minute. (a) What is the probability that exactly 3 requests occur in a given minute? (b) What is the probability that more than 2 requests will occur?
λ=5
[5]
2.
The resolution time for customer support queries follows a normal distribution with mean 30 minutes and standard deviation 5 minutes. (a) What percentage of queries are resolved in less than 25 minutes? (b) What percentage are resolved between 25 and 35 minutes?
μ=30,σ=5
[5]
Random Variables and Mathematical Expectation
1.
Compute four central moments and hence find the mean, standard deviation, the measure of skewness, and the measure of kurtosis from central moments. Also, comment on the nature of the data.
120,135,150,125,140,160,170,155,165,150
[10]
2.
A tech support team handles the following number of customer queries (X) per hour along with their probabilities. Find the expected number and variance of queries handled per hour.
XP(X)00.1010.2020.3030.2540.15
[5]
Sampling and Sampling Distribution
1.
A sample survey of 80 customers shows that 56 are satisfied with an IT service. Estimate the proportion of satisfied customers in the population with a 95% confidence interval.
n=80,x=56
[5]
2.
Write a short note on: (a) Sampling Error (b) Stratified sampling.[5]