
Đề Cương Ôn Tập Tin Học 10 - Học Kỳ II
Quiz
•
Computers
•
10th Grade
•
Hard
Song Song
FREE Resource
Student preview

149 questions
Show all answers
1.
OPEN ENDED QUESTION
3 mins • 1 pt
Câu lệnh sau cho kết quả là gì? for i in range(5): print(i,end='')
Evaluate responses using AI:
OFF
2.
OPEN ENDED QUESTION
3 mins • 1 pt
Câu lệnh sau cho kết quả là gì? for i in range(10): if i%2==0: print(i,end='')
Evaluate responses using AI:
OFF
3.
OPEN ENDED QUESTION
3 mins • 1 pt
Cho đoạn chương trình. Sau khi thực hiện s nhận giá trị là bao nhiêu? s=0 for i in range(5): s = s + i print(s)
Evaluate responses using AI:
OFF
4.
OPEN ENDED QUESTION
3 mins • 1 pt
Cho đoạn chương trình. Sau khi thực hiện s nhận giá trị là bao nhiêu? s=0 for i in range(11): if i % 2 == 0: s = s + i print(s)
Evaluate responses using AI:
OFF
5.
OPEN ENDED QUESTION
3 mins • 1 pt
Cho đoạn chương trình. Sau khi thực hiện dem nhận giá trị là bao nhiêu? dem=0 for i in range(11): if i % 2 == 0: dem = dem + 1 print(dem)
Evaluate responses using AI:
OFF
6.
OPEN ENDED QUESTION
3 mins • 1 pt
Cho đoạn chương trình. Sau khi thực hiện s nhận giá trị là bao nhiêu? s=0 for i in range(11): if (i % 2 == 0) and (i % 4 == 0): s = s + i print(s)
Evaluate responses using AI:
OFF
7.
OPEN ENDED QUESTION
3 mins • 1 pt
Đoạn chương trình sau giải bài toán nào? t = 0 for i in range(1, 101): if(i % 3 == 0 and i % 5 == 0): t = t + i print(t)
Evaluate responses using AI:
OFF
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?
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