
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
Database quiz part 1 - D2T4
Quiz
•
University
20 questions
TR01-HT01-OP02
Quiz
•
University
17 questions
Arduino Quiz #10: Arrays and Loops
Quiz
•
11th Grade
20 questions
Kelas 8 - Halaman 10 (UH Bab 1)
Quiz
•
8th Grade - University
15 questions
Quiz #2
Quiz
•
University
14 questions
Programming Bach
Quiz
•
9th - 12th Grade
20 questions
Nhận biết và phòng tránh lừa đảo trên Internet
Quiz
•
11th Grade
15 questions
MakeCode Arcade Questions
Quiz
•
10th Grade - University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Information Technology (IT)
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
10 questions
Understanding Meiosis
Interactive video
•
6th - 10th Grade
10 questions
Exploring the Origins of Veterans Day
Interactive video
•
6th - 10th Grade
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
7 questions
Combining & Revising Sentences- EOC English I Crunchtime
Quiz
•
9th - 10th Grade
19 questions
Explore Triangle Congruence and Proofs
Quiz
•
9th - 12th Grade
10 questions
Exploring Newton's Laws of Motion
Interactive video
•
6th - 10th Grade
