
Assessment preparatory quiz
Authored by Ahmed Alaa-ElDin
Computers
1st - 5th Grade
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
49 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Python is a
text language
database language
programming language
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Code for Hello, World!
print Hello, World!
print("Hello, World!)
print("Hello, World!")
3.
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!")
4.
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
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Code for
b is greater than a
a = 33
b = 200
if b > a:
print("b is greater than a")
a = 33
b = 200
if b < a:
print("b is greater than a")
a = 330
b = 200
if b > a:
print("b is greater than a")
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at this code, how many times will it loop?
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at this code, what shape will it make?
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?