Search Header Logo

Listeler 2

Authored by Ferhatpasa Bilim

Science

6th - 8th Grade

Used 2+ times

Listeler 2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

sporlar = ['futbol', 'basketbol', 'voleybol', 'tenis', 'yüzme']

print(sporlar[4])

Ekranda ne gösterecektir?

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

sporlar = ['futbol', 'basketbol', 'voleybol', 'tenis', 'yüzme']

print(sporlar[1:4])

['basketbol', 'voleybol']

['futbol', 'basketbol', 'voleybol']

['basketbol', 'voleybol', 'tenis']

['basketbol', 'voleybol', 'tenis', 'yüzme']

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki listelerden hangisi 3 elemanlıdır?

sayi = [1, 2, 3, 4]

sayi = "1, 2, 3"

yazi = ['Futbol bir spordur']

yazi = ['Futbol', 'bir', 'spordur']

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Listelere yeni elemen hangi fonksiyon ile eklenir?

del

print

append

count

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

harfler = ['a', 'b', 'c', 'd']

harfler.append('ç')

print(harfler)

Ekranda çıkan sonuç nedir?

['a', 'b', 'c', 'd', 'ç']

['a', 'b', 'c', 'ç']

['a', 'b', 'c', 'ç', 'd']

['a', 'b', 'ç', 'd']

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

list1 = [1, 2, 3]

list2 = [3, 4, 5]

list3 = list1 + list2

print(list3)

Ekranda ne gösterecektir?

[1, 2, 3, 3, 4, 5]

[1, 2, 3, 4, 5, 6]

[4, 6, 8]

[1, 2, 3, 4, 5]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ferhatpasa = ['bilim', 'sanat']

print(ferhatpasa*3)

Ekranda ne gösterecektir?

['bilim', 'sanat', 'bilim', 'sanat', 'bilim', 'sanat']

['ferhatpasa', 'ferhatpasa', 'ferhatpasa']

['bilim', 'bilim', 'bilim', 'sanat']

['sanat', 'sanat', 'bilim', 'sanat']

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?