Ôn tập cuối ki 2 tin hoc 10 kntt

Ôn tập cuối ki 2 tin hoc 10 kntt

10th Grade

83 Qs

quiz-placeholder

Similar activities

It essentials chapters 1-14

It essentials chapters 1-14

9th Grade - University

87 Qs

Tech lLife Quiz

Tech lLife Quiz

9th - 12th Grade

80 Qs

ASK TINGKATAN 2 BAB 3 2025

ASK TINGKATAN 2 BAB 3 2025

9th - 12th Grade

80 Qs

Exploration of IT Semester Test

Exploration of IT Semester Test

9th - 12th Grade

80 Qs

Computer Science Variables Conditionals Functions

Computer Science Variables Conditionals Functions

9th - 12th Grade

88 Qs

Modun 1 - IC3

Modun 1 - IC3

10th Grade

82 Qs

GCSE Computer Science Year 10 Spiral 1 Revision

GCSE Computer Science Year 10 Spiral 1 Revision

9th - 10th Grade

81 Qs

Ôn tập cuối ki 2 tin hoc 10 kntt

Ôn tập cuối ki 2 tin hoc 10 kntt

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Ân Nguyễn An Bình

FREE Resource

83 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

bool.

int.

float.

str.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong cấu trúc rẽ nhánh dạng thiếu câu lệnh < câu lệnh > được thực hiện khi nào?

Điều kiện sai.

Điều kiện đúng.

Điều kiện bằng 0.

Điều kiện khác 0.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Em hãy viết biểu thức lôgic trong Python tương ứng với câu sau: Số x nằm trong khoảng (50, 100)

(x > 50) and (x <= 100)

(x > 50) or (x <= 100)

(x < 50) and (x <= 100)

(x > 50) and (x < 100)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

a < 3 and a >= 8.

3 <= a <=8.

a < 3 and a > 8.

a <= 3 and a >= 8.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hãy viết câu lệnh range cho kết quả là các dãy số sau: -2, -1, 0, 1, 2,., 8.

range(-2, 9)

range(9)

range(-2, 8)

range(-3, 9)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Điều kiện trong câu lệnh while là biểu thức dạng dữ liệu gì?

str.

int.

bool.

float.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong câu lệnh while khối lệnh sẽ thực hiện khi nào?

Điều kiện sai.

Điều kiện đúng.

Khi tìm được output.

Khi đủ số vòng lặp.

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?