Kiểm Tra Cấu Trúc Rẽ Nhánh Python

Kiểm Tra Cấu Trúc Rẽ Nhánh Python

10th Grade

10 Qs

quiz-placeholder

Similar activities

Dasar C++

Dasar C++

10th Grade

10 Qs

Module 2.2.6 Quiz

Module 2.2.6 Quiz

10th Grade

10 Qs

Pengenalan Algoritma

Pengenalan Algoritma

10th Grade

10 Qs

Unit 3 Karel Programming Review 2

Unit 3 Karel Programming Review 2

9th - 12th Grade

15 Qs

Programming Bach

Programming Bach

9th - 12th Grade

14 Qs

MakeCode Arcade Questions

MakeCode Arcade Questions

10th Grade - University

15 Qs

Wprowadzenie do md, Colab i Python

Wprowadzenie do md, Colab i Python

9th Grade - University

12 Qs

Kuis Excel

Kuis Excel

9th Grade - University

10 Qs

Kiểm Tra Cấu Trúc Rẽ Nhánh Python

Kiểm Tra Cấu Trúc Rẽ Nhánh Python

Assessment

Quiz

Information Technology (IT)

10th Grade

Hard

Created by

Minht Phy

Used 2+ 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

Câu lệnh nào dùng để kiểm tra một điều kiện trong Python?

switch

if

test

check

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cặp từ khóa nào thường đi với nhau trong cấu trúc rẽ nhánh hai nhánh?

if - elif

elif - else

if - else

else - if

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của đoạn mã: x=7; if x>5: print("Lớn hơn 5") là gì?

Không in gì

Báo lỗi

In ra: Lớn hơn 5

In ra: 5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Python, từ khóa nào dùng để kiểm tra nhiều điều kiện liên tiếp?

while

elif

elseif

for

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

if luôn phải đi với else

Python không hỗ trợ rẽ nhánh

Có thể dùng if mà không else

if và else là bắt buộc

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả đoạn mã: a=3; if a%2==0: print("Chẵn") else: print("Lẻ") là gì?

In ra: Chẵn

In ra: Lẻ

Không in gì

Lỗi do thiếu dấu :

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chọn đoạn mã đúng cú pháp trong Python

if (x > 5) then print("Lớn")

if x > 5: print("Lớn")

if x > 5 then: print("Lớn")

if x > 5 then print("Lớn")

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?