
Day 3-4 Review

Quiz
•
Computers
•
University
•
Hard
Black Pearl
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a=3
b=10
print(a==b)
13
ab
True
False
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is 2 << 2?
(Hint: Binary of 2 is 0010)
2
8
4
0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Guess the output:
cars = ["Audi", "Honda", "Toyota", "Porsche"]
print("Honda" in cars)
True
Honda
Error
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = 5
How do you check if x is greater than 7??
if x < 7
if x >= 7
if x == 7
if x > 7
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Guess the Output:
list1 = [1, 3, 4, 4, 6]
list2=[1, 3, 4, 4, 6]
list3 = list1
print(list1 is list2)
print(list1 is list3)
True
False
False
True
True
True
False
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
while True:
print("true")
How many times will this loop will run?
100
1
Infinity
0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for i in range(0, 5):
print(i)
what's the value of "i" in the first iteration?
0
3
5
1
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
INTRODUCTION TO OOPS

Quiz
•
University
15 questions
Programming - Screening Test

Quiz
•
3rd Grade - Professio...
11 questions
C4M2-S7-J1-ListsetTuples

Quiz
•
University
10 questions
Phiếu học tập số 3 lớp 10A5

Quiz
•
University
10 questions
Julia

Quiz
•
University
6 questions
Lesson 3 Recap

Quiz
•
University
14 questions
PythonBasics

Quiz
•
University
7 questions
PROGRAMACIÓN

Quiz
•
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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

Quiz
•
6th - 9th Grade