
Рекурсия (уй тапшырмасын текшеруу))

Quiz
•
Computers
•
9th Grade
•
Medium
shairgul saatova
Used 6+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
бул функция тизменин эн кичине маанисин чыгарат?
min (a)
sort (a)
pop (a)
round (a)
2.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
a = [16, 29, -5, -11, 23, 14, -7, 23, 18]
print (a.index (23))
Жыйынтыгын корсот
4
2
5
7
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
a = range (1,20)
m = max (a)
print (m)
Жыйынтыгы корсот
15
19
2
1
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
def fact(n):
if n==1:
return 1
return fact(n-1)*n
print(fact(5))
120
720
25
5
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
def rec(x):
if x<5:
print(x,end=" ")
rec(x+1)
rec(1)
Жыйынтыгы кандай болот?болот.
4 3 2 1
5 4 3 2 1
1 2 3 4
1 2 3 4 5
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
a = range (1, 30)
m = min (a)
print (m)
1
3
29
0
7.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Кайсы бир объект озун озу кайталаган процесс эмне деп аталат?
Индекс
Элемент
Рекурсия
Массив
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Basics

Quiz
•
8th - 10th Grade
14 questions
PYTHON

Quiz
•
9th Grade
14 questions
Y9 - Module 2 - KT1 Python Basics

Quiz
•
9th Grade
12 questions
Python Loops

Quiz
•
9th - 11th Grade
15 questions
Selection in Python

Quiz
•
1st - 9th Grade
11 questions
Python

Quiz
•
9th Grade
15 questions
Conditionals Unit Quiz

Quiz
•
9th Grade - University
10 questions
Python

Quiz
•
3rd - 10th 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 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