ÔN TẬP GIỮA KỲ 2 TIN 10

ÔN TẬP GIỮA KỲ 2 TIN 10

Professional Development

25 Qs

quiz-placeholder

Similar activities

Triển khai 5S và cập nhật kiến thức Kiểm soát nhiễm khuẩn

Triển khai 5S và cập nhật kiến thức Kiểm soát nhiễm khuẩn

Professional Development

20 Qs

Bài Kiểm Tra 4 Môn - Toán, Văn, Anh, Lý,  Sinh

Bài Kiểm Tra 4 Môn - Toán, Văn, Anh, Lý, Sinh

Professional Development

25 Qs

COCAT - DAA

COCAT - DAA

University - Professional Development

25 Qs

Supply_PKT Cycle 1_July'23

Supply_PKT Cycle 1_July'23

Professional Development

20 Qs

Data and Data Science / BIG DATA IN BUSINESS

Data and Data Science / BIG DATA IN BUSINESS

Professional Development

20 Qs

CBCT

CBCT

Professional Development

20 Qs

TIU VERBA

TIU VERBA

Professional Development

20 Qs

Current Accounts Variants

Current Accounts Variants

Professional Development

20 Qs

ÔN TẬP GIỮA KỲ 2 TIN 10

ÔN TẬP GIỮA KỲ 2 TIN 10

Assessment

Quiz

Education

Professional Development

Medium

Created by

Nguyễn Hào

Used 1+ times

FREE Resource

AI

Enhance your content

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

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Tong = 10

while Tong < 10:

    Tong = Tong + 1

Sau khi đoạn chương trình trên được thực hiện, giá trị của tổng bằng bao nhiêu:

9

10

11

12

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hoạt động nào sau đây lặp với số lần lặp chưa biết trước?

Ngày tắm hai lần.

Học bài cho tới khi thuộc bài.

Mỗi tuần đi nhà sách một lần.

Ngày đánh răng hai lần.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cấu trúc lặp với số lần chưa biết trước có dạng như thế nào?

while < điều kiện >: 

<khối lệnh >

while < điều kiện >

<khối lệnh >

while < điều kiện >:

while < điều kiện > to <khối lệnh >

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để khởi tạo danh sách b có 5 phần tử 1, 2, 3, 4, 5 ta dùng cú pháp:

b = 1, 2, 3, 4, 5

b = (1, 2, 3, 4, 5)

b = [1,5]

b = [1, 2, 3, 4, 5]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để xóa 2 phần tử ở vị trí 1 và 2 trong danh sách a hiện tại ta dùng lệnh nào?

del a[1:2]

del a[0:2] 

del a[0:3]

del a[1:3] 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Vòng lặp nào trả về kết quả dưới đây?

for i in range(1,6):

print(i,i,i,i,i)

for i in range(1,5):

print(str(i)*5)

for i in range(1,6):

print(str(i)*5)

for i in range(0,5):

print(str(i)*5)

7.

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)

[1, 2, 3, 4].

[2, 3, 4, 5].

[1, 2, 4, 5].

[1, 3, 4, 5].

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?