iav ML Study Group Pop Quiz 4

Quiz
•
Computers
•
1st - 2nd Grade
•
Hard

Bob Balooey
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
In Python, a dictionary consists of:
Key:Value pairs
Value:Key pairs
Translation maps
Languange<->Language encodings
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Given a dictionary: testdict
Write the command to see all keys from the dictionary
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Select the methods which will REMOVE the number 4 from the list:
numlist=[1,2,3,4]
numlist.drop(4)
numlist.drop(3)
numlist.pop(3)
numlist.pop()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the expected output from:
test_tuple("red","green","blue")
test_tuple[1]= "pink"
print(test_tuple)
("red","pink","blue")
("pink","green","blue")
test_tuple
TypeError: 'tuple' object does not support item assignment
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Defining your own custom data classes instead of using the defaults has the advantages of:
shortening the syntax for variable instantiation
pretty-printing the string representation with .__repr__()
self-documentation with type annotation
faster loading times
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The difference between tuples and namedtuples is that
namedtuples are mutable
tuples cannot be named
namedtuple elements can be accessed through an identifier instead of just the index position
tuples don't exist as a native class in Python
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
We instantiate a set with:
Brackets, ()
Square Brackets, []
Curly Brackets, {}
Double Quotes: " "
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python MDS 2

Quiz
•
1st Grade
15 questions
Informatika

Quiz
•
1st Grade
10 questions
POINTER

Quiz
•
1st Grade
8 questions
Conceptos básicos de Python - Variables

Quiz
•
1st Grade
15 questions
check point 2 review

Quiz
•
KG - 12th Grade
10 questions
Scratch Pen Quiz

Quiz
•
KG - University
10 questions
Quiz Python

Quiz
•
2nd Grade
12 questions
Bài tập tiết 11, 12

Quiz
•
KG - 1st Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
18 questions
D189 1st Grade OG 1c Concept 37-38

Quiz
•
1st Grade
20 questions
addition

Quiz
•
1st - 3rd Grade
20 questions
Subject and predicate in sentences

Quiz
•
1st - 3rd Grade
20 questions
Addition and Subtraction facts

Quiz
•
1st - 3rd Grade
10 questions
Human-Environment Interactions Vocab Unit 1 Grade 2 Quiz

Quiz
•
2nd Grade
20 questions
Place Value

Quiz
•
KG - 3rd Grade
10 questions
Exploring Properties of Matter

Interactive video
•
1st - 5th Grade
17 questions
Place value

Quiz
•
2nd Grade