KIỂM TRA B15-THỰC HÀNH KIỂU DSACH

KIỂM TRA B15-THỰC HÀNH KIỂU DSACH

10th Grade

10 Qs

quiz-placeholder

Similar activities

static equilibrium balance calculations

static equilibrium balance calculations

10th - 12th Grade

15 Qs

Unit 9 (Forces) Test

Unit 9 (Forces) Test

9th - 12th Grade

10 Qs

Force, Acceleration, and Mass

Force, Acceleration, and Mass

8th Grade - University

15 Qs

Acceleration and Weight units

Acceleration and Weight units

10th Grade

10 Qs

Python_HW6

Python_HW6

6th Grade - University

10 Qs

Câu hỏi về quá trình tổng hợp chất

Câu hỏi về quá trình tổng hợp chất

10th Grade

10 Qs

10 Fisika Dinamika Partikel

10 Fisika Dinamika Partikel

10th Grade

10 Qs

Mechanical Advantage Questions

Mechanical Advantage Questions

9th - 12th Grade

10 Qs

KIỂM TRA B15-THỰC HÀNH KIỂU DSACH

KIỂM TRA B15-THỰC HÀNH KIỂU DSACH

Assessment

Quiz

Science

10th Grade

Medium

Created by

Trieu Tham

Used 2+ times

FREE Resource

AI

Enhance your content

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Lệnh nào để duyệt từng phần tử của danh sách?

for

while – for

for kết hợp với lệnh range().

while kết hợp với lệnh range().

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Cho mảng a=[0,2,4,6]. Phần tử a[1]=?

0

2

4

6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

a=[1,2,3]

a.append(4)

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ử

a=[4,1,2,3]

a=[1,2,3]

a=[1,2,3,4]

a=[1,4,2,3]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

a=[1,2,3]

a.pop(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ử:

a=[1,2]

a=[2,3]

a=[1,3]

a=[2]

5.

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ử:

a=[0,1,2,3]

a=[2,3]

a=[2,1,2,3]

a=[1,2,3,2]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để biết kích thước của danh sách ta dùng hàm

type()

len()

sort()

pop()

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Để biết kích thước của danh sách ta dùng hàm

type()

len()

sort()

pop()

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?