ôn tập IF... FOR... WHILE
Quiz
•
Instructional Technology
•
11th Grade
•
Hard
VÕ VĂN DIỆN
Used 6+ times
FREE Resource
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
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
14 questions
Pre-test: On Online searching by Innovative Teaching Ideas)
Quiz
•
6th - 12th Grade
12 questions
Основи Python
Quiz
•
7th - 12th Grade
13 questions
W2 Database Objects
Quiz
•
9th - 12th Grade
10 questions
BÀI 4. CÔNG NGHỆ MỚI
Quiz
•
11th Grade
15 questions
impianto di scarico fognario e depurazione
Quiz
•
11th Grade
15 questions
Literatura Medieval
Quiz
•
11th - 12th Grade
15 questions
Car parts
Quiz
•
10th Grade - University
15 questions
Email Etiquette Review
Quiz
•
6th - 12th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Instructional Technology
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
15 questions
Halloween Characters
Quiz
•
7th - 12th Grade
10 questions
Halloween Movies Trivia
Quiz
•
5th Grade - University
14 questions
Halloween Fun
Quiz
•
2nd - 12th Grade
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
16 questions
Subject pronouns in Spanish
Quiz
•
9th - 12th Grade
14 questions
Model and Solve Linear Equations
Quiz
•
9th - 12th Grade
20 questions
Editing and Revising Practice
Quiz
•
9th - 11th Grade
