Search Header Logo

Trường đua Quizizz

Authored by Nghĩa Thị

Other

10th Grade

Used 2+ times

Trường đua Quizizz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Kiểu dữ liệu nào dưới đây là kiểu danh sách

int.
float.
array.
list.

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Với danh sách color như sau: color = [‘red’, ‘orange’, ‘yellow’, ‘green’, ‘blue’] Giá trị của color[2] là gì?

red.
orange.
yellow.
green.

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Hàm nào dưới đây cho phép bổ sung một phần tử vào cuối danh sách a?

a.append(x).

a. pop(x).     

a.insert(x, i).

x.append(a).

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Hàm nào dưới đây cho phép sắp xếp các phần tử của danh sách a theo thứ tự không giảm?

a. sort().

a. pop(x).     

a.insert(x, i).

a.append(x).

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Danh sách lst bao gồm những phần tử nào sau khi thực hiện dãy lệnh sau?

>>> x = 12

>>> lst = [‘lớp’, 10]

>>> lst.insert(0, x)

[12, ‘lớp’, 10]

[10, ‘lớp’, 12]

[‘12’, ‘lớp’, ‘10’]

[‘lớp’, 12, 10]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Giá trị của s bằng bao nhiêu sau khi thực hiện dãy lệnh bên

[1, 2, 3, ‘hoa’, ‘hạnh’, ‘hồng’]

[1, ‘hoa’, 2, ‘hạnh’, 3, ‘hồng’].

[‘hoa’, ‘hạnh’, ‘hồng’, 1, 2, 3,]

[1, 2, 3, hoa, hạnh, hồng].  

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Danh sách a bao gồm những phần tử nào sau khi thực hiện dãy lệnh sau?

>>> a= []

          >>> for i in range (0, 5):

                               a.append(i)

[1, 2, 3, 4]

[0, 1, 2, 3, 4]

[1, 2, 3, 4, 5]

[4, 3, 2, 1, 0].

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?