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
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade