0% found this document useful (0 votes)
5 views1 page

Module 1 Theory Questions

The document outlines a curriculum for a Data Science course, covering foundational concepts such as data pre-processing, exploratory data analysis, and the importance of statistics and linear algebra. It includes theoretical questions and practical programming assignments in Python, focusing on data visualization techniques like line charts, bar charts, and scatterplots. Additional topics include statistical concepts like correlation, distributions, and the central limit theorem, along with programming tasks to reinforce these concepts.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Module 1 Theory Questions

The document outlines a curriculum for a Data Science course, covering foundational concepts such as data pre-processing, exploratory data analysis, and the importance of statistics and linear algebra. It includes theoretical questions and practical programming assignments in Python, focusing on data visualization techniques like line charts, bar charts, and scatterplots. Additional topics include statistical concepts like correlation, distributions, and the central limit theorem, along with programming tasks to reinforce these concepts.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like