Ai Nhanh - Ai Đúng

Ai Nhanh - Ai Đúng

10th Grade

10 Qs

quiz-placeholder

Similar activities

2025 python class first quiz

2025 python class first quiz

9th Grade - University

10 Qs

Excel. Формули 7 клас

Excel. Формули 7 клас

1st - 12th Grade

12 Qs

Wifi y bluetooth

Wifi y bluetooth

10th Grade

10 Qs

Instrumen Soal Computational Thinking

Instrumen Soal Computational Thinking

10th Grade

10 Qs

Python List

Python List

4th Grade - University

15 Qs

Bài 7 Tin học 10

Bài 7 Tin học 10

10th Grade

10 Qs

# REVIEW 1 DATA TYPES

# REVIEW 1 DATA TYPES

10th Grade

15 Qs

Tipuri de date

Tipuri de date

10th Grade

10 Qs

Ai Nhanh - Ai Đúng

Ai Nhanh - Ai Đúng

Assessment

Quiz

Computers

10th Grade

Practice Problem

Easy

Created by

Le B2013924

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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 • 1 pt

Đối tượng dưới đây thuộc kiểu dữ liệu nào?

A = [1, 2, ‘3’]

list

int

float

string

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

 Danh sách A sẽ có kết quả gì sau khi thực hiện đoạn lệnh sau?

A = [2, 3, 5, 6]

A. append(4)

A.pop(2)

2, 3, 4, 5, 6, 4

2, 3, 4, 5, 6

2, 4, 5, 6

2, 3, 6, 4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Cho đoạn chương trình sau

a=[3,1,5,2]

a.sort()

print(a)

Sau khi thực hiện đoạn chương trình trên, danh sách a hiển thị trên màn hình là:

[1, 2, 3, 5]

[3, 1, 5, 2]

[5, 3, 2, 1]

[3, 5, 2, 1]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Cho đoạn chương trình

a=[1,2,3]

a.insert(0,2)

print(a)

Sau khi thực hiện đoạn chương trình trên thì danh sách a có các phần tử:

[0, 1, 2, 3]

[2, 3]

[2, 1, 2, 3]

[1, 2, 3, 2]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để biết độ dài của danh sách ta dùng hàm?

type()

len()

sort()

pop()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để khởi tạo danh sách b có 5 phần tử 1, 2, 3, 4, 5 ta viết

b = 1, 2, 3, 4, 5

b = (1, 2, 3, 4, 5)

b = [1....5]

b = [1, 2, 3, 4, 5]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cách khởi tạo danh sách sau đây, cách nào sai?

ls = [1, 2, 3]

ls = [x for x in range(3)]

ls = [int(x) for x in input().split()]

ls = list(3)

Create a free account and access millions of resources

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?