Tin 10 Bài 22-23

Tin 10 Bài 22-23

10th Grade

10 Qs

quiz-placeholder

Similar activities

The Writing Process 5 steps

The Writing Process 5 steps

9th - 12th Grade

13 Qs

Variables in RobotC

Variables in RobotC

9th - 12th Grade

15 Qs

Repaso Microcontroladores (U3)

Repaso Microcontroladores (U3)

10th - 11th Grade

11 Qs

Careers in Construction

Careers in Construction

9th - 10th Grade

10 Qs

10º Relación de transmisión Poleas

10º Relación de transmisión Poleas

10th Grade

10 Qs

IGCSE ICT - Safety and Security

IGCSE ICT - Safety and Security

10th - 12th Grade

7 Qs

Tin học 6

Tin học 6

4th - 10th Grade

10 Qs

Technology Day

Technology Day

4th - 11th Grade

12 Qs

Tin 10 Bài 22-23

Tin 10 Bài 22-23

Assessment

Quiz

Instructional Technology

10th Grade

Medium

Created by

Linh Vũ

Used 88+ 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

1 min • 1 pt

Giả sử danh sách được xác định như sau: A=[1, 2, 3, "He"]

Câu lệnh sau in gì ra màn hình: print(A[2], A[3])

1 2 3 He

3 He

2 3

1 2

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Giả sử danh sách được xác định như sau: A=[1, 2, 3, "He"]

Câu lệnh sau kết quả là gì: A= [0, 2] + A

A=[0, 2, 1, 2, 3, "He"]

A=[1, 2, 3, "He"]

A=[1, 2, 3, "He", 0, 2,]

A=[0, 2]

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Cho A = [1, -2, 4, -3.5, 6]. Em hãy cho biết kết quả thực hiện lệnh sau:

10

5.5

11

-5.5

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Cho A = [1, -2, 4, 6]. Em hãy cho biết kết quả thực hiện lệnh sau:

A = [1, -2, 4, 6]

A = [1, 1, 7, 9]

A = [4, -2, 7, 9]

A = [4, 1, 7, 9]

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Trong python, đâu là lệnh xóa phần tử đầu tiên trong danh sách A?

del A[0]

delete A[0]

A.clear()

remove A[0]

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Với danh sách trong python, lệnh A.insert(k, x) dùng để...

chèn phần tử x vào vị trí k của danh sách A

chèn phần tử k vào vị trí x của danh sách A

xóa phần tử x vào vị trí k của danh sách A

chèn phần tử A vào vị trí k của danh sách x

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cho A=[1, 2, 2, 3, 4, 5, 5]. Câu lệnh chèn số 1 vào ngay sau giá trị 1 của danh sách là?

A.insert(1, 1)

A.insert(0, 1)

A.insert(1, 2)

A.insert(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?