Kiểm Tra Giữa Kỳ Lập Trình Python

Kiểm Tra Giữa Kỳ Lập Trình Python

9th Grade

30 Qs

quiz-placeholder

Similar activities

TRẮC NGHIỆM BÀI 14, 15 (KTTX)

TRẮC NGHIỆM BÀI 14, 15 (KTTX)

9th Grade

25 Qs

ÔN TẬP 9 CK2

ÔN TẬP 9 CK2

9th Grade

32 Qs

ÔN TẬP TIN HỌC 5 HK1

ÔN TẬP TIN HỌC 5 HK1

5th Grade - University

30 Qs

Unity part_1

Unity part_1

9th - 12th Grade

25 Qs

TIN 9 ÔN CUỐI KÌ 2

TIN 9 ÔN CUỐI KÌ 2

9th Grade

29 Qs

tin 9

tin 9

9th Grade

25 Qs

Quiz về Ứng dụng Tin học

Quiz về Ứng dụng Tin học

9th Grade

29 Qs

Lớp 9- Ôn tập giữa kì 2

Lớp 9- Ôn tập giữa kì 2

9th Grade

30 Qs

Kiểm Tra Giữa Kỳ Lập Trình Python

Kiểm Tra Giữa Kỳ Lập Trình Python

Assessment

Quiz

Information Technology (IT)

9th Grade

Hard

Created by

Thor Do

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Python, lệnh nào để hiển thị thông tin ra màn hình?

input()

print()

output()

show()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh nào dùng để nhập dữ liệu từ người dùng?

scan()

print()

input()

read()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tên biến hợp lệ trong Python là:

1score

my-score

score_1

class

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pygame là gì?

Game nổi tiếng của Google

Thư viện Python hỗ trợ làm game

Hệ điều hành cho game

Ngôn ngữ lập trình mới

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Pygame, lệnh tạo cửa sổ game là:

pygame.screen()

pygame.display()

pygame.set_mode()

pygame.display.set_mode()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh x += 1 tương đương với:

x = x * 1

x = x + 1

x = x - 1

x += 0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pygame xử lý sự kiện bằng cấu trúc nào?

if event == mouse

while True

for event in pygame.event.get()

listen(event)

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?