
Tin 10

Quiz
•
Computers
•
10th Grade
•
Medium
Chi Bùi
Used 1+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 21. Hàm y.count(x) cho biết:
Vị trí xuất hiện đầu tiên của x trong y.
Vị trí xuất hiện cuối cùng của x trong y
Cho bt số kí tự của xâu x+y
Đếm số lần xuất hiện không giao nhau của x trong y
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho bt chg trình sau thực hiện cv gì?
a = input ('Nhập xâu: ")
if "anh" in a:
b = a.replace ("anh" , "em")
print (b)
Thay thế xâu “anh” bằng xâu “em”
Thay thế xâu “em” bằng xâu “anh”
Tìm vị trí xâu "anh"
Tìm vị trí xâu "em"
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của các câu lệnh sau là gì?
def t (a,b) :
s= abs(a-b)
return s
print (t(2,4))
-2
4
2
6
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn chương trình sau:
a=6
s=0
while (a>0):
s=s+a
a=a-1
Giá trị của s khi thực hiện đoạn chương trình trên bằng bao nhiêu?
5
20
6
21
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu lệnh sau cho kết quả là gì?
for i in range(6):
print(i,end='' '')
1 2 3 4 5 6
12345
012345
0 1 2 3 4 5
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Nếu S = "1234567890" thì S[:5] là gì?
"1234"
"01234"
"12345"
"56789"
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn chương trình sau:
x=10
y=3
d=0
if x%y==0:
d=x//y
Sau khi thực hiện đoạn chương trình trên giá trị của d là:
3
1
0
Không xác định
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Ôn tập Python (for, if)

Quiz
•
10th Grade
18 questions
Kiểu dữ liệu xâu kí tự trong Python

Quiz
•
10th Grade - University
15 questions
Ôn tập Python

Quiz
•
9th - 12th Grade
15 questions
Ôn tập KTGK. Bài 17. Biến và lệnh gán

Quiz
•
10th Grade
20 questions
BÀI 1. THÔNG TIN VÀ DỮ LIỆU

Quiz
•
1st - 12th Grade
21 questions
K10 - BÀI 12 KIỂU DỮ LIỆU XÂU

Quiz
•
10th Grade
15 questions
Bài 16. Ngôn ngữ lập trình bậc cao và python

Quiz
•
10th Grade
20 questions
Câu hỏi về xâu trong Python

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
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
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade