tin cuối hk2

tin cuối hk2

10th Grade

46 Qs

quiz-placeholder

Similar activities

Study for Final

Study for Final

9th - 12th Grade

47 Qs

AH2_REVIEW_ART OF AFRICA

AH2_REVIEW_ART OF AFRICA

9th - 12th Grade

42 Qs

DreamweaverCC_unit1

DreamweaverCC_unit1

9th - 12th Grade

45 Qs

PENILAIAN TENGAH SEMESTER SENI BUDAYA KELAS X

PENILAIAN TENGAH SEMESTER SENI BUDAYA KELAS X

10th Grade

50 Qs

DG Muda (2)

DG Muda (2)

KG - Professional Development

50 Qs

Web Development/Web Design

Web Development/Web Design

10th Grade - University

46 Qs

computer exam

computer exam

9th - 12th Grade

41 Qs

KUIS TATA SUARA PAV

KUIS TATA SUARA PAV

10th Grade

45 Qs

tin cuối hk2

tin cuối hk2

Assessment

Quiz

Arts

10th Grade

Medium

Created by

Tony Vinh

Used 4+ times

FREE Resource

46 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để thêm phần tử vào cuối danh sách ta dùng hàm nào?

append()

pop()

clear()

remove()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

clear()

exit()

remove()

del()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả khi thực hiện chương trình sau?

>>> A = [1, 2, 3, 5]

>>> A. insert(2, 4)

>>> print(A)

1,2,3,4.

1,2,3,4,5.

1,2,4,3,5.

1,2,4,5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Xâu "1234%^^%TFRESDRG" có độ dài bằng bao nhiêu?

16

15

17

18

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh sau có lỗi thuộc loại nào?

123ab = {1,2,3)

print(123ab)

Lỗi cú pháp

Lỗi ngoại lệ

Lỗi khác

Không có lỗi

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Giả sử chương trình có lệnh nhập dữ liệu sau:

n = int(input("Nhập số nguyên n: "))

Khi chúng ta nhập 1.5 thì chương trình có lỗi ngoại lệ nào?

SyntaxError.

TypeError.

ValueError.

IndexError.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Khi dòng lệnh thụt vào không thẳng hàng chương trình đưa ra mã lỗi ngoại lệ nào?

ZeroDivisionError.

IndentationError.

TypeError.

SyntaxError.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?