Charts - MCQ

Charts - MCQ

12th Grade

5 Qs

quiz-placeholder

Similar activities

065. Extra Help

065. Extra Help

9th - 12th Grade

9 Qs

Spreadsheet Chart

Spreadsheet Chart

10th - 12th Grade

10 Qs

DAVI Seaborn

DAVI Seaborn

12th Grade

8 Qs

Plotting with pyplot

Plotting with pyplot

12th Grade

10 Qs

Python Pandas/MatPlotLib

Python Pandas/MatPlotLib

12th Grade

9 Qs

Data Visualization

Data Visualization

11th - 12th Grade

10 Qs

Data visualization

Data visualization

5th - 12th Grade

6 Qs

Data Visualization using pyplots

Data Visualization using pyplots

12th Grade

9 Qs

Charts - MCQ

Charts - MCQ

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Aswathy Krishnakumar

Used 10+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ............ is a summarisation tool for discrete or continuous data.

histogram

line

bar

pie

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The plot which tells the trend between two graphed variables is the ............... graph/chart.

line

bar

pie

histogram

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid plotting function of pyplot?

plot()

line()

bar()

pie()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The part of chart which identifies different sets of data plotted on plot by using different colours is called .......

title

legends

axes

figure

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an incorrect example of savefig() function.

plt.savefig("bar1.pdf")

plt.savefig("bar1.png")

plt.savefig("bar1.eps")

plt.savefig("bar1.ppt")