LOOPS AND FLOW CONTROL STATEMENTS

Quiz
•
Information Technology (IT)
•
8th Grade
•
Hard
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Code for
Five is greater than two!
if 5 > 2:
print("Five is greater than two!")
if 5 = 2:
print("Five is greater than two!")
if 5 > 2: Print("Five is greater than two!")
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Code for
257
Hello, World!
x = 257
y = "Hello, World!"
print(y)
print(x)
x = 257
y = "Hello, World!"
print(x)
print(y)
x = 257
y = Hello, World!
print x
print y
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print("Hello" + "world" + "today")
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The result of this program:
Friday = False
if Friday:
print "Jeans day!"
else:
print "Uniform day"
Jeans day
Today is Friday
Uniform day
Not Friday
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6.
MULTIPLE CHOICE QUESTION
30 sec • 12 pts
An empty/null statement in python is ____________
go
pass
over
;
7.
MULTIPLE CHOICE QUESTION
2 mins • 12 pts
What is the output of the above program ?
Am I here?
Or here ?
Am I here ? Or here ?
Or here ? Or over here ?
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Quiz Google sheet inf 8 semester ganjil

Quiz
•
8th Grade
10 questions
Quiz on Blockly Programming (Fundametal - P2)

Quiz
•
7th Grade - University
5 questions
pengenalan pemprograman prosedural2

Quiz
•
8th Grade - University
15 questions
Scratch

Quiz
•
8th Grade - University
12 questions
Review loops

Quiz
•
8th Grade - University
15 questions
Selection Programming_If condition

Quiz
•
8th Grade - University
10 questions
Prova PRONATEC

Quiz
•
6th - 8th Grade
13 questions
HTML QUIZ

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