
Python 1.1

Quiz
•
Computers
•
10th - 12th Grade
•
Easy
Standards-aligned

Hortense Cyr
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which Python code segment will display “Hello, world!” on the screen?
display Hello, world!
print("Hello, world!")
print = "Hello, world!"
"Hello, world!"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following Python code output?
print ("Hello")
print ("World")
Hello
World
HelloWorld
Hello World
Hello
World
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type is the following variable?
x = "Hi there"
float
boolean
integer
string
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following Python program print?
x = "I am"
y = 6
z = "feet tall"
print (x, str(y) + z)
I am 6 feet tall
I am
6
feet tall
I am 6feet tall
x, y + z
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will output when this code is run?
guessLetter = "my favorite programming language"[9]
nothing because I don't have a print command
t
T
i
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What symbol must be used to write a single line comment?
$
<!--
#
?
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print(Hello world!)
Tags
CCSS.L.2.2C
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python Basics Quiz 1

Quiz
•
8th Grade - University
14 questions
TechSmart Unit 1 Vocabulary Text

Quiz
•
9th - 11th Grade
10 questions
Python Basics

Quiz
•
8th - 10th Grade
12 questions
Python Gr 12

Quiz
•
11th - 12th Grade
10 questions
Dasar Pemrograman C++

Quiz
•
10th Grade
10 questions
Python beginners quiz

Quiz
•
9th - 10th Grade
10 questions
Programming Basics Basics

Quiz
•
8th Grade - University
15 questions
Python Programming 1: print, strings, variables, casting

Quiz
•
9th Grade - University
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