
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
Soal Informatika jenjang SMP/MTs

Quiz
•
6th - 8th Grade
10 questions
Prova PRONATEC

Quiz
•
6th - 8th Grade
6 questions
7 сынып

Quiz
•
7th Grade
7 questions
Python М3У1-2

Quiz
•
6th - 8th Grade
6 questions
Первый урок

Quiz
•
6th - 8th Grade
10 questions
Mastering Microsoft Word Basics

Quiz
•
7th Grade
5 questions
if else

Quiz
•
6th - 8th Grade
10 questions
Level Two Quiz

Quiz
•
6th - 8th Grade
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 Information Technology (IT)
10 questions
Video Games

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

Interactive video
•
6th - 10th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Multiplying and Dividing Integers

Quiz
•
7th Grade
30 questions
Math Fluency: Multiply and Divide

Quiz
•
7th Grade
20 questions
Perfect Squares and Square Roots

Quiz
•
7th Grade
13 questions
Parts of Speech

Quiz
•
7th Grade