Python Quiz-2.2

Python Quiz-2.2

University

12 Qs

quiz-placeholder

Similar activities

S5 - Sistemas Inteligentes

S5 - Sistemas Inteligentes

University

10 Qs

IDS TAE-III

IDS TAE-III

University

9 Qs

Workshop_2

Workshop_2

University

10 Qs

Responsi Modul 1 Praktikum PCD

Responsi Modul 1 Praktikum PCD

University

11 Qs

Bar Matplotlip

Bar Matplotlip

University

15 Qs

Arsitektur Data

Arsitektur Data

University

15 Qs

Seatwork in Data Visualization

Seatwork in Data Visualization

University

10 Qs

Data Analytics using Python - Quiz 2

Data Analytics using Python - Quiz 2

University

15 Qs

Python Quiz-2.2

Python Quiz-2.2

Assessment

Quiz

Computers

University

Medium

Created by

Rahul Mahato

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To add a title in the chart we use the function?

title("title of the chart")

plt.title("title of the chart")

plt.title(title of the chart)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code should we use to display our graphs?

plt.display()

plt.graph()

plt.show()

plt.chart()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pyplot is also a python library?

False

True

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is an example of a ___________.

Scatter Chart

Bar Graph

Line Graph

Pie Chart

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can use matplotlib without installing the library.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a chart, pyplot provides

create()

plot()

chart()

figure()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To display histogram with well-defined edge we can write

df.plot( type = ‘hist’, edge = ‘red’)

df.plot( type = ‘hist’, line = ‘red’)

df.plot( type = ‘hist’, edgecolor = ‘red’)

df.plot(type = ‘hist’, linecolor = ‘red’)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?