
tin học

Quiz
•
Architecture
•
2nd Grade
•
Easy
Hồ Yến
Used 4+ times
FREE Resource
39 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
để gọi đến phần tử đầu tiên trong danh sách a ta dùng lệnh
a[1]
a[0]
a0
a[]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
cho danh sách a=[0,2,4,6]. phần tử [1]=?
0
2
4
6
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
để thêm phần tử vào cuối danh sách ta dùng hàm:
append()
pop()
insert()
sort()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
để xóa phần tử thứ i vào cuối danh sách và đưa ra phần tử này, ta gọi hàm:
append(i)
insert(i)
pop(i)
sort(i)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
cho đoạn chương trình:
a=[1,2,3]
a.append(4)
print(a)
sau khi thực hiện đoạn chương trình trên thì danh sách a có các phần tử:
a=[4,1,2,3]
a=[1,2,3]
a=[1,2,3,4]
a=[1,4,2,3]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
để khởi tạo danh sách b có 5 phần tử 1,2,3,4,5 ta dùng viết
b=1,2,3,4,5
b=(1,2,3,4,5)
b=[1..5]
b=[1,2,3,4,5]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
cho đoạn chương trình:
a=[1,2,3]
a.insert(0,2)
print(a)
sau khi thực hiện đoạn chương trình trên thì danh sách a có các phần tử:
a=[0,1,2,3]
a=[2,3]
a=[2,1,2,3]
a=[1,2,3,2]
Create a free account and access millions of resources
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 Architecture
20 questions
addition

Quiz
•
1st - 3rd Grade
20 questions
Subject and predicate in sentences

Quiz
•
1st - 3rd Grade
20 questions
Addition and Subtraction facts

Quiz
•
1st - 3rd Grade
20 questions
Proper and Common nouns

Quiz
•
2nd - 5th Grade
15 questions
Multiplication Facts (2,5,10)

Quiz
•
2nd - 3rd Grade
20 questions
Place Value

Quiz
•
KG - 3rd Grade
20 questions
nouns verbs adjectives test

Quiz
•
2nd Grade
20 questions
Sentence or Fragment?

Quiz
•
2nd - 5th Grade