Ô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

PERANGKAT IKM

PERANGKAT IKM

Professional Development

20 Qs

SIMULADOR MASTER I

SIMULADOR MASTER I

Professional Development

20 Qs

Regola 1: IL TERRENO DI GIOCO (prima parte)

Regola 1: IL TERRENO DI GIOCO (prima parte)

Professional Development

20 Qs

二年级数学 1000 以内的整数 (3)

二年级数学 1000 以内的整数 (3)

KG - Professional Development

20 Qs

Câu hỏi luât: Quyền sở hữu - Nhóm 1

Câu hỏi luât: Quyền sở hữu - Nhóm 1

Professional Development

20 Qs

1st Quiz

1st Quiz

Professional Development

20 Qs

TEMA 2 ST2

TEMA 2 ST2

4th Grade - Professional Development

20 Qs

Joyful Disciples Bible Trivia

Joyful Disciples Bible Trivia

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

Practice Problem

Medium

Created by

Nguyễn Hào

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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?