Data Science and It’s Applications 21AD62
Module 1: INTRODUCTION
Theory Questions
1. What is data science? Explain Data pre-processing steps involved in Data
Science.
2. Explain exploratory data analysis (EDA).
3. Explain the need of linear algebra for data analysis.
4. What is Matplotlib ? Write Python program to plot Line chart by assuming your
own data and explain the various attributes of line chart.
5. What is statistics? Explain the need of Descriptive Statistics in Data analysis with
suitable examples.
6. Illustrate Simpson’s paradox with an example.
7. Describe Bayes’ theorem in details with an example.
8. Explain correlation and describe the impact of outlier on correlation and Describe
the statement “correlation is not causation” with an example in detail
9. Explain continuous and normal distribution with examples.
10. Illustrate central limit theorem with a neat diagram.
11. Discuss random variables with an example in detail.
12. Explain standard deviation and interquartile range and write python code to
compute standard deviation and interquartile range.
13. Explain quantile and write the python code to compute quantiles.
14. Describe dispersion and variance and write the python code to compute the
variance.
Additional Programs
1. Write Python program to plot bar chart by assuming your own data and explan in
the various attributes of bar chart.
2. Write Python program to plot Scatterplot by assuming your own data and explain
the various attributes of Scatterplot.
3. Describe the equation and write the code to compute the distance between two
Vectors.
4. Write a function to create a matrix given its shape and a function for generating
its elements. Then use the function to generate to 5 x 5 identity matrix.
5. Write Python program to add two vectors and multiply a vector by a scalar
6. Write Python program to plot histogram by assuming your own data and explain
the various attributes of histogram.
1
Page
7. Write Python Program to computer a vector’s sum of square and use it to
Compute its magnitude.
Dept. of CSE (AI&ML), Sai Vidya Institute of Technology, Rajanukunte, Bangalore