Bilgisayar Bilimi quiz2

Bilgisayar Bilimi quiz2

Assessment

Quiz

Computers

1st Grade

Practice Problem

Hard

Created by

halenur aksoy

Used 6+ times

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python programlama dilinde listeler nasıl oluşturulur?

{ }

//

/* */

[ ]

2.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

Listelerdeki elemanlara ulaşmak için ............. bilmemiz gerekir. Boşluğu doldurunuz.

3.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Aşağıdaki metotlardan hangisi veya hangileri eleman eklemeye yarar ?

Pop

Append

Sort

İnsert

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

meyveler=["elma","armut","çilek"]

meyveler2=["muz","avokado","dut"]

meyveler. ...... (meyveler2)

print(meyveler)

Boş bırakılan yere hangi metot gelmelidir?

Copy Metodu

Remove Metodu

İnsert Metodu

Extend Metodu

5.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Python programlama dilinde kullanılan metotlardan değildir?

Clear

Index

Mid

Print

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Listelerde index e göre eleman silmek istendiğinde hangi metot kullanılmalıdır?

Pop

Remove

Reverse

Index

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

meyveler=["elma","armut","çilek"]

meyveler.pop("armut")

print(meyveler)

Yazılan kodların çıktısı ne olur?

["elma","çilek"]

["elma","armut","çilek"]

["armut","çilek"]

Hata

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?