ÔN TẬP TIN HỌC 10 HK2

ÔN TẬP TIN HỌC 10 HK2

KG

50 Qs

quiz-placeholder

Similar activities

HTML CSS Quiz FOR CLASS 10TH

HTML CSS Quiz FOR CLASS 10TH

10th Grade

52 Qs

ACWM Bloque III

ACWM Bloque III

12th Grade

49 Qs

ÔN TẬP GIỮA KÌ 2 TIN 6

ÔN TẬP GIỮA KÌ 2 TIN 6

6th Grade

45 Qs

Q2LQ

Q2LQ

12th Grade

50 Qs

CS 6th Grade 1st 9 Weeks Exam

CS 6th Grade 1st 9 Weeks Exam

6th Grade

50 Qs

Ôn Tập HKI

Ôn Tập HKI

1st Grade

50 Qs

General Review Grade 7

General Review Grade 7

7th - 12th Grade

50 Qs

QUIZ PseInt

QUIZ PseInt

10th Grade

50 Qs

ÔN TẬP TIN HỌC 10 HK2

ÔN TẬP TIN HỌC 10 HK2

Assessment

Quiz

Computers

KG

Easy

Created by

Bằng Thanh

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

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

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để nhập giá trị số nguyên cho biến n từ bàn phím câu lệnh nào sau đây là đúng:

n = input(“Nhập số nguyên n=: ”)

n = int(input(“Nhập số nguyên n=: ”))

n = foat(input(“Nhập số nguyên n=: ”))

A.    n = print(“Nhập số nguyên n=: ”)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để in giá trị của biến n ra màn hình em viết Câu lệnh nào sau đây là đúng:

input(“Giá trị của n=: ”)

print(“Giá trị của n=: ”)

print(“Giá trị của n=: ”,n)

print(“Giá trị của n=: ”,”n”)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của lệnh print(round(4.5679,2)) là:

4.5

4.6 

4.56

4.57

4.

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

5.

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong NNLT Python, cấu trúc rẽ nhánh dạng đủ là:

if <điều kiện>: <Câu lệnh 1> else <Câu lệnh 2> 

if <điều kiện>: <Câu lệnh 1> else: <Câu lệnh 2>

IF <điều kiện>: <Câu lệnh 1> ELSE: <Câu lệnh 2>

IF <điều kiện>: <Câu lệnh 1> ELSE: <Câu lệnh 2>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong NNLT Python, Câu lệnh sau cho kết quả trên màn hình là gì?

if 1<2 and 1>3: print(‘false’)

else: print(‘true’)

đúng

true

sai

false

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?