Python Sınavı
Quiz
•
Computers
•
6th - 8th Grade
•
Practice Problem
•
Medium
Lupidikko undefined
Used 1+ times
FREE Resource
Student preview

12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
print("Hi")
("Hi")
Hi
"Hi"
(Hi)
("")
2.
MULTIPLE CHOICE QUESTION
45 sec • 10 pts
a = 3
b = 7
c = b - a
if a == c:
d = b
elif b == a:
d = a - 1
else:
d = a + b
d = 1
d = 4
d = 2
d = 3
d = 10
3.
MULTIPLE SELECT QUESTION
45 sec • 5 pts
Hangileri DOĞRU?
print("Hi")
A = 8
print(a)
A = Hi
print(A)
print(Hi)
A = 1
print(A)
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
print("(Hello, World!)")
(Hello, World!)
"Hello, World!"
Hello, World!
("")
("Hello, World!")
5.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
x = 5
y = 10
z = x + y
if z > 10:
result = z
elif z == 10:
result = 0
else:
result = -1
result = 10
result = 5
result = 15
result = 0
result = -1
6.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
def add(a, b):
return a + b
result = add(2, 3)
result = 5
result = 6
result = 4
result = 3
result = 2
7.
FILL IN THE BLANK QUESTION
1 min • 5 pts
Görev: hi adında fonksiyon tanımla ve içinde counter değişkeni olsun
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?
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade