Cấu truc rẽ nhánh

Cấu truc rẽ nhánh

10th Grade

10 Qs

quiz-placeholder

Similar activities

Once Upon A Time

Once Upon A Time

5th Grade - University

10 Qs

hi

hi

KG - Professional Development

11 Qs

[3] MOCK MATH WEST 2021 | WIUT

[3] MOCK MATH WEST 2021 | WIUT

8th - 11th Grade

10 Qs

Kitchen Safety - WHS

Kitchen Safety - WHS

8th - 12th Grade

10 Qs

Adverse Driving and Parking

Adverse Driving and Parking

10th Grade

10 Qs

Lazarbeam

Lazarbeam

8th - 12th Grade

10 Qs

Miter Saw Safety

Miter Saw Safety

9th - 12th Grade

12 Qs

Logical Fallacies

Logical Fallacies

6th Grade - University

10 Qs

Cấu truc rẽ nhánh

Cấu truc rẽ nhánh

Assessment

Quiz

Other

10th Grade

Hard

Created by

Đỗ Trinh

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào dùng để rẽ nhánh trong Python?

switch

loop

if

while

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh if hoạt động như thế nào?

Luôn thực hiện

Thực hiện khi điều kiện đúng

Bỏ qua khi đúng

Báo lỗi khi điều kiện sai

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cú pháp đúng của lệnh if là:

if (a > b) then:

if a > b:

if a > b then

if a > b {} else {}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho đoạn mã sau:

python

CopyEdit

x = 5

if x % 2 == 0:

    print("Chẵn")

else:

    print("Lẻ")

Kết quả in ra là gì?

Chẵn

Lẻ

Không có gì

Lỗi

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phát biểu nào đúng về thụt lề trong Python?

Có thể viết liền dòng

Không cần cách lề

Cách lề sai gây lỗi

Dùng dấu chấm phẩy để kết thúc lệnh

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Điều kiện x > 10 or x < 3 đúng khi nào?

x = 5

x = 8

x = 12

x = 10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chọn lệnh Python đúng để kiểm tra số a là âm hay không:

if a < 0: print("Âm")

if a < 0 print("Âm")

if a < 0) print("Âm")

if (a < 0) then print("Âm")

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?