if...else statements

Quiz
•
Computers
•
6th - 8th Grade
•
Hard
Used 552+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
mickey = mouse .
if mickey == mouse: .
. print("Mickey is a mouse")
.else: .
. print("Minnie rules") .
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
john = 5 .
if john > 6: .
. print("John is getting ice cream")
else: .
. print("John is getting apple juice")
print("John is getting grapes") .
John is getting grapes
John is getting grapes
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
john = 10 .
if john > 6: .
. print("John is getting ice cream")
else: .
. print("John is getting apple juice")
print("John is getting grapes") .
John is getting grapes
John is getting grapes
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
john = 5 .
if john > 6: .
. print("John is getting ice cream")
else: .
. print("John is getting apple juice")
. print("John is getting grapes")
John is getting grapes
John is getting grapes
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
john = 8 .
if john > 6: .
. print("John is getting ice cream")
else: .
. print("John is getting apple juice")
. print("John is getting grapes")
John is getting grapes
John is getting grapes
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
john = 6 .
if john > 6: .
. print("John is getting ice cream")
else: .
. print("John is getting apple juice")
. print("John is getting grapes")
John is getting grapes
John is getting grapes
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
john = 6 .
if john != 6: .
. print("John is getting ice cream")
else: .
. print("John is getting apple juice")
. print("John is getting grapes")
John is getting grapes
John is getting grapes
8.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
john = 3 .
if john < 6: .
. print("John is getting ice cream")
else: .
. print("John is getting apple juice")
print("John is getting grapes") .
John is getting grapes
John is getting grapes
Similar Resources on Wayground
10 questions
Python Basics Quiz

Quiz
•
7th Grade - University
10 questions
Python Math

Quiz
•
1st - 12th Grade
11 questions
Java Printing Quiz

Quiz
•
8th Grade
10 questions
MOAC Excel 2016 Lesson 03

Quiz
•
8th - 12th Grade
12 questions
Python

Quiz
•
7th - 8th Grade
10 questions
Control Structures in Java

Quiz
•
8th Grade
12 questions
Lists IN PYTHON!!!!!!!!

Quiz
•
KG - 12th Grade
10 questions
INTRODUCTION TO PHOTO EDITING / PHOTOSHOP

Quiz
•
7th - 8th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Computers
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
13 questions
Primary and Secondary Sources

Quiz
•
6th Grade
15 questions
Decimal Operations

Quiz
•
6th Grade
10 questions
Plotting Points on the Coordinate Plane

Quiz
•
7th - 8th Grade