Python Diziler ve Tuple Test-2

Python Diziler ve Tuple Test-2

12th Grade

11 Qs

quiz-placeholder

Similar activities

Special Right Triangles

Special Right Triangles

8th - 12th Grade

16 Qs

Special Triangles #1

Special Triangles #1

9th - 12th Grade

8 Qs

Unity M3L3

Unity M3L3

9th - 12th Grade

11 Qs

TÜBİTAK 4006 (FATİH İSLAM SEÇEN BİLSEM) 3

TÜBİTAK 4006 (FATİH İSLAM SEÇEN BİLSEM) 3

3rd - 12th Grade

15 Qs

Tek ve Çift Sayılar Testi

Tek ve Çift Sayılar Testi

12th Grade

15 Qs

DENKLEM2

DENKLEM2

7th - 12th Grade

7 Qs

ondalıklı

ondalıklı

12th Grade

15 Qs

ayt

ayt

12th Grade

7 Qs

Python Diziler ve Tuple Test-2

Python Diziler ve Tuple Test-2

Assessment

Quiz

Mathematics

12th Grade

Medium

Created by

muhammed özdemir

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakilerden hangisi Python'da bir liste oluşturmak için doğru sözdizimidir?

list = {1, 2, 3}

list = [1, 2, 3]

list = (1, 2, 3)

list = <1, 2, 3>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bir listenin sonuna eleman eklemek için hangi metod kullanılır?

append()

insert()

add()

extend()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Bu kodun çıktısı ne olur?

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Bu kodun çıktısı ne olur?

[1, 2, 3]

[1, 2, 3, 4]

[4, 1, 2, 3]

[1, 2, 4]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Bu kodun çıktısı ne olur?

[1, 2, 3]

[2, 3, 4]

[1, 2, 3, 4]

[2, 3, 4, 5]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

[1, 2, 3, 4, 5]

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

[4, 5, 1, 2, 3]

Hata verir

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Bu kodun çıktısı ne olur?

50

5

20

5101520

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?