Quiz về lập trình Python

Quiz về lập trình Python

10th Grade

15 Qs

quiz-placeholder

Similar activities

DISINTEGRASI BANGSA

DISINTEGRASI BANGSA

9th - 12th Grade

20 Qs

Inference

Inference

9th - 12th Grade

10 Qs

Ulangan Penyiaran Online by Ana Nursyifa

Ulangan Penyiaran Online by Ana Nursyifa

10th Grade

20 Qs

Kuis Berkompetisi dalam Kebaikan

Kuis Berkompetisi dalam Kebaikan

10th Grade

10 Qs

National youth day kv2tpt

National youth day kv2tpt

9th - 12th Grade

14 Qs

Welcome to Miss Iwana's Classroom

Welcome to Miss Iwana's Classroom

6th Grade - University

10 Qs

guess the answer (Fun)

guess the answer (Fun)

10th Grade

11 Qs

Quiz ramadhan

Quiz ramadhan

10th Grade

20 Qs

Quiz về lập trình Python

Quiz về lập trình Python

Assessment

Quiz

Others

10th Grade

Hard

Created by

Duy Anh Nguyên

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu 1. Biểu thức sau cho kết quả đúng hay sai? S1 = “12345” S2 = “3e4r45” S3 = “45” S3 in S1 S3 in S2

True, False.

True, True.

False, False.

False, True.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu 2. 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 print(kq)

True.

False.

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

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu 3. Chương trình sau cho kết quả là bao nhiêu? name = "Codelearn" print(name[0])

“C”.

“o”.

“c”.

Câu lệnh bị lỗi.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu 4. Kết quả của chương trình sau là bao nhiêu? >>> s = “0123145” >>> s[0] = ‘8’ >>> print(s[0])

‘8’.

‘0’.

‘1’.

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu 5. Trong Python, xâu nào chương trình sẽ báo lỗi.

'This is a string in Python' message = "This is also a string".

‘"Beautiful is better than ugly.". Said Tim Peters’

Xâu không bị lỗi.

“It's also a valid string”

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

len(s).

length(s).

s.len().

s. length().

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu 7. 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

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?