IEEE workshop quiz 2

IEEE workshop quiz 2

University

5 Qs

quiz-placeholder

Similar activities

CHARTS

CHARTS

KG - Professional Development

10 Qs

KMK PENGGAL 3

KMK PENGGAL 3

University

10 Qs

UAS PPS

UAS PPS

University

10 Qs

Entendendo API e JSON

Entendendo API e JSON

3rd Grade - University

10 Qs

PREGUNTAS DE PROCESO DE LIDERAZGO DE TROPAS

PREGUNTAS DE PROCESO DE LIDERAZGO DE TROPAS

University

5 Qs

Exploring Supervised Learning Concepts

Exploring Supervised Learning Concepts

University

10 Qs

Quiz 3

Quiz 3

University

10 Qs

Membandingkan Karekterisasi dan Plot  Pada Hikayat dan Cerpen

Membandingkan Karekterisasi dan Plot Pada Hikayat dan Cerpen

12th Grade - University

10 Qs

IEEE workshop quiz 2

IEEE workshop quiz 2

Assessment

Quiz

Education

University

Medium

Created by

Krishna Agarwal

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

How can you add labels to the x-axis and y-axis in a Matplotlib plot?

Using the xlabel() and ylabel() functions

Using the title() function

Using the legend() function

Using the plot() function

2.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Which Matplotlib function is used to create a bar plot?

plt.scatter()

plt.bar()

plt.plot()

plt.hist()

3.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Which Seaborn function is used to create a box plot?

sns.scatterplot()

sns.lineplot()

sns.histplot()

sns.boxplot()

4.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Which pandas function is used to read a CSV file into a DataFrame?

pd.read_csv()

pd.load_csv()

pd.parse_csv()

pd.read_file()

5.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Which Matplotlib function is used to create a histogram?

plt.bar()

plt.plot()

plt.hist()

plt.scatter()