Search Header Logo

9.Sınıf Python3.quiz

Authored by Mustafa Erden

Instructional Technology

3rd Grade

Used 12+ times

9.Sınıf Python3.quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Aşağıdaki programın çıktısı nedir?

liste=[-2,4,67,65,34,-45,3,5]

sonuc=list[1]+list[3]+list[6]

print(sonuc)

70

83

72

-2

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

İ=1

sonuc=1

f=3

While i<=f

***sonuc=sonuc*i

***İ+=1

print(sonuc)

Yukarıdaki prıgramın ekran çıktısı nedir?

not:*** işareti boşluk anlamında kullanılmıştır.

8

1

6

4

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Aşağıdaki programın çıktısı nasıl olur? not: *** işareti boşluk anlamında kullanılmıştır..

sayi=101

if sayi>=101:

***Print(“buyuk sayi”)

print(“kucuk sayi”)

buyuk sayi

kucuk sayi

buyuksayi

kucuk sayi

101

true

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pythonda koşul ifadesi bloğu nasıl kullanılır?

{} işareti kullanılarak

() işareti kullanılarak

Girinti kullanılarak

For kullanılarak

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a=input(“a sayisini giriniz:”)

b=input(“ b sayisini giriniz”)

Print(“Toplam:”,a+b)

Kullanıcı giriş olarak 4 ve 5 rakamını girerse kodların çıktısı ne olur?

45

9

Hata verir

4,5

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?

Similar Resources on Wayground