
kiểm tra kiến thức bài 6_tin 11
Authored by Lê Thị Đỏ
Instructional Technology
1st Grade
Used 6+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho 5≤N≤100, phép toán logic nào sau đây thể hiện đúng điều kiện của N:
N<=5 or N<=100
5<=N<=100
not(N>=100)
N>=5 and N<=100
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Phép toán quan hệ nào sau đây cho kết quả là “True”:
5>=9
7!=6
3+10>=15
3+12<=10
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Có mấy phép toán logic?
2
4
3
5
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để kiểm tra một số nguyên N là chẵn hay lẻ, câu lệnh nào sau đây là đúng?
If N chia 2==0:
print(“N là số chẵn”)
If N/2==0:
print(“N là số chẵn”)
If N%2==0:
print(“N là số chẵn”)
If N%2==0:
print(“N là số chẵn”)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để nhập 1 số nguyên a câu lệnh nào sau đây là đúng?
a=int,input("nhập vào a=")
a=int(input(" nhập vào số a=")
a:int(input("nhập vào số nguyên a=")
a=input("nhập vào số nguyên a=")
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để nhập các biến a,b,c trên cùng một hàng câu lệnh nào sau đây là đúng?
a,b,c=int(input(" nhập vào a,b,c="))
a,b,c=int,input(" nhập vào a,b,c=")
a,b,c=map(int(input("nhập a,b,c=").split))
a,b,c=map(int,input(" nhập a,b,c=").split())
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để in ra màn hình giá trị của biến x, câu lệnh nào sau đây đúng?
print("giá trị x=x")
print(x)
print("giá trị x=")
print=("x=",x)
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?