Python Code Quiz

Quiz
•
Computers
•
10th Grade
•
Medium
Samuel Knott
Used 23+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the function used to take user input in Python?
input()
user_input()
get_input()
read_input()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you print a message to the console in Python?
display()
show()
print()
output()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to declare a variable in Python?
Using the assignment operator (=)
Using the addition operator (+)
Using the multiplication operator (*)
Using the subtraction operator (-)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code? x = 5 if x > 3: print('Hello') else: print('Hi')
Hello
Hey there.
Goodbye.
Hi.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'input' function in Python?
To perform mathematical calculations.
To get user input from the console.
To display output on the console.
To import external libraries in Python.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you display the value of a variable in Python?
print(variable_name)
printValue(variable_name)
show(variable_name)
variable_name.display()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code? x = 10 if x == 10: print('Yes') else: print('No')
Yes
No
Maybe
True
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
KS4 Programming Techniques (1)

Quiz
•
8th - 10th Grade
11 questions
J277 Programming - Data Types

Quiz
•
9th - 11th Grade
10 questions
Quiz Week 6

Quiz
•
10th Grade
10 questions
Trắc nghiệm: Bài 18-Các lệnh vào ra đơn giản

Quiz
•
10th Grade
14 questions
9.1.5 - Starter Quiz

Quiz
•
7th - 11th Grade
15 questions
Y7 Python Mid Point

Quiz
•
7th - 12th Grade
11 questions
Cuestionario sobre Python

Quiz
•
10th Grade
10 questions
Python

Quiz
•
1st - 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