You are on page 1of 3

Model Exam - II

Date of Exam 22.01.2024 Time of Examination 1.30PM - 4.30PM


Branch CSE Year & Semester II & III Max. marks : 100

Subject Code CS3352 Subject Name: Foundations of Data Science

Part – A 10*2=20 Marks


Answer all the Questions

1.What is Numpy? List its uses?


2.Write Python code to create 1D,2D and 3D Numpy arrays?
3."List is mutable "- Justify with example?
4.What is Fancyindexing?
5.Define Pandas?
6.Define data visualization?
7. What are the features of Matplotlib?
8. Define Histogram?
9. Define Basemap tool kit& seaborn Module?
10.What is density plot , pair plots and subplots?

Part –B 5*13=65 Marks


Answer all the Questions
11.a) Explain about indexing and slicing operations of Numpy Arrays.
(OR)
b) Discuss the array aggregation operations of numpy arrays with example.
12. a) Explain in detail about the fancy indexing in numpy arrays.
(OR)
b) What are the ufuncs in python? Explain with example.
13. a)Extract from the array np.array([3,4,6,10,24,89,45,43,46,99,100)] with Boolean masking all the
number
i) Which are not divisible by 3
ii) Which are divisible by 5
iii) Which are divisible by 3 and 5
iv) Which are divisible by 3 and set them to 42.
(OR)
b) Describe about comparison and masking operations.

14. a) Elaborate the error visualization methods in pyplot.

(OR)

b) Expain about concept of subplots and its applications.

15. a) Describe about functions of mpl_tool kit for Geographic data visualization.

(OR)

b).Demonstrate the usage of histograms for data exploration and explain its attributes.

Part – C 1*15=15 Mark


Answer all the Questions.

16. a) Explain about i)Line plots

ii)Scatter plots

iii)Text and Annotation.

(OR)
b) Describe about Hierarchical Indexing.

Prepared By Verified By Approved By

Sign

Name Mrs.P.Maheshwari Mr.S.Prabakaran Dr.M.Vijayakumar

AP/CSE HOD/CSE Principal

You might also like