Tin 10_Kiểu Dữ Liệu Danh Sách trong Python

Tin 10_Kiểu Dữ Liệu Danh Sách trong Python

10th Grade

50 Qs

quiz-placeholder

Similar activities

INFORMATIKA KELAS X SMK

INFORMATIKA KELAS X SMK

10th Grade

51 Qs

REMIDI SAS GENAP INFORMATIKA X

REMIDI SAS GENAP INFORMATIKA X

10th Grade

50 Qs

Digital Graphics - Terminology, File Types, Photoshop Basics

Digital Graphics - Terminology, File Types, Photoshop Basics

9th - 12th Grade

50 Qs

Java Basics Self-Check

Java Basics Self-Check

9th - 12th Grade

46 Qs

ÔN TẬP KIỂM TRA HK 1 ĐỊA LÍ 10

ÔN TẬP KIỂM TRA HK 1 ĐỊA LÍ 10

10th Grade

52 Qs

MID INFORMATIKA

MID INFORMATIKA

9th - 12th Grade

50 Qs

R093 iMedia Mix Up#2

R093 iMedia Mix Up#2

9th - 12th Grade

51 Qs

Excel10

Excel10

10th Grade

48 Qs

Tin 10_Kiểu Dữ Liệu Danh Sách trong Python

Tin 10_Kiểu Dữ Liệu Danh Sách trong Python

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Loan Trần

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kiểu dữ liệu danh sách trong Python là gì?

Một chuỗi ký tự.

Một kiểu dữ liệu số.

Một kiểu dữ liệu có nhiều phần tử.

Một kiểu dữ liệu logic.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cú pháp để khởi tạo danh sách rỗng là gì?

list = {}

list = []

list = ()

list = None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào được sử dụng để truy cập phần tử thứ nhất trong danh sách list1 = [1, 2, 3]?

list1[1]

list1[0]

list1(1)

list1.first()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phương thức nào thêm phần tử vào cuối danh sách?

append()

add()

insert()

extend()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phép cộng hai danh sách [1, 2] + [3, 4] cho kết quả gì?

[1, 2, 3, 4]

[4, 6]

[1, 5]

[1, 2, 3]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào được sử dụng để xóa phần tử thứ hai trong danh sách a = [10, 20, 30] ?

del a[2]

a.remove(2)

del a[1]

a.clear()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của len([1, 2, 3]) là gì?

2

3

1

0

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

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

Already have an account?