Tin 10_cấu trúc rẽ nhánh IF

Tin 10_cấu trúc rẽ nhánh IF

10th Grade

48 Qs

quiz-placeholder

Similar activities

CompTIA ITFundamentals CRAM

CompTIA ITFundamentals CRAM

6th Grade - University

46 Qs

IT alapismeretek

IT alapismeretek

10th Grade - Professional Development

49 Qs

Scratch Programming

Scratch Programming

9th Grade - University

53 Qs

J277 GCSE Computer Science 2.1 Algorithms

J277 GCSE Computer Science 2.1 Algorithms

10th Grade

43 Qs

TO 2 ICT Jakarta Islamic School

TO 2 ICT Jakarta Islamic School

9th - 12th Grade

45 Qs

Komputer Akuntansi XII AK1

Komputer Akuntansi XII AK1

KG - 12th Grade

50 Qs

Bài 4, 6 chủ đề F tin 10

Bài 4, 6 chủ đề F tin 10

10th Grade

43 Qs

Tin 10_cấu trúc rẽ nhánh IF

Tin 10_cấu trúc rẽ nhánh IF

Assessment

Quiz

Computers

10th Grade

Practice Problem

Medium

Created by

Loan Trần

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

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

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Biểu thức lôgic nào sau đây thể hiện số a thuộc nửa khoảng (5, 7]

5 < a <= 7.

5<= a <=7.

5 < a < 7.

5 <= a < 7.

2.

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.

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

Cấu trúc của rẽ nhánh dạng thiếu trong ngôn ngữ lập trình Python có dạng như thế nào?

if< điều kiện >:< câu lệnh >

if< điều kiện > < câu lệnh >

if< điều kiện > then: < câu lệnh >

if< điều kiện >:= < câu lệnh >

5.

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.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong cấu trúc rẽ nhánh dạng thiếu < 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.

7.

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

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?