Search Header Logo

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

Authored by shairgul saatova

Computers

9th Grade

Used 8+ times

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

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

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

Кайсы бир объект озун озу кайталаган процесс эмне деп аталат?

Индекс

Элемент

Рекурсия

Массив

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?