
Kiểm Tra Môn Tin Học 10
Quiz
•
Information Technology (IT)
•
10th Grade
•
Medium
Lưu Sinh
Used 1+ times
FREE Resource
Enhance your content in a minute
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Giá trị của danh sách lst sau khi thực hiện đoạn code sau là gì? lst = [1, 2, 3] lst.append(4)
[1, 2, 3, 4]
[4, 1, 2, 3]
[1, 2, 3]
[1, 2, 3, [4]]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Phương thức insert(index, value) thực hiện điều gì?
Thêm phần tử value vào đầu danh sách
Chèn phần tử value vào vị trí index trong danh sách
Xóa phần tử value khỏi danh sách
Thêm phần tử value vào cuối danh sách
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đoạn code sau in ra kết quả gì? lst = [1, 2, 3] lst.remove(4)
Danh sách vẫn giữ nguyên
Thêm 4 vào danh sách
Gây ra lỗi ValueError
Không có gì xảy ra
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Phương thức nào có thể được dùng để làm rỗng danh sách?
my_list.remove()
my_list.clear()
my_list.insert(0, [])
my_list.append([])
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của đoạn code sau là gì? lst = [1, 2, 3, 4] lst.insert(2, [5, 6]) print(lst)
[1, 2, 5, 6, 3, 4]
[1, 2, [5, 6], 3, 4]
[1, 2, 3, 4, 5, 6]
[1, [5, 6], 2, 3, 4]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu lệnh nào sẽ tách chuỗi "apple,banana,orange" thành danh sách ['apple', 'banana', 'orange']?
s.split(",")
s.split(" ")
",".split(s)
s.split("")
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Giá trị của danh sách lst sau khi thực hiện đoạn code? lst = [1, 2, 3, 4, 5] lst.insert(len(lst), 99) print(lst)
[1, 2, 3, 4, 5, 99]
[1, 2, 3, 99, 4, 5]
[99, 1, 2, 3, 4, 5]
[1, 2, 3, 4, 99, 5]
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
20 questions
Building Information Modelling (BIM) Quiz
Quiz
•
University
20 questions
7A-KIỂM TRA THƯỜNG XUYÊN 2
Quiz
•
7th Grade - University
16 questions
Java Basics Quiz for CH/PT Students
Quiz
•
University
15 questions
Introduction to Programming
Quiz
•
University
15 questions
P3 IAS 2 Quiz
Quiz
•
University
12 questions
Java_Quiz_Part_2
Quiz
•
University
15 questions
Emp. Tech. 12 - Intro to MS Excel Quiz
Quiz
•
12th Grade - University
15 questions
Getting Familiar with GIT and GITHUB
Quiz
•
University
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
MINERS Core Values Quiz
Quiz
•
8th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
Discover more resources for Information Technology (IT)
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
20 questions
Translations, Reflections & Rotations
Quiz
•
8th - 10th Grade
15 questions
PRESENTE CONTINUO
Quiz
•
9th - 12th Grade
20 questions
Simplifying Radicals
Quiz
•
10th Grade
10 questions
Exploring Newton's Laws of Motion
Interactive video
•
6th - 10th Grade
20 questions
Cell organelles and functions
Quiz
•
10th Grade
