Listeler 2

Listeler 2

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Genral Knowledge

Genral Knowledge

5th - 7th Grade

10 Qs

7-11 Aralık 7ler test

7-11 Aralık 7ler test

7th Grade

5 Qs

SOSYAL BİLİMLER

SOSYAL BİLİMLER

6th Grade

11 Qs

Listeler 2

Listeler 2

Assessment

Quiz

Science

6th - 8th Grade

Hard

Created by

Ferhatpasa Bilim

Used 2+ times

FREE Resource

AI

Enhance your content

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

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']

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?