Tin Cuối Kỳ 2 10G

Tin Cuối Kỳ 2 10G

10th Grade

45 Qs

quiz-placeholder

Similar activities

ÔN TẬP 1

ÔN TẬP 1

9th - 12th Grade

45 Qs

Agripreneur

Agripreneur

9th - 12th Grade

40 Qs

Nghệ

Nghệ

9th - 12th Grade

40 Qs

Dasar Perancangan Teknik Mesin X

Dasar Perancangan Teknik Mesin X

10th Grade

40 Qs

TEORI KEJURUAN

TEORI KEJURUAN

10th Grade - University

40 Qs

K10_ÔN TẬP KTGK2

K10_ÔN TẬP KTGK2

10th Grade

41 Qs

PLACA ARDUINO

PLACA ARDUINO

10th Grade

49 Qs

HTML,CSS y PHP

HTML,CSS y PHP

10th Grade - University

50 Qs

Tin Cuối Kỳ 2 10G

Tin Cuối Kỳ 2 10G

Assessment

Quiz

Instructional Technology

10th Grade

Easy

Created by

Vd Vdv

Used 3+ times

FREE Resource

AI

Enhance your content

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

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu 1. Trong Python, câu lệnh nào dùng để tính độ dài của xâu s?

A. len(s).​

.​B. length(s).​​

​C. s.len().​​

D. s. length().

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu 2. Có bao nhiêu xâu kí tự nào hợp lệ?

1) “123_@##”

2) “hoa hau”

3) “346h7g84jd”

4) python

5) “01028475”

6) 123456

5

6

4

3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu 3. Xâu “1234%^^%TFRESDRG” có độ dài bằng bao nhiêu?

16

17

18

15

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

.

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

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

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

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu 5. Sau khi thực hiện lệnh sau, biến s sẽ có kết quả là:

s1 ="3986443"

s2 = ""

for ch in s1:

if int(ch) % 2 == 0:

s2 = s2 + ch

print(s2)

A. 3986443.

B. 8644.​​

C. 39864

D. 443.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

S1 = “12345”

S2 = “3e4r45”

S3 = “45”

S3 in S1

S3 in S2

A. True, False.

B. True, True.

C. False, False.

D. False, True.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu 7. Kết quả của chương trình sau nếu s = “python1221” là gì?

s = input("Nhập xâu kí tự bất kì:")

kq = False

for i in range(len(s)-1):

if s[i] == "2" and s[i+1] == "1":

kq = True

break

print(kq)

A. True

B False

C Chương trình bị lỗi

D Vòng lặp vô hạn.

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?