
K8_OnTapHKII
Authored by Giang Nguyen Truong
Computers, Mathematics
8th Grade
Used 7+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để viết 3 mũ 4 trong Python ta chọn:
3**4
3//4
3*3+3*3
3%4
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Tên biến nào đúng sau đây trong Python
–tich
tong@
1_dem
csn1
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Hàm nào sau đây là hàm tích hợp sẵn trong Python
seed()
sqrt()
factorial()
print()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Hàm divmod(a,b) trong đó ‘a’ và ‘b’ là những số nguyên được diễn giải là:
(a%b, a//b)
(a//b, a%b)
(a//b, a*b)
(a/b, a%b)
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
divmod(10.5,5)
Output của hàm biểu diễn dưới đây là gì?
(2.00, 0.50)
(2, 0.5)
(2.0, 0.5)
(2, 0.5)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
n trong đoạn sau là kiểu dữ liệu nào?
n = ‘5’
integer
string
tuple
operator
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output của lệnh sau là: print(1, 2, 3, 4, sep=’*’)
1 2 3 4
1234
1*2*3*4
24
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?