2021 SAMPLE PAPER 1 (TERM 1)

2021 SAMPLE PAPER 1 (TERM 1)

11th - 12th Grade

55 Qs

quiz-placeholder

Similar activities

Journalistsic Integrity and Ethics

Journalistsic Integrity and Ethics

9th - 12th Grade

50 Qs

CBT - Revision # 3

CBT - Revision # 3

12th Grade - University

54 Qs

Grade 10 Computer Systems Quiz

Grade 10 Computer Systems Quiz

10th Grade - University

50 Qs

Motherboard Parts Quiz

Motherboard Parts Quiz

11th Grade

51 Qs

#2 CIW Data Analyst - Certification Prep

#2 CIW Data Analyst - Certification Prep

9th Grade - University

54 Qs

Application Software Quiz

Application Software Quiz

12th Grade - University

50 Qs

AQA 8525 GCSE CS 3.2.10 Subroutines & 3.2.11 Robust & Secure

AQA 8525 GCSE CS 3.2.10 Subroutines & 3.2.11 Robust & Secure

10th - 11th Grade

50 Qs

Computer Basics

Computer Basics

9th - 12th Grade

52 Qs

2021 SAMPLE PAPER 1 (TERM 1)

2021 SAMPLE PAPER 1 (TERM 1)

Assessment

Quiz

Computers

11th - 12th Grade

Practice Problem

Medium

Created by

Ghanshyam Sharma

Used 30+ times

FREE Resource

AI

Enhance your content in a minute

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

55 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 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 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)

all of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To get the number of dimensions of a Series object,

index

size attribute is displayed.

itemsize

ndim

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

index

size

itemsize

ndim

5.

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To get the number of bytes of the Series data, attribute is displayed.

hasnans

nbytes

ndim

dtype

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To check if the Series object contains NaN values, attribute is displayed.

hasnans

nbytes

ndim

dtype

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?