
Python Beginner2
Authored by Emsal Academy
Computers
9th Grade
Used 6+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Aşağıdaki kodun çıktısı nedir?
print (9//2)
4
4,5
1
True
2.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Aşağıdaki programın çıktısı nedir:
i = 0
while i < 3:
print (i)
i++
1 2 3
0 0 0
0 1 2 3
0 1 2
3.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
İfadenin çıktısı nedir: print (3*1**3)
3
9
27
81
4.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Aşağıdaki programın çıktısı nedir:
print (0.1 + 0.2 == 0.3)
Not
and
True
False
5.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Aşağıdaki programın çıktısı nedir:
print (1 + 2 == 3)
Not
and
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Aşağıdaki kodun çıktısı nedir?
var1 = 1
var2 = 2
var3 = "3"
print(var1 + var2 + var3)
6
33
123
Hata. Sayılar ve dizeler arasında operatörlerin karıştırılması desteklenmez
7.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Aşağıdaki kodun çıktısı nedir?
for i in range(10, 15, 1):
print( i, end=', ')
10, 11, 12, 13, 14,
10, 11, 12, 13, 14, 15,
10, 11, 12, 13, 14, 15, 16
10, 11, 12, 13
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?