Search Header Logo

Phần 1-Khởi động

Authored by Ngọc Uyển

Computers

11th Grade

Used 5+ times

Phần 1-Khởi động
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đâu không phải là từ khóa:

False

true

def

while

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của lệnh "88"+"8"*3 là:

888

8888

88888

888888

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh range(10) cho vùng giá trị là:

0,1,2,3,4,5,6,7,8,9

1,2,3,4,5,6,7,8,9,10

1,2,3,4,5,6,7,8,9

0,1,2,3,4,5,6,7,8,9,10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả thực hiện lệnh:

for i in range(3):

print(i,end=" ")

là:

0,1,2,3

0 1 2

0

1

2

0 1 2 3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho danh sách A=[5,4,22,36,8]

Sau khi thực hiện lệnh A.remove(4) danh sách A là:

A=[5,4,22,36,8,4]

A=[5,22,36,8]

A=[5,4,22,36]

A=[4,5,4,22,36,8]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh sau trả lại giá trị nào?

"THPT Lê Chân".find("Ch")

8

9

7

10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Python, các phép toán cơ bản với kiểu dữ liệu số là:

+, -, x, :

+, -, *, /

+, -, *, /, div, mod

+, -, , /, //, %, **

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Computers