SET 1:
1.Create a full array, array of zeros and ones.
(Or)
Write a program to fetch first 5 records from file ‘student.csv’.
2.Write a program to create a scatter plot.
3.Write a program to display a gray scale image.
SET 2
1.Create a 2 D array and find the minimum and maximum of array
element.
(Or)
Write a program to fetch last 5 records from csv file.
2.Write a program to create a line plot.
3.Write a program to crop an image.
Refer book
SET 3
1.Create two 1 D array and do all the arithmetic operations.
(Or)
Write a program to fetch the rows indexed from 1-5.
2.Write a program to create a bar chart.
4.Write a program to replicate an image.
Refer book
SET 4
1 .Create 1 D array and find the mean, median and mode.
or
Write a program to fetch the name and marks columns from the file
‘student.csv’.
2.Write a program to create a histogram.
4.Write a program to black out the face of the man
Refer book
SET 5
1.Create an array and sort an array.
(or)
Write a program to sort the records based on name column from file
‘student.csv’.
2.Write a program to create a box plot.
3. Write a program to crop an image.
Refer book
SET 6
1.Create an array of random integers with 3 rows and 3 columns.
or
Write a program a drop a record from the file ‘student.csv’.
2. Write a program to create a scatter plot.
3. Write a program to display a gray scale image.