
ссссс

Quiz
•
Construction
•
Professional Development
•
Hard
Nurgul Daribaeva
FREE Resource
Student preview

21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Келесі кодты орындағанда нәтиже қандай болады?
numbers = [1, 2, 3, 4, 5] print(numbers[2:4]) 5
[2, 3, 4]
[3, 4]
[3, 4, 5]
[2, 3]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Python тілінде айнымалының типін қалай анықтайды?
type(x)
typeof(x)
getType(x)
x.type()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Python тілінде функцияны қалай анықтайды?
def my_function():
define my_function():
func my_function():
function my_function():
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Келесі кодты орындағанда нәтиже қандай болады?
x = [1, 2, 3] y = x y.append(4) print(x)
[1, 2, 3, 4]
[4, 1, 2, 3]
[1, 2, 3]
Қате пайда болады
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Келесі кодты орындағанда нәтиже қандай болады?
x = (1, 2, 3) x[0] = 4 print(x)
(4, 2, 3)
(1, 2, 3)
[4, 2, 3]
Қате пайда болады
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Келесі кодты орындағанда нәтиже қандай болады?
def func(x=[]): x.append(1) return x print(func()) print(func())
[1] және [1]
[1] және [1, 1]
Қате пайда болады
[1, 1] және [1, 1, 1]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Python тілінде қайталанатын әрекеттерді орындау үшін қандай цикл түрлері қолданылады?
loop және foreach
repeat және until
for және while
do-while және for
Create a free account and access millions of resources
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade