Đề Cương Ôn Tập Tin Học 10 - Học Kỳ II

Đề Cương Ôn Tập Tin Học 10 - Học Kỳ II

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Song Song

FREE Resource

Student preview

quiz-placeholder

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?