Bài Tin học 10

Bài Tin học 10

10th Grade

63 Qs

quiz-placeholder

Similar activities

AWS Cloud Practitioner Exam #2

AWS Cloud Practitioner Exam #2

9th - 12th Grade

65 Qs

TIN 7 Bài 1,2,3

TIN 7 Bài 1,2,3

7th Grade - University

60 Qs

IT Fundamentals 1

IT Fundamentals 1

9th Grade - University

63 Qs

Fundamentos de programación

Fundamentos de programación

10th Grade - University

68 Qs

ÔN TẬP TIN HỌC 3

ÔN TẬP TIN HỌC 3

3rd Grade - University

61 Qs

Test próbny EE.08 (hardware i inne)

Test próbny EE.08 (hardware i inne)

9th - 12th Grade

62 Qs

Career Prep Final

Career Prep Final

9th - 12th Grade

58 Qs

Angleton JH Intro to Robotics Final Exam

Angleton JH Intro to Robotics Final Exam

6th - 12th Grade

60 Qs

Bài Tin học 10

Bài Tin học 10

Assessment

Quiz

Computers

10th Grade

Hard

Created by

undefined undefined

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

63 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Vùng giá trị range(stop) nhận giá trị thế nào?

A. 1,2,3...stop

B. 0,1,2...stop-1

C. 0,1,2,...stop+1

D. 1,2,...stop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Vùng giá trị range(start,stop) nhận giá trị thế nào?

A. start… stop

B. start…stop-1

C. start-1,…stop

D. start,…stop+1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Biến chạy trong vòng lặp for i in range(<giá trịcuối>) tăng lên mấy đơn vị sau mỗi lần lặp?

A. 1.

B. 2.

C. 0.

D. Tất cả đều sai

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Python, câu lệnh nào dưới đây được viết đúng?

A. for i in range(10): print(“A”).

B. for i in range(10): print(“A”).

C. for i in range(10): print(A).

​D. for i in range(10) print(“A”).

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Xác định số vòng lặp cho bài toán: tính tổng các sốnguyên từ 1 đến 100?

A. 1.

B. 100.

C. 99

D. Tất cả đều sai

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho đoạn lệnh sau:

for i in range(1,5):

print(i)

Trên màn hình i có các giá trị là:

A. 0 1 2 3 4 5

B.  1 2 3 4 5

C. 0 1 2 3 4

D.  1 2 3 4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho đoạn lệnh sau:

for i in range(1,10,2):

print(i)

Trên màn hình i có các giá trị là:

A. 1,3,5,7,9

B.  1,2,3,4,5,6,7,8,9,10

C. 1,3,5,7,9,10

D.  1,3,5,7,10

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?