Python Genel Deneme Sınavı

Quiz
•
Computers
•
10th Grade
•
Hard
MKAVAKLI MKAVAKLI
Used 28+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ekran çıktısı nedir?
[1, 4, 9, 16,1,2,3,4]
[1,2,3,4,1,4,9,16]
30
[1, 4, 9, 16]
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
kalem_kutusu=["cetvel","silgi","kalem",["zımba","delgeç"],"gönye"]
Verilen kutu listesi içerisinde yer alan "zımba" kaydına erişmek için hangi komut kullanılabilir?
kalem_kutusu[3][0]
kalem_kutusu[3][1]
kalem_kutusu[4][0]
kalem_kutusu[3]
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ekran çıktısı nedir?
['ELAZIĞ', 'GAZI', 'MESLEKI', '.', 'VE', 'TEKNIK', 'ANADOLU', 'LISESI']
['ELAZIĞ', 'GAZI', 'MESLEKI', 'VE', 'TEKNIK', 'ANADOLU', 'LISESI']
['ELAZIĞ', 'GAZI', 'MESLEKI', '.', 've', 'TEKNIK', 'ANADOLU', 'LISESI']
['ELAZIĞ', 'GAZI', 'MESLEKI', 've', 'TEKNIK', 'ANADOLU', 'LISESI']
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
takimlar = ['Galatasaray','Fenerbahçe','Beşiktaş','Trabzonspor'] takimlar listesindeki tüm elemanları silmek için hangi komut kullanılamaz?
del takimlar[0 : 4]
takimlar = [ ]
takimlar.remove()
takimlar.clear()
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
liste=[i for i in range(100) if i**2<50]
[0, 1, 2, 3, 4, 5, 6, 7]
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10]
[0,1,4,9,16,25,36,49,64,81]
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
fruits = ['orange', 'apple', 'pear', 'erik', 'kiwi', 'apple', 'banana']
Hangi seçenekteki komut ile (sadece) "banana" öğesi silinemez?
del fruits[-1]
fruits.pop()
fruits.clear()
fruits.pop(-1)
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Yukarıda verilen bilgilere göre, ekran çıktısı nedir?
[1, 2, 3, 6, 5, 4]
[1, 2, 3, 6, 5, 4, 6, 5, 4]
[6, 5, 4, 6, 5, 4]
[6, 5, 4]
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade