Python  _ ôn tập điều kiện

Python _ ôn tập điều kiện

5th Grade

22 Qs

quiz-placeholder

Similar activities

[PTS 8] Ganjil 2024/2025

[PTS 8] Ganjil 2024/2025

8th Grade

20 Qs

Unit-1 Introduction to Cloud Computing

Unit-1 Introduction to Cloud Computing

University

20 Qs

Herramientas de formato

Herramientas de formato

8th Grade

20 Qs

Topologi Jaringan

Topologi Jaringan

11th Grade

20 Qs

BAB 5 ANALISIS DATA B. Membaca dan Menafsirkan Data KELAS 5

BAB 5 ANALISIS DATA B. Membaca dan Menafsirkan Data KELAS 5

5th Grade - University

20 Qs

Lei de Ohm e redes

Lei de Ohm e redes

University

20 Qs

UJIAN HARIAN X

UJIAN HARIAN X

10th Grade

20 Qs

ArangoDb quiz

ArangoDb quiz

University

20 Qs

Python  _ ôn tập điều kiện

Python _ ôn tập điều kiện

Assessment

Quiz

Information Technology (IT)

5th Grade

Medium

Created by

Duy Tran

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...

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Theo em, đâu là điều kiện để kiểm tra biến i là số chẵn ?

i % 2 == 0

i % 2 != 0

i % 2 = 0

i// 2 == 0

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để kiểm tra i là số lẻ thì đâu là câu trả lời đúng ?

i % 2 == 0

i % 2 != 0

i % 3 != 0

i % 2 =! 0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để kiểm tra i khác 3 , đâu là đáp án đúng ?

i == 3

i khác 3

i !=3

i ! 3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đâu là điều kiện kiểm tra i bằng 6 ?

i >= 6

i != 6

i = 6

i == 6

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để kiểm tra biến i là số lẻ khác 3 thì đâu là câu trả lời đúng ?

i % 2 != 0 and i != 3

i % 2 == 0 and i != 3

i % 2 == 0 and i == 3

i % 2 != 0 or i != 3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để kiểm tra biến i là số chẵn khác 4 thì đâu là câu trả lời đúng ?

i %2 != 0 and i != 4

i %2 == 0 and i != 4

i %2 == 0 or i != 4

i // 2 == 0 and i != 4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Điều kiện để kiểm tra biến i khác 5 và i khác 8, thì đâu là câu trả lời đúng ?

i != 5 or i != 8

i == 5 and i != 8

i != 5 and i = 8

i != 5 and i != 8

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?