NTI - Python 2

NTI - Python 2

University

20 Qs

quiz-placeholder

Similar activities

My Christmas Wishlist

My Christmas Wishlist

KG - Professional Development

15 Qs

Virtual Charades

Virtual Charades

University

20 Qs

QUIZ WEEK 2 : ANDROID

QUIZ WEEK 2 : ANDROID

University

15 Qs

D-Day

D-Day

University

15 Qs

RANDOM KNOWLEDGE

RANDOM KNOWLEDGE

University

18 Qs

Garphs and Tables FBMS

Garphs and Tables FBMS

KG - Professional Development

17 Qs

Film Genres

Film Genres

KG - University

18 Qs

Nirdharana-Prelims

Nirdharana-Prelims

University

20 Qs

NTI - Python 2

NTI - Python 2

Assessment

Quiz

Fun

University

Medium

Created by

Eslam Elreedy

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You're a professor teaching Data Science with Python, and you want to visually assess if the grades on your exam follow a particular distribution. Which plot do you use?

line plot

histogram

scatter plot

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You're a professor in Data Analytics with Python, and you want to visually assess if longer answers on exam questions lead to higher grades. Which plot do you use?

line plot

histogram

scatter

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 8

y = 9

not ( not (x < 3) and not (y > 14 or y > 10) )

true

False

ERROR

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

area = 10.0

if(area < 9) :

print("small")

elif(area < 12) :

print("medium")

else :

print("large")

small

medium

large

ERROR

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 1

while x < 4 :

print(x)

x = x + 1

0

1

2

3

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Using the legend() function

Using the title() function

Using the xlabel() and ylabel() functions

Using the grid() function

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library in Python is commonly used for creating data visualizations?

Scikit-learn

Pandas

Matplotlib

NumPy

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?