
Kiểm Tra Môn Tin Học 10

Quiz
•
Information Technology (IT)
•
10th Grade
•
Medium
Lưu Sinh
Used 1+ times
FREE Resource
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
Similar Resources on Wayground
20 questions
Kiến thức về Biến trong Python

Quiz
•
11th Grade
20 questions
Câu hỏi về Cấu trúc Dữ liệu trong Python

Quiz
•
11th Grade
20 questions
tin học

Quiz
•
10th Grade
20 questions
Python Lists Quiz for Students

Quiz
•
University
15 questions
Bài 30

Quiz
•
10th Grade - University
19 questions
Web_FE_BASIC_SS20

Quiz
•
University
20 questions
Web_FE_BASIC_SS22

Quiz
•
University
20 questions
VH_Tin 11 Bài 10

Quiz
•
11th 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 Information Technology (IT)
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
10 questions
Impact of 9/11 and the War on Terror

Interactive video
•
10th - 12th Grade
21 questions
Lab Safety

Quiz
•
10th Grade
28 questions
Ser vs estar

Quiz
•
9th - 12th Grade
6 questions
Biography

Quiz
•
4th - 12th Grade