CRYPTEX FINAL QUIZ AIML

CRYPTEX FINAL QUIZ AIML

University

25 Qs

quiz-placeholder

Similar activities

DATASET'24 Quizz (Round 2)

DATASET'24 Quizz (Round 2)

University

20 Qs

Season 1 #Spaic ML Azure Weekly Quiz

Season 1 #Spaic ML Azure Weekly Quiz

KG - Professional Development

20 Qs

UTS PENGENALAN POLA

UTS PENGENALAN POLA

University

25 Qs

Exploring Data Science with Python

Exploring Data Science with Python

University

20 Qs

Machine Learning Basics

Machine Learning Basics

University

20 Qs

Week 6-8 Quiz Exploratory Data Analysis and Data Visualization

Week 6-8 Quiz Exploratory Data Analysis and Data Visualization

University

20 Qs

Exploring Python Libraries

Exploring Python Libraries

University

20 Qs

Python3_big_test

Python3_big_test

University

27 Qs

CRYPTEX FINAL QUIZ AIML

CRYPTEX FINAL QUIZ AIML

Assessment

Quiz

Computers

University

Hard

Created by

Hello World

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

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

pd.load_csv()

pd.read_csv()

pd.open_csv()

pd.import_csv()

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you display the first five rows of a Pandas DataFrame df?

df.start()

df.head()

df.first()

df.begin()

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which function is used to plot a line graph in Matplotlib?

plot.line()

plt.line()

plt.plot()

plot.plot()

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you display a plot in Matplotlib?

plt.display()

plt.view()

plt.render()

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you create a scatter plot with Matplotlib?

plt.scatterplot()

plt.scatter()

plt.plot_scatter

plt.scatter_graph()

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which function is used to set the x-axis and y-axis labels in a plot?

plt.axis_labels()

plt.set_labels()

plt.xlabel() and plt.ylabel()

plt.xaxis_label() and plt.yaxis_label()

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which function in sklearn is used to split data into training and testing sets?

train_test_split()

split_data()

train_test_divide()

split_train_test()

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?