
Python_Seires_Quiz_19.07.2023

Quiz
•
Computers
•
12th Grade
•
Hard
Vikas Sharma
Used 5+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Write the output of the following:
import pandas as pd
S1 = pd.Series(data = range(31, 2, -6), index = [x for x in "aeiou" ])
print(S1)
a 31
e 25
i 19
o 13
u 7
dtype: int64
a 31
e 25
i 19
o 13
dtype: int64
Error
None of the above
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
When we create a series from dictionary then the keys of dictionary become ________________
Index of the series
Value of the series
Caption of the series
None of the series
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Write the output of the following :
>>> S1=pd.Series(14, index = ['a', 'b', 'c'])
>>> print(S1)
a 14
b 14
c 14
dtype: int64
a 14
dtype: int64
Error
None of the above
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Write the output of the following:
>>> S1=pd.Series(14, 7, index = ['a', 'b', 'c'])
>>> print(S1)
a 14
b 7
c 7
dtype: int64
a 14
b 7
dtype: int64
Error
None of the above
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Write the output of the following :
>>> S1=pd.Series([14, 7, 9] ,index = range(1, 8, 3))
>>> print(S1)
14 1
7 4
9 7
dtype: int64
1 14
4 7
7 9
dtype: int64
Error
None of the above
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How many elements will be there in the series named “S1”?
>>> S1 = pd.Series(range(5))
>>> print(S1)
5
4
2
None of the above
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Fill in the blank to get the output as 3
import pandas as pnd
S1=pnd.Series([1,2,3,4], index = ['a','b','c','d'])
print(S1[___________])
‘c’
2
c
All of the above
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
AL-ISLAM

Quiz
•
12th Grade
20 questions
TIN HỌC LỚP 5 ÔN TẬP HỌC KÌ I

Quiz
•
12th Grade
20 questions
CSP-AP Unit 2 - The Internet Review

Quiz
•
9th - 12th Grade
15 questions
Code.org CSP Unit 2: The Internet Vocabulary Quiz

Quiz
•
9th - 12th Grade
23 questions
Ôn tập kì Xuân Tin học 10. 2

Quiz
•
10th Grade - University
15 questions
Class_XII_Python_Quiz_09.08.2023

Quiz
•
12th Grade
20 questions
Creating Algorithms through Pseudocodes and Flowcharts

Quiz
•
10th Grade - University
20 questions
Digital Media - Chapter 1

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade