Python - 3.1.14 - Output Quiz

Quiz
•
Computers
•
12th Grade
•
Hard
PHILLIP VEET
Used 6+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following snippet? x = 10
y = 4
z = 12
print(x > y)
print(y > z)
True
Flase
True
True
False
False
False
True
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following snippet? x, y, z = 6, 11, 9
print(x > z)
print((y - 5) == x)
True
False
True
True
False
False
False
True
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following snippet? x, y, z = 6, 9, 7
x, y, z = z, y, x
print(x > z)
print((y - 2) == x)
True
False
True
True
False
False
False
True
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this snippet?
True
else
False
else
True
True
else
True
False
True
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this snippet?
four
five
six
one
two
three
four
five
four
five
one
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this snippet?
one
two
three
one
two
three
four
one
four
one
two
Similar Resources on Wayground
10 questions
Programming - Algorithms in Pseudocode & Flow Diagrams

Quiz
•
1st - 12th Grade
10 questions
Communication & Networking - Internet & Hardware

Quiz
•
2nd - 12th Grade
10 questions
Programming - Iteration, Basic Programming Constructs & Loop

Quiz
•
2nd - 12th Grade
11 questions
Computer Hardware - Storage Devices

Quiz
•
2nd - 12th Grade
10 questions
Java Script

Quiz
•
10th - 12th Grade
10 questions
Quiz1_HPB2021_2010t1

Quiz
•
1st - 12th Grade
10 questions
Notes on Blender - Section 9 Review

Quiz
•
6th Grade - University
10 questions
I Can Code!

Quiz
•
KG - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade