Questions

2 Marks Each

🎯

Test yourself on this topic

7 questions · timed · auto-graded

Question 12 Marks
Write a python program to make the pie chart from the given data:

labels = ['Oxygen','Hydrogen','Carbon_Dioxide','Nitrogen']

values = [4500,2500,1053,500]

View full question & answer
Question 22 Marks
Write a python program to draw the bar chart for the given data: month = ['January', 'February', 'March', 'April', 'May',
'June', 'July', 'August', 'September', 'October', 'November', 'December']

Avetmp=[9.0,15.0,22.0,30.4,36.7,40.8,42.7,45.6,44.7,42.8,38.5,30.7,7.0]

View full question & answer
Question 32 Marks
Write a python program to accept a list for the user and create another list which will double of x list. Create the line chart for the same.
View full question & answer
Question 42 Marks
Write a Python programming to display a bar chart on the popularity of Programming Languages.

Sample data:

Programming languages: Java, Python, PHP, JavaScript, C#, C++ Popularity: 22.2, 17.6, 8.8, 8, 7.7, 6.7

View full question & answer
Question 52 Marks
Mr Sharma is working with a Marketing company, and his boss wants to do a comparative study that the sales target done by all males and all females in one week. Write a python program to prepare a line chart. The program will read the combine sales of males and females from the user in a list.
View full question & answer
Question 62 Marks
Write a Python program to plot the score of 2 players in one over on same plot with suitable legends of each line.
View full question & answer
Question 72 Marks
Write a Python program to draw a line using given axis values with suitable label in the x axis , y axis and a title.
View full question & answer
2 Marks Each - Computer Science STD 12 Humanities Questions - Vidyadip