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

Lưu trữ và chia sẻ tệp tin bài 6 tin 11 ict

Lưu trữ và chia sẻ tệp tin bài 6 tin 11 ict

11th Grade - University

19 Qs

asessment of Learning strategi algoritma rekursi deret

asessment of Learning strategi algoritma rekursi deret

11th Grade

20 Qs

IoT 1.6

IoT 1.6

11th Grade

20 Qs

Pensamento Computacional

Pensamento Computacional

12th Grade

15 Qs

RETURN 12-БӨЛІМ

RETURN 12-БӨЛІМ

11th Grade

21 Qs

ViewSonic LCD Training

ViewSonic LCD Training

12th Grade - University

15 Qs

Karışık Algoritma 9. sınıf

Karışık Algoritma 9. sınıf

9th Grade - University

15 Qs

Berpikir kritis dan DSI

Berpikir kritis dan DSI

11th Grade

20 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

Practice Problem

Hard

Created by

Phạm Thị Nhan

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

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?