
MODULE 3_Python
Quiz
•
Computers
•
Professional Development
•
Hard
Sumathi K
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following methods is used to add a new key-value pair to a Python dictionary?
add()
insert()
append()
None of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python code snippet?
[‘a’, ‘b’, ‘c’]
(‘a’, ‘b’, ‘c’)
dict_keys([‘a’, ‘b’, ‘c’])
{‘a’, ‘b’, ‘c’}
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python code snippet?
(‘a’, 1), (‘b’, 2), (‘c’, 3)]
((‘a’, 1), (‘b’, 2), (‘c’, 3))
dict_items([(‘a’, 1), (‘b’, 2), (‘c’, 3)])
{(‘a’, 1), (‘b’, 2), (‘c’, 3)}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following methods is used to add an element to the end of a list in Python?
append()
add()
insert()
extend()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following Python code snippet?
[3, 4]
2, 3, 4]
[1, 2, 3]
[4, 5]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following Python code snippet do?
Prints “Hello, World!” in lowercase
Converts “Hello, World!” to uppercase and prints it
”
Reverses the string “Hello, World!”
Removes all whitespace characters from the string “Hello, World!
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the isupper() method return if all characters in a string are uppercase?
True
False
1
Error
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
12 questions
DECI - Week 6 - round
Quiz
•
Professional Development
12 questions
Uso de try, except, finally y raise en Python
Quiz
•
Professional Development
10 questions
Hàm
Quiz
•
Professional Development
10 questions
GSI DP-100 Day 1
Quiz
•
University - Professi...
10 questions
Pretest CCNA
Quiz
•
Professional Development
10 questions
Basic Python
Quiz
•
Professional Development
15 questions
Javascript basics
Quiz
•
Professional Development
15 questions
Entrada e Saída de Dados e Variáveis
Quiz
•
Professional Development
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade