
ôn tập IF... FOR... WHILE
Authored by VÕ VĂN DIỆN
Instructional Technology
11th Grade
Used 6+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho biết kết quả đoạn chương trình sau:
for i in range(2,7)
print(i, end=’ ‘)
23456
2 3 4 5 6
2 3 4 5 6 7
234567
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho biết kết quả đoạn chương trình sau:
i = 0
x = 0
while i < 5:
if i % 2 == 0:
x += 1
i += 1
print(x)
3
4
5
0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả nào là output của đoạn code dưới đây?
x = True
y = False
z = False
if not x or y:
print (1)
elif not x or not y and z:
print (2)
elif not x or y or not y and x:
print (3)
else:
print (4)
2
3
4
1
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sau khi thực hiện đoạn chương trình sau:
x = 20;
if x>12 :
x = 15
x = x+ 2
else: x = x/2
15
12
17
10
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Xác định câu lệnh đúng trong các câu lệnh sau?
if a>=b then max= a; else max=b;
if a>=b: max= a else max= b;
if a>b : max= a else: max=b
if a>=b : max=a else max= b
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong NNLT Python, câu lệnh nào sau đây sai khi in ra màn hình các số tự nhiên từ 0..10 trên 1 dòng?
for i in range(0,11,1): print(i,end='')
for i in range(11): print(i,end='')
for i in range(0,11): print(i,end='')
for i in range(11,1): print(i,end='')
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu lệnh sau cho kết quả là gì?
for i in range(10):
if i%2==1: print(i,end='')
02468
13579
246810
1357
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?
Similar Resources on Wayground
10 questions
Sistem Komputer
Quiz
•
1st - 12th Grade
15 questions
Основы HTML
Quiz
•
11th Grade
15 questions
R093 Revision 1
Quiz
•
10th Grade - University
15 questions
IPERCONNESSI
Quiz
•
KG - Professional Dev...
10 questions
Mobil keren
Quiz
•
1st - 12th Grade
10 questions
Sway Q&A
Quiz
•
9th - 12th Grade
10 questions
KIEM TRA 10P CNTT 10
Quiz
•
9th - 12th Grade
10 questions
KHÁI QUÁT VỀ BẢN VẼ KỸ THUẬT
Quiz
•
8th - 12th Grade
Popular Resources on Wayground
7 questions
History of Valentine's Day
Interactive video
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
15 questions
Valentine's Day Trivia
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Instructional Technology
18 questions
Valentines Day Trivia
Quiz
•
3rd Grade - University
20 questions
-AR -ER -IR present tense
Quiz
•
10th - 12th Grade
21 questions
Presidents Day Trivia
Quiz
•
6th - 12th Grade
10 questions
Valentine's Day: History and Modern Celebration
Interactive video
•
9th - 12th Grade
11 questions
Valentine's Day Trivia
Quiz
•
8th - 12th Grade
10 questions
Factor Quadratic Expressions with Various Coefficients
Quiz
•
9th - 12th Grade
10 questions
Evaluating Piecewise Functions Practice
Quiz
•
11th Grade
18 questions
Success Strategies
Quiz
•
9th - 12th Grade