
CBSE Python Series Questions
Quiz
•
Computers
•
12th Grade
•
Practice Problem
•
Hard
C RAJU
Used 2+ times
FREE Resource
Enhance your content in a minute
66 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A Series is a one dimensional array containing a sequence of values of any data type (int, float, list, string, etc), having by default have ________ data labels.
alphanumeric
string
decimal
numeric
2.
OPEN ENDED QUESTION
3 mins • 1 pt
Find the output of the following code: import pandas as pd lst1=[20,35,40] ser1=pd.Series([20,35,40]) print(lst1+lst1) print(ser1+ser1)
Evaluate responses using AI:
OFF
3.
OPEN ENDED QUESTION
3 mins • 1 pt
Complete the given Python code to get the required output as "California": import_____________as pd data={'Yosemite':'California','Yellowstone':'Wyoming','Glacier':'Montana','RockyMountain':'Colorado'} national_parks=pd.Series(_____________) print(national_parks _________)
Evaluate responses using AI:
OFF
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following command will show the last 3 rows from a Pandas Series named NP?
NP.Tail( )
NP.tail(3)
NP.TAIL(3)
All of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Python Pandas, while performing mathematical operations on series, index matching is implemented and all missing values are filled in with _____by default.
Null
Blank
NaN
Zero
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Assertion (A):- To use the Pandas library in a Python program, one must import it. Reasoning (R): - The only alias name that can be used with the Pandas library is pd.
Both A and R are true and R is the correct explanation for A
Both A and R are true and R is not the correct explanation for A
A is True but R is False
A is false but R is True
7.
OPEN ENDED QUESTION
3 mins • 1 pt
Predict the output of the given Python code: import pandas as pd list1=[-10,-20,-30] ser = pd.Series(list1*2) print(ser)
Evaluate responses using AI:
OFF
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
61 questions
Advanced programing w\ Python (Ep1)
Quiz
•
University
70 questions
OOAD Midterm Review - 24.25
Quiz
•
University
69 questions
Sec-C Quiz-3
Quiz
•
University
71 questions
Animation and Game Design Unit 1 M1 Quiz
Quiz
•
12th Grade
65 questions
ITE 8 - Module 11 Part 2 - Review
Quiz
•
12th Grade
61 questions
Module 14
Quiz
•
University
70 questions
Review for Fall Semester Exam - CTE
Quiz
•
8th Grade - University
71 questions
Android Final
Quiz
•
University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
