ÔN TẬP TIN HỌC 10 HK2

ÔN TẬP TIN HỌC 10 HK2

KG

50 Qs

quiz-placeholder

Similar activities

Pre-Assessment-Computers

Pre-Assessment-Computers

5th - 6th Grade

45 Qs

Teori Bahasa dan Otomata

Teori Bahasa dan Otomata

University

50 Qs

EEP

EEP

University

53 Qs

ÔN TẬP BÀI 17-19

ÔN TẬP BÀI 17-19

11th Grade

52 Qs

UH BIMTIK KLS 8 SEMESTER GENAP 2024

UH BIMTIK KLS 8 SEMESTER GENAP 2024

8th Grade

50 Qs

Tin7

Tin7

7th Grade

51 Qs

SAS 1 Informatika

SAS 1 Informatika

9th Grade

50 Qs

Chủ đề 10: Thục hành giữa hk1

Chủ đề 10: Thục hành giữa hk1

5th Grade

46 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

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?