On tap TN GK2_Tin 1-

On tap TN GK2_Tin 1-

10th Grade

30 Qs

quiz-placeholder

Similar activities

Matruchaya School Quiz - 13

Matruchaya School Quiz - 13

9th - 11th Grade

25 Qs

QUI EST BTS ?

QUI EST BTS ?

KG - Professional Development

25 Qs

Spring time

Spring time

10th Grade

25 Qs

Inside the factory - Biscuits

Inside the factory - Biscuits

1st Grade - University

25 Qs

ĐẤU TRƯỜNG TRI THỨC (P1)

ĐẤU TRƯỜNG TRI THỨC (P1)

9th - 12th Grade

25 Qs

Basic Needs

Basic Needs

3rd Grade - Professional Development

25 Qs

Refresh JHS-SHS

Refresh JHS-SHS

7th - 12th Grade

25 Qs

Ultimate office trivia quiz

Ultimate office trivia quiz

KG - Professional Development

25 Qs

On tap TN GK2_Tin 1-

On tap TN GK2_Tin 1-

Assessment

Quiz

Other

10th Grade

Medium

Created by

Kim Tăng

Used 4+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho biết kết quả của đoạn chương trình dưới đây:

>>>for i in range(1,6):

>>> print(i,end=" ")

12345

123456

1 2 3 4 5

1 2 3 4 5 6

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Toán tử nào dùng để kiểm tra một giá trị có nằm trong danh sách không?

in

int

range

append

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Giả sử A = [‘a’, ‘b’, ‘c’, ‘d’, 2, 3, 4]. Các biểu thức sau trả về giá trị đúng hay sai?

6 in A

‘a’ in A

True, False.

True, False.

False, False

False, True

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào sau đây xoá toàn bộ danh sách?

exit() 

clear()

remove()

del()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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().

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

4

6

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chuỗi sau được in ra mấy lần?

s = "abcdefghi"

for i in range (10):

    if i % 4 == 0:

        print(s)  

0

1

2

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?