Mod 3 Quiz 1

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Scott Freeman
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following snippet?
x = 5
y = 10
z = 8
print (x > y)
print (y >x)
False
True
True
True
False
False
Ture
False
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following snippet?
x, y, z = 5, 10, 8
print (x >y)
print ((y-5) == x)
False
True
True
True
True
False
False
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following snippet?
x, y, z = 5, 10, 8
x, y, z = z, y, x
print (x >z)
print ((y-5) == x)
True
False
True
True
False
True
False
False
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
What is the output of the following snippet?
True
True
else
True
False
False
else
True
True
False
True
else
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
What is the output of the following snippet?
two
three
four
five
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following snippet?
one
two
two
three
three
four
four
one
Similar Resources on Wayground
10 questions
Python Strings

Quiz
•
12th Grade
11 questions
Python Boolean

Quiz
•
11th - 12th Grade
10 questions
Parts of a Computer

Quiz
•
9th - 12th Grade
11 questions
Network Security - Phishing & Social Engineering

Quiz
•
8th - 11th Grade
10 questions
Flow Charts

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

Quiz
•
12th Grade - University
10 questions
CS1310 Unit 1 Quizziz

Quiz
•
12th Grade
9 questions
Python Code Snippet Quiz

Quiz
•
11th 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
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th 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