Python_if-else

Python_if-else

9th - 10th Grade

15 Qs

quiz-placeholder

Similar activities

Tin học 10 _ Bài 16 _Định dạng văn bản

Tin học 10 _ Bài 16 _Định dạng văn bản

10th - 12th Grade

10 Qs

2019新型冠狀病毒

2019新型冠狀病毒

7th - 9th Grade

10 Qs

QBASIC Programming

QBASIC Programming

5th - 10th Grade

10 Qs

DBMS- CLASS8 CBSE

DBMS- CLASS8 CBSE

7th - 10th Grade

10 Qs

ONLINE STUDENT COMPETITION

ONLINE STUDENT COMPETITION

7th - 9th Grade

10 Qs

UH 1- INFORMATIKA KELAS 7 SEMESTER 2

UH 1- INFORMATIKA KELAS 7 SEMESTER 2

9th - 12th Grade

20 Qs

JSPS Competition Hackathon - Scratch Language - Grade 1

JSPS Competition Hackathon - Scratch Language - Grade 1

2nd Grade - University

10 Qs

1223聖誕特別活動

1223聖誕特別活動

9th - 12th Grade

16 Qs

Python_if-else

Python_if-else

Assessment

Quiz

Computers, Education

9th - 10th Grade

Practice Problem

Hard

Created by

Müzeyyen MUTLU

Used 26+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a=5**2

print(a)

komutu sonucunda ekran çıkacak sonuç nedir?

10

25

2.5

1

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

a=39

b=a//10

c=a%10

d=b*10+c

print(d)


Çıktı sonucu kaçtır?

3

9

39

51

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Aşağıdakilerden hangisi Python'da bir bölme işleminden kalanı bulmak için kullanılan operatördür?

/

//

**

%

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python'da verilen iki şarttan birinin sağlanmasının yeterli olacağı durumlar için aşağıdakilerden hangisinin yazılması gereklidir?

or

and

not

end

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(10 // 3)

komutunun sonucu nedir?

3.3

3

1

1000

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

a="Yahya Kemal Beyatlı A. L. "

b="227"

c=true

d=263

e=3.14

string-integer-boolean-integer-float

string-integer-boolean-integer-integer

string-integer-boolean-integer-float

string-string-boolean-integer-float

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

y=5

y=y+15

x=3

x=y

z=x+y

print("x=",x, "y=",y, "z=",z)

ekranda görülecek sonuç nedir?

x=20 y=20 z=40

x=3 y=20 z=23

x=3 y=5 z=8

x=23 y=20 z=43

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?