Charts - MCQ

Charts - MCQ

12th Grade

5 Qs

quiz-placeholder

Similar activities

Excel Basic

Excel Basic

KG - University

10 Qs

Exploring Data Visualization

Exploring Data Visualization

9th Grade - University

10 Qs

Matplotlib Quiz_1

Matplotlib Quiz_1

12th Grade

10 Qs

12cs cha16

12cs cha16

12th Grade

9 Qs

QUIZ DATA SCIENCE

QUIZ DATA SCIENCE

12th Grade

10 Qs

NumPy

NumPy

9th Grade - University

10 Qs

MOAC Excel 2016 Lesson 12

MOAC Excel 2016 Lesson 12

9th - 12th Grade

10 Qs

A1 IIIB - Introducción a Data Science

A1 IIIB - Introducción a Data Science

11th Grade - University

10 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")