chủ đề 5

chủ đề 5

10th Grade

41 Qs

quiz-placeholder

Similar activities

Sistema Operativo

Sistema Operativo

8th Grade - University

40 Qs

Komputer dan Jaringan Dasar

Komputer dan Jaringan Dasar

10th Grade

40 Qs

PSAS Informatika X

PSAS Informatika X

10th Grade

40 Qs

Bài tập Excel

Bài tập Excel

6th Grade - University

40 Qs

Cuộc Sống Trực Tuyến

Cuộc Sống Trực Tuyến

3rd Grade - University

46 Qs

AP Computer Science Principles Units 1, 2 & 3

AP Computer Science Principles Units 1, 2 & 3

10th - 12th Grade

44 Qs

Ulangan Semester 1

Ulangan Semester 1

10th Grade

40 Qs

Excel

Excel

1st Grade - University

40 Qs

chủ đề 5

chủ đề 5

Assessment

Quiz

Computers

10th Grade

Practice Problem

Easy

Created by

Jena Ngo

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

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

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phát biểu nào sau đây SAI khi nói về biểu thức logic?

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

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

Biểu thức logic đơn giản là biểu thức số học hoặc biểu thức so sánh

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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Giá trị các biểu thức logic thuộc kiểu dữ liệu nào?

bool

int

float

str

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)

55

True

5

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Biểu thức logic đúng thể hiện số a nằm ngoài đoạn [3,8] là

a<3 or a>8

3<= a <=8

a<3 and a>8

a<3 and a<8

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

biểu thức logic nào sau đây thể hiện số a thuộc khoảng (5,7] ?

5< a <=7

5<= a <=7

5 < a < 7

5 <= a <7

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tìm giá trị m và n biểu thức (m+4) % 5 == 0 and n*2//3=5 cho giá trị True

m=1, n=8

m=2, n=9

m=3, n=10

m=0, n=7

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Viết biểu thức kiểm tra số n chia hết cho 3 và 5

n%3==0 or n%5==0

n%3==0 and n%5==0

n%3 or n%5==0

n%3 and n%5==0

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

Already have an account?