FDS Model
FDS Model
2 6 3.
11. (i) What is meant Line Plots? Explain in detail Setting up the
1 2
a notebook for plotting and importing the functions Line Plots,
Over-plotting multiple lines, Adjusting the Plot: Line Colors
and Styles, Adjusting the Plot: Axes Limits, Labeling Plots?
(7)
1 (ii) What is meant Text and Annotation? Write syntax for Text
and Annotation and Transforms and Text Position with
example. Write a program for the Example: Effect of Holidays
on US Births. (6)
1 2 (i) Write Python program to plot Line chart by assuming your
own data and explain the various attributes of line chart. (7)
11.
(ii) Summarize the characteristics of NumPy, Pandas, Scikit-
b
2 Learn and matplotlib libraries along with their usage in brief.
(6)
(i) What is meant Simple Scatter Plots? Write a program for
2
Scatter Plots with plt.plot, Demonstration of point numbers,
Combining line and point markers, Customizing line and point
12.
numbers, Scatter Plots with plt.scatter. (7)
a
2 (ii) What is meant Geographic Data with Basemap? Write a
program for Geographic data with output and also explain
2
Map Projections? (6)
(i) What are the various drawing functions? Write any two of
1
function with syntax. (2)
12.
(ii) What are the categories of basic array manipulations?
b
2 Explain in detail about python Numpy programs with output.
(11)
13. (i) What are the Universal Functions? Write the Arithmetic
1
b operators implemented in NumPy operator, universal ufunc
3
and description (5)
1
(ii) Write a syntax for the Comparison Operators as ufuncs
using python Numpy? (2)
1 (iii) Write the syntax for Trigonometric functions using Numpy
and explain Exponents and logarithms using Numpy. (6)
1
(i) What are the Rules of Broadcasting? (2)
(ii) Explain the python syntax for Computation on Arrays
2 using Broadcasting (5)
15.
5 1 (iii) Write python syntax for adding a two-dimensional array
a
to a one-dimensional array with output. (3)
1 (iv)What
(i) Writeisathe
python syntax
use of for Histogram
scatter-plot in data of rainfall in Seattle.
visualization? Can