BÀI KIỂM TRA 15 PHÚT - Môn Tin Học 10 - HK2-PYTHON

BÀI KIỂM TRA 15 PHÚT - Môn Tin Học 10 - HK2-PYTHON

10th Grade

20 Qs

quiz-placeholder

Similar activities

Latihan Microsoft Excel_1 Kelas X

Latihan Microsoft Excel_1 Kelas X

10th Grade

20 Qs

IoT 1.4

IoT 1.4

11th Grade

20 Qs

RETURN 13-БӨЛІМ

RETURN 13-БӨЛІМ

11th Grade

23 Qs

BAB 4. Topologi Jaringan

BAB 4. Topologi Jaringan

11th Grade

15 Qs

Python: operadores y tipos de datos

Python: operadores y tipos de datos

University

18 Qs

Document Formatting

Document Formatting

10th Grade

20 Qs

asessement formatif materi membuat algoritma penyelesaian

asessement formatif materi membuat algoritma penyelesaian

11th Grade

21 Qs

Uji Pemahaman Komputasi

Uji Pemahaman Komputasi

10th Grade

16 Qs

BÀI KIỂM TRA 15 PHÚT - Môn Tin Học 10 - HK2-PYTHON

BÀI KIỂM TRA 15 PHÚT - Môn Tin Học 10 - HK2-PYTHON

Assessment

Quiz

Information Technology (IT)

10th Grade

Hard

Created by

Phạm Thị Nhan

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của đoạn chương trình sau là gì? a = 10; while a < 11: print(a)

Trên màn hình xuất hiện 10 chữ a.

Trên màn hình xuất hiện một số 11.

Chương trình bị lặp vô tận.

Trên màn hình xuất hiện một số 10.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mọi quá trình tính toán đều có thể mô tả và thực hiện dựa trên cấu trúc cơ bản nào?

Cấu trúc tuần tự.

Cấu trúc rẽ nhánh.

Cấu trúc lặp.

Cả ba cấu trúc trên.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để in giá trị phần tử thứ 2 của mảng A = list('3456789') ra màn hình ta viết:

print(A[0]).

print(A[3]).

print(A[1]).

print(A[2]).

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của chương trình sau là gì? A = [2, 3, 5, 'python', 6]; A.append(4); A.append(2); A.append('x'); del(A[2]); print(len(A))

7.

8.

6.

5.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào sau đây dùng để tách xâu?

remove()

split()

join()

copy()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Lệnh print() thực hiện việc in ra màn hình.

Lệnh str() chuyển đối tượng đã cho thành số.

Lệnh input() thực hiện yêu cầu nhập vào một biểu thức.

Lệnh type() trả lại kiểu dữ liệu của biểu thức trong ngoặc.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của các câu lệnh sau là gì? s = '12 34 56 ab cd de '; print(s.find(' ')); print(s.find('12')); print(s.find('34'))

2, 0, 3.

2, 1, 3.

1, 4, 5.

3, 5, 2.

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?