Python-Listeler

Python-Listeler

9th Grade

35 Qs

quiz-placeholder

Similar activities

Bilişim Haftası Bilgi Yarışması

Bilişim Haftası Bilgi Yarışması

9th Grade

30 Qs

Bölmə 3

Bölmə 3

9th - 12th Grade

36 Qs

BTT

BTT

9th - 10th Grade

36 Qs

Python-Listeler

Python-Listeler

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Cihan Güngör

Used 68+ times

FREE Resource

AI

Enhance your content in a minute

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

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Listelerde her elemanın bir adres numarası vardır. Bu adres numarasına verilen isim aşağıdakilerden hangisidir?

indeks

insert

append

count

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Listelerde indeks numaraları kaçtan başlar?

0

1

2

3

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

isimler=["Ali","Ahmet","Ayşe"]


Yukarıda verilen liste türü aşağıdakilerden hangisidir?

Set Liste

Tuple Liste

Normal Liste

Dictionary Liste

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Yukarıda verilen kodlar çalıştırıldığında ekranda ne yazar?

["Ali","Ayşe","Mehmet","Veli","Selami"]

["Ali","Veli","Selami"]

["Ali","Ayşe","Veli","Selami"]

["Ali","Veli","Selami","Ayşe","Mehmet"]

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ders=['P','Y','T','H','O','N']

print(ders[3])


Yukarıda verilen kodların çıktısı ne olur?

O

Y

T

H

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ders=['P','Y','T','H','O','N']

print(ders[-2])


Yukarıda verilen kodların çıktısı ne olur?

O

T

H

N

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Yukarıdaki kodların ekran çıktısı nedir?

[2,3,5]

[3,5,7]

[3,5,7,11]

[5,7,11,13]

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?