chủ đề 5

chủ đề 5

10th Grade

41 Qs

quiz-placeholder

Similar activities

PAS INFORMATIKA X

PAS INFORMATIKA X

10th Grade

40 Qs

Câu hỏi ôn tập môn Tin học HK1 - Lớp 5

Câu hỏi ôn tập môn Tin học HK1 - Lớp 5

5th Grade - University

37 Qs

Siskomdig X Saradan

Siskomdig X Saradan

10th Grade

40 Qs

Administrasi Sistem Jaringan

Administrasi Sistem Jaringan

9th - 12th Grade

40 Qs

Ôn tập

Ôn tập

10th Grade

45 Qs

Latihan Soal LM Informatika

Latihan Soal LM Informatika

10th Grade

40 Qs

DỮ LIỆU KIỂU DANH SÁCH - LIST

DỮ LIỆU KIỂU DANH SÁCH - LIST

10th - 12th Grade

40 Qs

Sistem Komputer

Sistem Komputer

10th Grade

40 Qs

chủ đề 5

chủ đề 5

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Jena Ngo

Used 3+ times

FREE Resource

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?