Search Header Logo

Python Quiz

Authored by Hande Exr

Computers

1st - 5th Grade

Used 2+ times

Python Quiz
AI

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 • 1 pt

Ekrana "Merhaba Dünya” yazdıran kod satırı hangisidir?

echo "Merhaba Dünya"

p("Merhaba Dünya")

print("Merhaba Dünya")

print("Merhaba Dünya"):

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Ekrana aynı satırda, 5 defa “Python” yazdıran kod satırı hangisidir?

print(5:python)

print("python"*5)

print(5* "python")

print(5* "python\n")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python’da "Yorum/Açıklama" satırı nasıl eklenir?

// Bu bir yorum satırıdır.

{ Bu bir yorum satırıdır.}

# Bu bir yorum satırıdır.

/* Bu bir yorum satırıdır. */

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Hangisi a değişkeninin değerini 1 arttırır?

a+=1

a++=1


a==+1


a+++

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hangisi GEÇERSİZ bir değişken adıdır?

_toplam

final_puan

toplam

puan_Toplami

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Aşağıdaki değişkenlerin türlerinin doğru sıralaması hangisidir?

a="Atatürk İlköğretim Okulu "

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

45 sec • 1 pt

a=39

b=a//10

c=a%10

d=b*10+c

print(d)

Çıktı sonucu kaçtır?

9

39

3

51

Access all questions and much more by creating a free account

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

Already have an account?