Cấu trúc lặp - Python

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
Phuong Vu
Used 14+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Chương trình trên in ra bao nhiêu dòng "Let's go"
6
7
8
9
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Giá trị của a sau khi kết thúc vòng lặp là bao nhiêu:
a=0
for i in range(10,14): a=a+3
9
12
15
18
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Cú pháp đầy đủ của hàm range()
range(start,stop,step)
range(start,step)
range(stop,step)
range(0,stop,step)
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Cú pháp đúng của câu lệnh lặp for
for <biến chạy> in range(start,stop,step): <Khối lệnh>
for <biến chạy> in range(start,step): <Khối lệnh>
for <biến chạy> in range(start,stop,step); <Khối lệnh>
for <biến chạy> in range(start,stop,step) <Khối lệnh>
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Vòng lặp nào trả về kết quả dưới đây?
11111
22222
33333
44444
55555
for i in range(1,6):
print(i, i, i, i, i)
for i in range(1,5):
print(str(i)*5)
for i in range(1, 6):
print(str(i) * 5)
for i in range(0, 5):
print(str(i) * 5)
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Màn hình hiển thị gì khi sau chạy đoạn chương trình trên?
5
4
3
2
1
4
3
2
1
0
5 4 3 2 1
4 3 2 1 0
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Màn hình hiển thị gì sau khi chạy đoạn chương trình trên ?
5
4
3
2
1
4
3
2
1
0
5 4 3 2 1
4 3 2 1 0
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Bài kiểm tra 15 phút

Quiz
•
11th Grade
10 questions
Tin 10 bài 20

Quiz
•
10th Grade
6 questions
Nhanh như chớp

Quiz
•
9th - 12th Grade
10 questions
Vòng Lặp For

Quiz
•
10th Grade
11 questions
Tin học 10

Quiz
•
9th - 12th Grade
10 questions
Bài 21-Câu lệnh lặp while

Quiz
•
10th Grade
10 questions
TIN 10 CHỦ ĐỀ F CẤU TRÚC LẶP

Quiz
•
11th Grade
10 questions
KIỂM TRA_B21

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade