Listeler 2

Listeler 2

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

BİLİM İNSANLARIMIZ 3.TAKIM

BİLİM İNSANLARIMIZ 3.TAKIM

6th - 8th Grade

15 Qs

Sinir Sistemi

Sinir Sistemi

6th Grade

9 Qs

bilim uygulamaları

bilim uygulamaları

5th - 6th Grade

15 Qs

Saf Madde ve Karışımlar

Saf Madde ve Karışımlar

7th Grade

10 Qs

7.Sınıf Fen Bilimleri AYNALAR

7.Sınıf Fen Bilimleri AYNALAR

7th Grade

8 Qs

Animalz

Animalz

3rd Grade - Professional Development

10 Qs

Atomun Yapısı

Atomun Yapısı

7th Grade

8 Qs

Bilim genel sorular

Bilim genel sorular

6th - 8th Grade

12 Qs

Listeler 2

Listeler 2

Assessment

Quiz

Science

6th - 8th Grade

Hard

Created by

Ferhatpasa Bilim

Used 2+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?