Attempt any Eight questions.
[8*5=40]
4.
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]
5.
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] 6.
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] 7.
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] 8.
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] 9.
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] 10.
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] 11.
Discuss the importance of statistics in the field of information technology. [5]
12.
Write a short note on: (a) Sampling Error (b) Stratified sampling. [5]