Trắc nghiệm tin 10 - Exam B

Trắc nghiệm tin 10 - Exam B

10th Grade

21 Qs

quiz-placeholder

Similar activities

Christmas Quiz

Christmas Quiz

1st - 12th Grade

20 Qs

SJAG Bible Quiz

SJAG Bible Quiz

KG - Professional Development

20 Qs

Evaluación Primer Periodo Excel

Evaluación Primer Periodo Excel

10th Grade

20 Qs

Evaluación final - El viejo y el mar de Ernest Hemingway

Evaluación final - El viejo y el mar de Ernest Hemingway

9th - 12th Grade

20 Qs

6-1 Quiz Review

6-1 Quiz Review

9th - 12th Grade

17 Qs

LE VERBE

LE VERBE

4th - 11th Grade

20 Qs

Kanban 1

Kanban 1

1st - 12th Grade

20 Qs

Textos expositivos y argumentativos

Textos expositivos y argumentativos

10th Grade

19 Qs

Trắc nghiệm tin 10 - Exam B

Trắc nghiệm tin 10 - Exam B

Assessment

Quiz

Other

10th Grade

Medium

Created by

Thảo Nguyễn

Used 3+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để xóa tất cả các phần tử trong danh sách ta dùng hàm gì?

A. append().

B. pop().

C. clear().

D. remove().

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Giả sử A = [5, 6, 7, 8, 9, 10, 11, 12]. Biểu thức sau trả về giá trị đúng hay sai?

(3 + 4 – 5 + 18 // 4) in A

A. True.

B. False.

C. Không xác định.

D. Câu lệnh bị lỗi.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Muốn xóa một phần tử từ danh sách ta dùng lệnh gì?

A. remove()

B. insert()

C. append().

D. clear().

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sau khi thực hiện các câu lệnh sau, mảng A như thế nào?>>> A = [1, 2, 3, 4, 5]>>> A. remove(2)>>> print(A)

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

B. [2, 3, 4, 5].

C. [1, 2, 4, 5]

D. [1, 3, 4, 5].

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Giả sử A = [‘a’, ‘b’, ‘c’, ‘d’, 2, 3, 4]. Các biểu thức sau trả về giá trị đúng hay sai?

6 in A

‘a’ in A

A. True, False.

B. True, True.

C. False, True.

D. False, False.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phần tử thứ bao nhiêu trong mảng A bị xoá?

>>> A = [10, 20, 3, 30, 20, 30, 20, 6, 3, 2, 8, 9]

>>> A. remove(3)

>>> print(A)

A. 2.

B. 3.

C. 8.

D. 4.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Muốn xóa phần tử thứ 2 trong danh sách a ta dùng lệnh gì?

A. del(2).

B. del a(2).

C. del a.

D. remove(2).

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?