CS3352 FDS QB
CS3352 FDS QB
UNIT- 1 INTRODUCTION
PART-A
PART-B
PART-A
1. Define qualitative data.
2. What is quantitative data?
3. What is nominal data?
4. Describe ordinal data.
5. What is an interval data?
6. What do you mean observational study?
7. What is frequency distribution?
8. What is cumulative frequency?
9. Explain histogram.
10. What is goal of variability
11. How to calculate range?
12. What is independent variable?
13. Explain frequency polygon.
14. What is steam and leaf diagram?
15. Define mean, median, mode in averages.
PART-B
PART - A
1. What is correlation?
2. Write the types of correlation.
3. What is coefficient of correlation?
4. Define positive and negative correlation.
5. What is cause and effect relationship?
6. Explain advantages and disadvantages of scatter diagram.
7. What is regression problem?
8. Define linear and nonlinear regression,
9. What are assumptions of regression?
10. What is regression analysis used for?
11. What are the types of regressions?
12. What do you mean by least square method?
13. What is correlation analysis?
14. Write the characteristic of R-Square.
15. What is multiple regression equations?
PART- B
1. Explain in detail about correlation and also explain the types of correlation
2. Discuss in detail about scatter plots and define the construction and also explain scatter
plot relationships.
3. Briefly explain correlation co-efficient for quantitative data.
4. i) Calculate coefficient of correlation from the following data.
X 12 9 8 10 11 13 7
Y 14 8 6 9 11 12 3
X Y
4 390
9 580
10 650
14 730
4 410
7 530
12 600
22 790
1 350
3 400
8 590
11 640
5 450
6 520
10 690
11 690
16 770
13 700
13 730
10 640
UNIT- 4 PYTHON LIBRARIES FOR DATA WRANGLING
PART-A
PART-B
1. What is data Wrangling? Explain iterative steps of data wrangling.
2. Discuss the following
I. Introduction to python programming
II. Features of python programming
III. Advantages and disadvantages of python programming
3. .What is numpy and explain the basics of numpy arrays.
4. Define computations on arrays with numpy ufuncs and explain the types of numpy
ufuncs with example.
5. Discuss the following types:
I. Comparison
II. Mask
III. Boolean logic
6. Explain structured arrays with example programs and write the method of structure
creation.
7. Discuss data manipulation with pandas and how to define the data frame with duplicate
data.
8. Explain various types of data manipulation with pandas.
9. Explain in detail aggregation and grouping.
10. Explain pivot tables and write the syntax of pivot table function and also create a data
frame with the use of pivot table.
UNIT- 5 DATA VISUALIZATION
PART- A
1. What is data visualization?
2. Which concept is used in data visualization?
3. List the benefits of data visualization.
4. Why big data visualization is important ?
5. How to saving work to disk?
6. Explain Matplotlib.
7. Write the four important parameters that use with annotate().
8. What is counter plot?
9. Explain legends.
10. What is subplots?
11. What is use of tick?
12. Describe in short Basemap.
13. What is Seaborn ?
14. Write the example of objects in basemap.
15. Write the Difference between matplotlib and seaborn
PART-B