Python Quiz 1

Python Quiz 1

Professional Development

24 Qs

quiz-placeholder

Similar activities

BIPA first meet

BIPA first meet

Professional Development

20 Qs

Green Gemstone

Green Gemstone

Professional Development

20 Qs

Bab Haji dan Umrah kelas 9

Bab Haji dan Umrah kelas 9

KG - Professional Development

20 Qs

PISA PRETEST

PISA PRETEST

Professional Development

20 Qs

Observation and Assessing Young Children(PDECE 5201)

Observation and Assessing Young Children(PDECE 5201)

Professional Development

20 Qs

GHS English Teachers Workshop Regarding NAS

GHS English Teachers Workshop Regarding NAS

Professional Development

20 Qs

Pasa Thai

Pasa Thai

1st Grade - Professional Development

20 Qs

Run Chaser - Melange

Run Chaser - Melange

KG - Professional Development

20 Qs

Python Quiz 1

Python Quiz 1

Assessment

Quiz

Education

Professional Development

Practice Problem

Hard

Created by

Jaspreet Kaur

Used 26+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python language was developed in which year

1985

1991

1920

2001

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The following code is used to create a variable and store a value. Why will it not work?

My number=36

The equals symbol should be at the beginning of the line

A variable name cannot have any spaces

The variable can’t share a number

There variable names cannot be called my number

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a prominent python “statistics and econometrics library”?

Bokeh

Seaborn

Statsmodels

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the correct statement:

The standard marker for missing data in Pandas is NaN

Series acts in a way like that of an array

Both of the above

None of the above

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A series is a one-dimensional array which is labelled and can hold any data type.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can be used to make a Dataframe?

Series

Dataframe

Structured ndarray

All of the above

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Suppose you are defining a tuple as:

tup = (1,2,3,4,5)

We want to update the value at the second index from 2 to 10. How would we do it?

tup(2) = 10

tup[2] = 10

tup{2} = 10

None of these

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?