Search Header Logo

Python тіліндегі сұрақтар

Authored by Марзия Сагиева

Information Technology (IT)

7th Grade

Used 1+ times

Python тіліндегі сұрақтар
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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

Already have an account?