
Tin 10. Bài 22. Dữ liệu kiểu danh sách

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Thùy Dương
Used 8+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để khởi tạo một danh sách ta thực hiện theo cú pháp như thế nào?
<Tên list>=(v1,v2,…,vn)
B. <Tên list>=[v1,v2,…,vn]
<Tên list>==[v1,v2,…,vn]
<Tên list>=(v[1],v[2],…,v[n])
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho khai báo mảng sau:
A = list(“3456789”)
Để in giá trị phần tử thứ 2 của mảng một chiều A ra màn hình ta viết:
print(A[2])
print(A[3])
print(A[1])
print(A[0])
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để tính độ dài của danh sách A ta thực hiện như thế nào?
len(A)
len[A]
len<A>
len.A
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Lệnh nào sau đây để tạo danh sách rỗng?
<tên list>.[]
<tên list>=()
<tên list>=<>
<tên list>=[]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho arr = [‘xuan’, ‘hạ’, 1. 4, ‘đông’, ‘3’, 4.5, 7]. Đâu là giá trị của arr[3]?
1.4
đông
hạ
3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Lệnh nào để duyệt từng phần tử của danh sách?
for
while-for
for kết hợp với lệnh range()
while kết hợp với lệnh range()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cách khai báo danh sách nào sau đây, cách nào sai?
ls = [1, 2, 3]
ls = [x for x in range(3)]
ls = [“tin học”]
ls = list(3).
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Database Validation

Quiz
•
12th Grade
15 questions
bài tập mảng tiết 1

Quiz
•
11th Grade
15 questions
For-tsükkel

Quiz
•
10th - 12th Grade
10 questions
TIN 10_B22_LIST

Quiz
•
10th Grade
10 questions
Python списки

Quiz
•
10th Grade
10 questions
Python quiz

Quiz
•
10th Grade - Professi...
10 questions
ÔN TẬP KIẾN THỨC XÂU KÍ TỰ

Quiz
•
9th - 12th Grade
10 questions
SLR 9 - Advanced Programming Techniques - part one

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
9/11 Experience and Reflections

Interactive video
•
10th - 12th 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
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade