Python - MP2 Test

Quiz
•
Computers
•
10th Grade
•
Medium

Allyson Smith
Used 5+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to take user input in Python and store it in a variable named `name`?
`name = input("Enter your name: ")`
`input("Enter your name: ") = name`
`name = input()`
`input() = name`
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid conditional statement in Python?
if x = 5:
if x == 5:
if (x == 5)
if x := 5
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
`Smaller`
`Greater`
`Error`
`None`
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times will the following loop execute?
1
2
3
4
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
1 2 3 4
0 1 2 3 4
1 2 3 4 5
0 1 2 3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
15
5
Error
None
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an example of an extended for loop in Python?
`for i in range(10):`
`for i in range(0, 10, 2):`
`for i in [1, 2, 3]:`
`for i in "hello":`
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Basics

Quiz
•
8th - 10th Grade
10 questions
10 CS // Pseudocode

Quiz
•
9th - 11th Grade
19 questions
Python Year 9 Quiz

Quiz
•
8th - 10th Grade
15 questions
AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

Quiz
•
10th - 12th Grade
10 questions
Python L2

Quiz
•
10th - 11th Grade
15 questions
Python Basics Quiz 1

Quiz
•
8th Grade - University
14 questions
Python L1

Quiz
•
8th Grade - University
10 questions
Python Testing

Quiz
•
9th - 12th 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade