CLASS_XII_SERIES_MCQ

CLASS_XII_SERIES_MCQ

12th Grade

20 Qs

quiz-placeholder

Similar activities

Youtube

Youtube

1st - 12th Grade

15 Qs

Computing Quiz

Computing Quiz

3rd - 12th Grade

19 Qs

Video Game Trivia

Video Game Trivia

5th - 12th Grade

20 Qs

Digital Media - Graphic Design Terms/Photoshop/File Format

Digital Media - Graphic Design Terms/Photoshop/File Format

9th - 12th Grade

18 Qs

Digital Imaging and Design C3 -electronic images

Digital Imaging and Design C3 -electronic images

9th Grade - University

20 Qs

Blizzard Entertainment

Blizzard Entertainment

9th - 12th Grade

20 Qs

SOFTWARE - OS

SOFTWARE - OS

10th - 12th Grade

16 Qs

Bài 1 Excel - thẻ Home

Bài 1 Excel - thẻ Home

12th Grade

20 Qs

CLASS_XII_SERIES_MCQ

CLASS_XII_SERIES_MCQ

Assessment

Quiz

Computers

12th Grade

Practice Problem

Medium

Created by

Vikas Sharma

Used 18+ times

FREE Resource

AI

Enhance your content in a minute

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

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To create an empty Series object, you can use:

pd.Series(empty)

pd.Series( )

pd.Series(np.NaN)

all of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To get the number of elements in a Series object, attribute may be used

index

size

itemsize

ndim

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To specify datatype int16 for a Series object, you can write :

pd.Series(data = array, dtype = int16)

pd.Series(data = array, dtype = numpy.int16)

pd.Series(data = array.dtype pandas.int16)

pd.Series(data = array.dtype pandas.int16)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

. To get the number of dimensions of a Series object,

index

size attribute is displayed.

itemsize

ndim

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To get the size of the datatype of the items in Series object, you can display attribute.

index

size

itemsize

ndim

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To get the number of elements in a Series object, attribute may be used.

index

size

itemsize

ndim

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To display third element of a Series object S, you will write

S[:3]

S[02]

S[2]

S[:2]

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?