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
KUIS

Quiz
•
8th Grade
10 questions
Playground Express

Quiz
•
8th Grade
10 questions
Информатика 5-6 классов

Quiz
•
6th - 8th Grade
6 questions
Lists in Python

Quiz
•
6th - 8th Grade
5 questions
pengenalan pemprograman prosedural2

Quiz
•
8th Grade - University
10 questions
Основы языка программирования Python

Quiz
•
8th Grade
10 questions
Computer Internet

Quiz
•
4th Grade - University
15 questions
Osnove programiranja u C++

Quiz
•
8th Grade
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 Information Technology (IT)
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
20 questions
Figurative Language Review

Quiz
•
8th Grade
10 questions
Understanding the Scientific Method

Interactive video
•
5th - 8th Grade
20 questions
Scientific method and variables

Quiz
•
8th Grade
20 questions
Physical and Chemical Changes

Quiz
•
8th Grade