Search Header Logo

For, while vb - a1

Authored by Mevlüt Can Adıyaman

Computers

1st Grade

Used 1+ times

For, while vb - a1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Listede bir elemanın indeksini nasıl bulabiliriz?

search()
locate()
find()
index()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bir while döngüsü ne zaman sonlanır?

Koşul doğru olduğunda
Koşul yanlış olduğunda
Belirli bir süre geçtikten sonra
Döngü içindeki işlem sayısı belirli bir sayıya ulaştığında

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python'da bir listeyi yinelemek için hangi döngü türü kullanılır?

for

else

if
while

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bir for döngüsü içinde döngüden çıkmak için hangi ifade kullanılır?

stop
terminate
break
exit

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bir listeye yeni bir eleman eklemek için hangi metod kullanılır?

add()
update()
append()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakilerden hangisi 0'dan 9'a kadar olan sayıları yazdırır?

for i in range(1, 10): print(i)
for i in range(0, 10): print(i+1)
for i in range(0, 9): print(i)

for i in range(10):

print(i)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bir listenin belirli bir indeksindeki değeri nasıl değiştirebiliriz?

list[index].change(new_value)
list.add(index, new_value)
list[index] += new_value
list[index] = new_value

Access all questions and much more by creating a free account

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

Already have an account?