ÔN TẬP CUỐI KỲ 2 - 10C5

ÔN TẬP CUỐI KỲ 2 - 10C5

9th - 12th Grade

40 Qs

quiz-placeholder

Similar activities

Nghe_DeLyThuyet_2017

Nghe_DeLyThuyet_2017

11th Grade

40 Qs

HTML DASAR

HTML DASAR

10th - 11th Grade

40 Qs

Quiz TIK

Quiz TIK

12th Grade

45 Qs

Year nine revision for summer assessment

Year nine revision for summer assessment

9th Grade

36 Qs

Ôn thi giữa kì 1 - Tin học - 11a3

Ôn thi giữa kì 1 - Tin học - 11a3

11th Grade

40 Qs

Mid Tes HTML Quiz

Mid Tes HTML Quiz

11th Grade

35 Qs

Tin học 11c2

Tin học 11c2

11th Grade

40 Qs

Pemrograman Dasar

Pemrograman Dasar

10th Grade

40 Qs

ÔN TẬP CUỐI KỲ 2 - 10C5

ÔN TẬP CUỐI KỲ 2 - 10C5

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Hạnh Nguyễn

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Lệnh A.insert(-1, 3) chèn phần tử cần thêm vào vị trí thứ mấy trong danh sách A?

0

1

3

2

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Phát biểu nào sau đây là sai?

Có thể truy cập từng kí tự của xâu thông qua chỉ số.

Không thể thay đổi từng kí tự của một xâu.

Python không có kiểu dữ liệu kí tự.

Chỉ số bắt đầu từ 0.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Biểu thức sau cho kết quả đúng hay sai?

S1 = “1990”

S3 = “910”

S3 in S1

True

False

False, True     

True, True.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Kết quả của chương trình sau là bao nhiêu?

>>> s = “python”

>>> print(s[1])

‘y’

‘t’

‘o’   

‘n’

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cho s = “123456abcdefg”, s1 = “124”, s2 = “56”, s3 = “abd”. Biểu thức lôgic nào sau đây cho giá trị True?

s2 in s.

s1 in s.

s3 in s.

s4 in s.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Sử dụng lệnh nào để tìm vị trí của xâu t2 trong xâu t1?

t1.test(t2).         

t1.find(t2).        

t2.find(t1).        

t2.join(t1).         

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cho biết kết quả sau khi thực hiện các lệnh sau:

>>> A = [3, 2, 7, 0, 1]

>>> A + [11]

[11, 3, 2, 7, 0, 1]      

[3, 2, 7, 0, 1, 11]        

[0, 1, 2, 3, 7, 11]      

[1, 3, 2, 7, 0, 11]       

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?

Discover more resources for Computers