
Mastering Python Data Structures

Quiz
•
Education
•
12th Grade
•
Hard
durga p
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What method would you use to add a new key-value pair to a Python dictionary?
dictionary_name.add(new_key, new_value)
dictionary_name.append(new_key, new_value)
Use dictionary_name[new_key] = new_value.
dictionary_name.insert(new_key, new_value)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you retrieve the value associated with a specific key in a dictionary?
Access the value with 'key.value' in the dictionary.
Use 'dictionary.get(key)' to retrieve the value.
Invoke 'dictionary.fetch(key)' to obtain the value.
Use 'dictionary[key]' to get the value.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function in NumPy creates an array filled with zeros?
numpy.zeros
numpy.ones
numpy.full
numpy.empty
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of np.array([1, 2, 3]) + np.array([4, 5, 6])?
[5, 6, 7]
[4, 5, 6]
[1, 2, 3, 4, 5, 6]
[5, 7, 9]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you reshape a NumPy array from shape (2, 3) to (3, 2)?
Use numpy.transpose(arr)
Use arr.reshape(2, 3)
Use numpy.reshape(arr, (3, 2))
Use numpy.resize(arr, (3, 2))
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'groupby' function in Pandas?
To filter out unwanted data entries.
To group data for aggregation or analysis based on specific criteria.
To merge multiple DataFrames into one.
To sort data in ascending order.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you select a specific column from a Pandas DataFrame?
df.select('column_name')
df.get('column_name')
df['column_name'] or df.column_name
df.column('column_name')
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
Python Intermediate Quiz - 1

Quiz
•
8th Grade - Professio...
10 questions
Fun with Numpy

Quiz
•
9th - 12th Grade
12 questions
Beside or Besides

Quiz
•
10th Grade - University
10 questions
Connotation and Denotation Review Quiz

Quiz
•
8th Grade - University
15 questions
Mastering Python Data Structures

Quiz
•
12th Grade
14 questions
STAAR Online Tutorial

Quiz
•
3rd - 12th Grade
9 questions
Quiz Moderne Talen - QR challenge!

Quiz
•
7th - 12th Grade
10 questions
Python

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade