Search Header Logo

List

Authored by Gulnaz Mametova

Computers

11th Grade

Used 11+ times

List
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Берілген программа кодының нәтижесін анықтаңыз:

fruits=["apple","banana","orange", "kiwi"]

print (fruits[1:3])

banana, orange

banana, orange, kiwi

apple, banana, orange

banana, kiwi

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Берілген программа кодының нәтижесін анықтаңыз:

City=[‘Almaty’, ‘Moscow’, ‘Berlin’, ‘New York’, ‘Paris’]

print(City[3])

New York

Berlin

Moscow

Almaty

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Берілген программа кодының нәтижесін анықтаңыз:

candies=[‘mars’, ‘snickers’, ‘twix’, ‘kinder’]

candies[3]=’mars’

candies[0]=’kinder’

print(candies)

[‘mars’, ‘kinder’, ‘snickers’, ‘twix’]

[‘twix’, ‘mars’, ‘snickers’, ‘kinder’]

[‘mars’, ‘twix’, ‘snickers’, ‘kinder’]

[‘kinder’, ‘snickers’, ‘twix’, 'mars']

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Берілген программа кодының нәтижесін анықтаңыз:

Country=[‘Kazakhstan’, ‘Germany’, ‘Italy’, ‘The USA’, ‘Russia’]

 Country.pop(3)

print(Country)     

                                                                                         

[‘Kazakhstan’, ‘Germany’, ‘Russia’]

[‘Kazakhstan’, ‘Germany’, ‘Italy’,‘Russia’]

[‘Kazakhstan’, ‘Germany’, ‘The USA’, ‘Russia’]

[‘Kazakhstan’, ‘Italy’, ‘The USA’, ‘Russia’]

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Берілген программа кодының нәтижесін анықтаңыз:

a=[1,2]

a.append(3)

a.append(5)

print(a)  

                                                                                         

[1, 2, 3, 5]

[1, 2, 3, 4]

[1, 2, 5, 3]

[1, 2, 3]

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Берілген программа кодының нәтижесін анықтаңыз:

a=[1,2,4,5]

a.insert(1,3)

print(a)

                                                                                         

[1, 2, 3, 4, 5]

[1, 2, 4, 3, 5]

[1, 2, 5, 3]

[1, 3, 2, 4, 5]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Массив элементтерін өсу ретімен сұрыптайтын программа кодын толықтырыңыз:

A=[1,12, 4, 7, 9]

___________

print(A)

a.sort()

A.sort(reverse=True)

A=sort()

A.sort()

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?