
Python тіліндегі сұрақтар

Quiz
•
Information Technology (IT)
•
7th Grade
•
Hard
Марзия Сагиева
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Python тілінде бірөлшемді массивті қандай деректер типі арқылы құруға болады?
dictionary
tuple
list
set
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Тізімнің белгілі бір элементін индекске байланысты алу үшін қандай оператор қолданылады?
[]
{}
()
<>
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Python-да тізімдегі барлық элементтерді өшіру үшін қандай әдіс қолданылады?
clear()
remove()
del()
pop()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Төмендегі кодтың нәтижесі қандай? arr = [1, 2, 3, 4] print(arr[2])
1
2
3
4
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Мына код қандай нәтиже береді? arr = [5, 10, 15, 20] arr.append(25) print(arr)
[5, 10, 15]
[5, 10, 15, 25]
[5, 10, 15, 20, 25]
Қате шығады
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Қандай оператор арқылы тізімдегі элементтерді циклмен шығарып алуға болады?
if
while
for
break
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Мына кодтың нәтижесі қандай? arr = [1, 2, 3, 4, 5] print(arr[-2])
2
3
4
5
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Тізімдегі барлық элементтерді ретімен шығару үшін дұрыс кодты таңдаңыз:
for i in range(len(arr)): print(arr[i])
for i in arr: print(arr[i])
for i in arr: print(i)
for i in range(len(arr)): print(i)
Similar Resources on Wayground
10 questions
Ch2變數與運算式-綜合演練選擇題

Quiz
•
6th - 8th Grade
11 questions
ICT lesson 1

Quiz
•
7th Grade
9 questions
Kiến thức về hàm print() trong Python

Quiz
•
2nd Grade - University
10 questions
Python

Quiz
•
7th Grade
10 questions
Python бағдарламалау негіздері

Quiz
•
7th Grade
10 questions
Kiểm tra Tin 7

Quiz
•
7th Grade
10 questions
Викторина по языку Python

Quiz
•
6th - 8th Grade
10 questions
Folder dan File

Quiz
•
7th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade