
Tin 10
Authored by Chi Bùi
Computers
10th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
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
Already have an account?
Similar Resources on Wayground
20 questions
terstruktur
Quiz
•
10th Grade
18 questions
Communication Technologies
Quiz
•
10th Grade
15 questions
Ôn tập kỳ 2 tin 6
Quiz
•
1st - 12th Grade
19 questions
Python Year 9 Quiz
Quiz
•
8th - 10th Grade
21 questions
Test vstupní a výstupní zařízení PC
Quiz
•
10th Grade
15 questions
HTML Quiz
Quiz
•
9th - 12th Grade
15 questions
Tin 10 bài 1
Quiz
•
10th Grade
20 questions
Ulangan Harian 1 kls x 2023
Quiz
•
10th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
14 questions
[AP CSP] JavaScript Programming Quiz
Quiz
•
9th - 12th Grade
10 questions
Understanding Computers and Computer Engineering
Interactive video
•
7th - 12th Grade
37 questions
Python - Tuples, Lists, and List Methods
Quiz
•
9th - 12th Grade