0% found this document useful (0 votes)
37 views6 pages

Question Bank Fds

FDS

Uploaded by

Arise and Shine
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)
37 views6 pages

Question Bank Fds

FDS

Uploaded by

Arise and Shine
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/ 6

Loyola Institute of Technology and Science

Loyola Nagar, Thovalai – Rajavoor Road, Thovalai Post – 629 302, Kanyakumari District, Tamil Nadu.
Mob : 9244775545 / 55 / 44 / 11, 94431 24568 Website : www.lites.edu.in
e-mail – [email protected] , [email protected], [email protected], [email protected]

Approved by AICTE Affiliated to Anna University Chennai

Learning Questions for Slow Learners


ACADEMIC YEAR 2023 - 2024
Course Code-
: CS3352-FOUNDATIONS OF DATA SCIENCE
Name
Degree-Branch : B.E.-Computer Science and Engineering
Year/Semester : II/III

UNIT 1

PART A( 2 Mark)
1 What is data Cleansing?
2 List the V’s of big data
3 What is the role of data science in business, medical research, healthcare, education,
social media, technology and financial institutions?
4 Mention any 4 common errors that occur in data
5 How can you handle missing values in dataset?
6 List the facets of data with example
7 Briefly explain the architecture of data warehousing
8 What is project charter?
9 Mention the significance of setting goals in data science project
10 Identify the components of data science

PART B( 14 Mark)

1 Briefly explain the architecture of data mining and data warehousing?

2 Explain in detail about Benefits and uses of Data Science?


3 Difference between OLTP vs OLAP?
4 How do you set the research goal, retrieving data and data preparation process in
data science process?

To Produce World Class Engineers & Leaders


Loyola Institute of Technology and Science
Loyola Nagar, Thovalai – Rajavoor Road, Thovalai Post – 629 302, Kanyakumari District, Tamil Nadu.
Mob : 9244775545 / 55 / 44 / 11, 94431 24568 Website : www.lites.edu.in
e-mail – [email protected] , [email protected], [email protected], [email protected]

Approved by AICTE Affiliated to Anna University Chennai

PART C(16 Mark)

1 Explain in detail about Exploratory Data Analysis and Data Preparation?

UNIT 2
PART A (2 Mark)
1 What is frequency distribution?
2 what is grouped frequency distribution?
3 Define percentile ranks?
4 What is frequency polygon?
5 What is interquartile range (IQR)?
6 Differentiate between bar graph and a histogram
7 What is negatively skewed distribution?
8 How will you convert a z-score to original score?
9 What is a normal curve?
10 Compare discrete and continuous variables
PART B (14 Mark)

1 a.Illustrate Relative frequency distributions and Cumulative frequency distributions


of Quantitative and qualitative data with example
b.Discuss about graphs for quantitative data and draw frequency polygon with the
suitable example
2 Illustrate about sample and population Standard Deviation formulas and demonstrate
population Standard Deviation using the given score 13, 10, 11, 7 ,9, 11, 9 and
sample Standard Deviation using the given score 7,3,1,0,4(use computation and
definition formula )
3 A)Explain the types of frequency distribution with examples.
b) Describe mean median mode and averages with example

To Produce World Class Engineers & Leaders


Loyola Institute of Technology and Science
Loyola Nagar, Thovalai – Rajavoor Road, Thovalai Post – 629 302, Kanyakumari District, Tamil Nadu.
Mob : 9244775545 / 55 / 44 / 11, 94431 24568 Website : www.lites.edu.in
e-mail – [email protected] , [email protected], [email protected], [email protected]

Approved by AICTE Affiliated to Anna University Chennai

4 Determine the values of the range and the IQR for the following sets of data.
(a) Retirement ages: 60, 63, 45, 63, 65, 70, 55, 63, 60, 65, 63
(b) Residence changes: 1, 3, 4, 1, 0, 2, 5, 8, 0, 2, 3, 4, 7, 11, 0, 2, 3, 4
PART C (16 Mark)

1 Suppose that the burning times of electric light bulbs approximate a normal curve
with a mean of 1200 hours and a standard deviation of 120 hours. What proportion of
lights burn for
(a)less than 960 hours?
(b)more than 1500 hours?
(c)within 50 hours of the mean?
(d)between 1300 and 1400 hours?
UNIT 3

PART A (2 Mark)
1 What is a correlation coefficient?
2 When does regression fallacy occur?
3 What are the key properties of correlation coefficient r ?
4 What is interpretation of r2 ?
5 What is linear relationship and non-linear relationship?
6 What is causation?
7 What is curvilinear relationship
8 What is restricted range?
9 Compare correlation and regression
10 Define Regression.
PART B (14 Mark)
1 a) Categorize different types of Relationship using Scatter plots with example
b) Compute the formula for correlation coefficient and explain it with an example
2 Explain about regression and explain Least Squares Regression Line with an example

To Produce World Class Engineers & Leaders


Loyola Institute of Technology and Science
Loyola Nagar, Thovalai – Rajavoor Road, Thovalai Post – 629 302, Kanyakumari District, Tamil Nadu.
Mob : 9244775545 / 55 / 44 / 11, 94431 24568 Website : www.lites.edu.in
e-mail – [email protected] , [email protected], [email protected], [email protected]

Approved by AICTE Affiliated to Anna University Chennai

3 How correlation coefficient can be calculated for the quantitative data?


4 Explain in detail about the types of correlation?
PART C(16 Mark)
5 a)Illustrate about interpretation of r2 and multiple regression equations
b)Each of the following pairs represents the number of licensed drivers(X) and the
number of cars (Y) for seven houses in my neighborhood
Drivers(X) Cars(Y)
5 4
5 3
2 2
2 2
3 2
1 1
2 2
a)Determine the least squares equation for these data .(Remember you have to calculate
r,SSy and SSx
b)Determine the standard error of estimate Sy/x given that n=7

UNIT 4
PART A (2 Mark)
1 What is NumPy in python used for?
2 Write the output for the following numpy code?

(i) np.array([3,14,4,2,3])

(ii) np.array([1,2,3,4],dtype=’float32’)

(iii) np.array([range(i,i+3) for i in [2,4,6]])

To Produce World Class Engineers & Leaders


Loyola Institute of Technology and Science
Loyola Nagar, Thovalai – Rajavoor Road, Thovalai Post – 629 302, Kanyakumari District, Tamil Nadu.
Mob : 9244775545 / 55 / 44 / 11, 94431 24568 Website : www.lites.edu.in
e-mail – [email protected] , [email protected], [email protected], [email protected]

Approved by AICTE Affiliated to Anna University Chennai

(iv) np.zeros(10,dtype=int)

(v) np.ones((3,5), dtype=float)

(vi) np.full((3,5),3.14)

(vii) np.arrange(0,20,20)

(viii) np.linespace(0,1,50
3 How a pandas data frame can be constructed?
4 List is mutable. Justify this with suitable example
5 Write the list of aggregate functions of numpy
6 What is universal function?
7 Identify the details maintained by python to store an integer
8 Write python code to create 1D,2D and 3D numpy arrays.
9 What is pivot table?
10 How missing data can be handled in python?

PART B (14 Mark)


1 A)Implement categories of basic array manipulations with examples
b) What is a universal function? Explain clearly each function with examples.
2 a)Implement various computations on arrays using Broadcasting, comparisons, Masks,
and Boolean Logic
b)Explain fancy indexing concepts in Numpy using appropriate example
3 a) Illustrate pandas Data manipulation with example
b) Implement data indexing and selection using example
4 a)Construct the python program using hierarchical indexing in detail?
b) Explain data objects in pandas?
PART C (16 Mark)
1 a) How to handle missing data and illustrate using example?.

To Produce World Class Engineers & Leaders


Loyola Institute of Technology and Science
Loyola Nagar, Thovalai – Rajavoor Road, Thovalai Post – 629 302, Kanyakumari District, Tamil Nadu.
Mob : 9244775545 / 55 / 44 / 11, 94431 24568 Website : www.lites.edu.in
e-mail – [email protected] , [email protected], [email protected], [email protected]

Approved by AICTE Affiliated to Anna University Chennai

b) Implement Aggregation and Grouping using pandas with example

UNIT 5

1 What is purpose of matplotlib?


2 Define contour plots?
3 Write a source code to draw a simple histogram
4 Define surface plot?
5 Mention the significance of subplots?
6 Write the syntax of scatter() method.
7 How to create a 3-D wireframe plot?
8 Write a source code to draw a simple histogram
9 What is the purpose of histogram?
10 How to draw a simple line plot using matplotlib?
PART B (14 Mark)

1 Implement line plots and scatter plots in Matplotlip using example


2 Appraise the following (i)Histogram (ii)Binnings(iii)Density and contour plots with
appropriate python code
3 a)How text and Image annotations are done using Python?.Give an example of your
own with appropriate python code
b)Explain about legends and subplots using python code
4 Demonstrate about 3D plotting? Explain with an example?
PART C (16 Mark)
1 a)Implement python code for Geographic Data with Basemap
b) Illustrate about Visualization with Seaborn using example

To Produce World Class Engineers & Leaders

You might also like