Search Header Logo

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

Authored by Song Song

Computers

10th Grade

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

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

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

Already have an account?