Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

quiz-placeholder

Similar activities

Matplotlib

Matplotlib

12th Grade

15 Qs

Plotting with pyplot

Plotting with pyplot

12th Grade

10 Qs

Python: matlpotlib Online Quiz

Python: matlpotlib Online Quiz

9th - 10th Grade

10 Qs

Matplotlib

Matplotlib

10th Grade

10 Qs

taQuizz_4

taQuizz_4

University

11 Qs

Data Visualization

Data Visualization

12th Grade

6 Qs

IDS TAE-III

IDS TAE-III

University

9 Qs

Python Quiz-2.2

Python Quiz-2.2

University

12 Qs

Python with DataScience

Python with DataScience

Assessment

Quiz

Computers

7th Grade - University

Medium

Created by

Mehak Hussain

Used 25+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python Library is normally used for Data Visualization?

Numpy

Pandas & Matplotlib

Tkinter

None of the above

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Debug this function & find an error in code:

call function with same spelling as used for defining i.e., Sum (10, 5)

define function using def.

delete indentation(spaces) before calling function.

all of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output?

Media Image
Media Image
Media Image
Media Image

4.

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)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to apply label at horizontal position in any graph?

plt.xlabel(“Horizontal Axis”)

dataset.xlabel(“Horizontal Axis”)

pd.label(“Horizontal Axis”)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the value of x when this code executes?

101

99

None of the above, this is an infinite loop

100

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Complete the code to iterate the list.

in range(10)

in color

in list

all of the above

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?