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

Microsoft Excel-Version 2

Microsoft Excel-Version 2

10th - 12th Grade

50 Qs

ASAT TIK Kelas 5 TA 2024/2025

ASAT TIK Kelas 5 TA 2024/2025

5th Grade - University

50 Qs

MS Excel Test #1

MS Excel Test #1

9th - 12th Grade

45 Qs

MIL REVIEWER (1st)

MIL REVIEWER (1st)

9th - 12th Grade

50 Qs

PYTHON PROGRAMMING - FINAL EXAM REVIEW

PYTHON PROGRAMMING - FINAL EXAM REVIEW

9th - 12th Grade

46 Qs

Integrasi aplikasi perkantoran

Integrasi aplikasi perkantoran

10th Grade

50 Qs

Ôn tập

Ôn tập

10th Grade

45 Qs

Year 10 Lent

Year 10 Lent

10th Grade

52 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

Practice Problem

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?