
tin

Quiz
•
Others
•
1st - 5th Grade
•
Hard
Trang undefined
FREE Resource
37 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của chương trình sau là:
def PhepNhan(Number):
return Number * 10
print(PhepNhan(5))
5
10
15
50
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Điền vào (...) để tìm ra số lớn nhất trong 3 số nhập vào:
def find_max(a, b, c):
max = a
if ...: max = b
if ...: max = c
return max
print(find_max(1,2,3))
max > b, max > c
max < b, max < c
max = b, max = c
max != b, max != c
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Giá trị của s là bao nhiêu sau khi chạy chương trình?
Def tinhSum(a, b):
return (a + b)**2
s= tinhSum(1, 3)
print(s)
8
16
18
24
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Giá trị của x là bao nhiêu biết kết quả là 16?
def tinh(a, b, c):
if(b != 0):
return a // b + c**2
s = tinh(1, 5, x)
print(s)
3
2
1
4
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Chương trình sau bị lỗi ở dòng lệnh thứ bao nhiêu?
def add(a, b)
sum = a + b
return sum
x= int(input("Nhập số thứ nhất:"))
y= int(input("Nhập số thứ hai:"))
tong = add(x, y)
print("Tổng là: ", tong)
1
2
3
4
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Giá trị hàm f(a, b) có hai tham số a, b. Khi gọi hàm f(x, y), cặp giá trị đối số nào sau đây sẽ gây lỗi?
2, 3
10,c
"a", "b"
"a", "3"
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của chương trình sau là bao nhiêu?
def kq():
A = [2, 4, 2, 1]
p = 1
for i in A:
p = p * i
print(p)
kq()
9
2
4
16
Create a free account and access millions of resources
Similar Resources on Wayground
32 questions
bài 16

Quiz
•
1st Grade
37 questions
IT

Quiz
•
1st - 5th Grade
34 questions
016-017

Quiz
•
1st Grade
40 questions
bài 24-25-26-27

Quiz
•
1st - 5th Grade
42 questions
Sử cuối kì 1

Quiz
•
2nd Grade
42 questions
Kiểm tra kiến thức Python

Quiz
•
1st - 5th Grade
35 questions
Đề ôn tập toán

Quiz
•
2nd Grade
32 questions
2/12 reading

Quiz
•
1st Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Others
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
20 questions
Finding Volume of Rectangular Prisms

Quiz
•
5th Grade
13 questions
Subject Verb Agreement

Quiz
•
3rd Grade
15 questions
Order of Operations

Quiz
•
5th Grade
20 questions
States of Matter

Quiz
•
5th Grade