Câu hỏi về biểu thức lôgic và lệnh if

Câu hỏi về biểu thức lôgic và lệnh if

10th Grade

81 Qs

quiz-placeholder

Similar activities

Kwalifikacja A. 54

Kwalifikacja A. 54

8th Grade - University

80 Qs

Kuis Informatika (Komputer, Ms. Word & Canva)

Kuis Informatika (Komputer, Ms. Word & Canva)

10th Grade

80 Qs

DIT Unit 4 Study Guide

DIT Unit 4 Study Guide

6th Grade - University

76 Qs

IGCSE ICT revision

IGCSE ICT revision

10th Grade

78 Qs

Informática aplicada

Informática aplicada

10th Grade

81 Qs

CS IGCSE Unit 7. Low and high level programming - recap

CS IGCSE Unit 7. Low and high level programming - recap

10th - 12th Grade

76 Qs

INFORMATIKA

INFORMATIKA

10th Grade

80 Qs

QUIZ PHP SIMULAZIONE 5ASA

QUIZ PHP SIMULAZIONE 5ASA

9th - 12th Grade

79 Qs

Câu hỏi về biểu thức lôgic và lệnh if

Câu hỏi về biểu thức lôgic và lệnh if

Assessment

Quiz

Computers

10th Grade

Practice Problem

Medium

Created by

Dung Minh

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

81 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phát biểu nào sau đây là sai khi nói về biểu thức lôgic?

Biểu thức lôgic là biểu thức chỉ nhận giá trị True hoặc False.

Giá trị của biểu thức lôgic thuộc kiểu bool

Ngoài hai giá trị True, False biểu thức lôgic nhận giá trị undefined

Biểu thức "2 * 3 // 5 == 1" mang giá trị True

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Biểu diễn nào sau đây là sai trong Python?

b*b>a*c, a*(1-a)+(a-b)>=0, 1/x-x<0.

(a-b)>c-d, 1//x-y>=2*x, b*b>a*c.

(a-b)>c-d, (a-b)<>b-a,12*a>5a.

(a-b)**0.5>x,1/x-y>=2*x,15*a>5.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của đoạn chương trình sau: x=2021 print((x%4==0 and x%100!=0) or x%400==0)

55.

True.

5.

False.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho x = True, y = False. Cho biết giá trị của biểu thức sau: not((x or y ) and x )

True

False

x

1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Giá trị của hai biểu thức sau là True hay False? 50%3==1 34//5==6

True, True

False, False.

True, False

False, True

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phát biểu nào sau đây bị sai khi nói về lệnh if?

Sau <điều kiện> cần có dấu ":"

Khối lệnh tiếp theo không bắt buộc lùi vào 1 tab và thẳng hàng

Khi thực hiện lệnh, Python sẽ kiểm tra <điều kiện> nếu đúng thì thực hiện , ngược lại thì bỏ qua chuyến sang lệnh tiếp theo.

Tất cả phát biểu sai.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tìm giá trị m và n thoả mãn (m+4) % 5 == 0 và n*2//3=5

m = 1, n = 8

m = 2, n = 9

m = 3, n = 10,

m = 0, n = 7

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?