ÔN TẬP GK2 - TIN HỌC 10

ÔN TẬP GK2 - TIN HỌC 10

10th Grade

41 Qs

quiz-placeholder

Similar activities

AP Computer Science Principles Practice Exam

AP Computer Science Principles Practice Exam

9th - 12th Grade

40 Qs

C++. СР-1

C++. СР-1

8th - 11th Grade

41 Qs

Python L1 Concepts

Python L1 Concepts

1st - 12th Grade

40 Qs

PAS INFORMATIKA X

PAS INFORMATIKA X

10th Grade

40 Qs

Câu hỏi ôn tập môn Tin học HK1 - Lớp 5

Câu hỏi ôn tập môn Tin học HK1 - Lớp 5

5th Grade - University

37 Qs

PENGENALAN MICROSOFT  EXCEL

PENGENALAN MICROSOFT EXCEL

10th Grade

40 Qs

ภาษาซี

ภาษาซี

9th - 12th Grade

42 Qs

Bài 1: Máy tính và em

Bài 1: Máy tính và em

1st Grade - University

42 Qs

ÔN TẬP GK2 - TIN HỌC 10

ÔN TẬP GK2 - TIN HỌC 10

Assessment

Quiz

Computers

10th Grade

Practice Problem

Medium

Created by

He Minh

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cú pháp của lệnh while trong python là:

while  <điều kiện

<khối lệnh>

while  <khối lệnh > :

 <Điều kiện>

whie  <điều kiện> :

<khối lệnh>

while  <điều kiện> :

 <khối lệnh>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sau khi thực hiện đoạn chương trình sau, kết quả là gì?

k = 1

while k <= 10 :

           print(k,end=” “)

if  k == 5:

break

           k = k + 1

1 2 4 5 7

2 4 6 8

1 3 5 7 9  

1 2 3 4 5  

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sau khi thực hiện đoạn chương trình sau, kết quả là gì?

k = 1

while k <= 10 :

if  k % 2 == 0:

print(k,end=” “)

           k = k+ 1

2 4 6 8 10
3 5 7 9 11
1 3 5 7 9
2 4 6 8

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đâu không phải là cấu trúc lập trình cơ bản của ngôn ngữ lập trình bậc cao?

Cấu trúc rẽ nhánh

Cấu trúc tuần tự

Cấu trúc lặp

Cấu trúc thì

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đâu là câu lệnh khởi tạo kiểu danh sách sai?

a = [1.5, 2, “Python”, “list”, 0]

a = [5, 2, x, y, 0]

a = [9, 1, 8, 91,7]

a = [‘0’,’1’,’2’,’3’]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đâu là câu lệnh khởi tạo kiểu danh sách sai?

a = [1.5, 2, “Python”, “list”, 0]

a = [5, 2, x, y, 0

a = [9, 1, 8, 91,7]

a = [‘0’,’1’,’2’,’3’]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đâu là cách đánh chỉ số trong danh sách?

Từ 0 đến len()-1

Từ 1 đến n

Từ 0 đến n-1

Từ 0 đến len()

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?