ÔN TIN GK 2

ÔN TIN GK 2

University

15 Qs

quiz-placeholder

Similar activities

Inequalities and Solving Inequalities

Inequalities and Solving Inequalities

9th Grade - University

10 Qs

MODULE 1.1 - HIỂU BIẾT VỀ CNTT CƠ BẢN

MODULE 1.1 - HIỂU BIẾT VỀ CNTT CƠ BẢN

KG - University

15 Qs

Kiểm Tra Cấu Trúc Đại số cơ bản

Kiểm Tra Cấu Trúc Đại số cơ bản

University

10 Qs

Conditions

Conditions

University

15 Qs

Algo Python

Algo Python

University

20 Qs

Sử dụng biến trong chương trình

Sử dụng biến trong chương trình

7th Grade - University

10 Qs

MODULE 4.2 - SỬ DỤNG BẢNG TÍNH CƠ BẢN

MODULE 4.2 - SỬ DỤNG BẢNG TÍNH CƠ BẢN

KG - University

20 Qs

MODULE 2.3 - SỬ DỤNG MÁY TÍNH CƠ BẢN

MODULE 2.3 - SỬ DỤNG MÁY TÍNH CƠ BẢN

KG - University

15 Qs

ÔN TIN GK 2

ÔN TIN GK 2

Assessment

Quiz

Mathematics

University

Medium

Created by

Le Nhung

Used 6+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Câu 1: Trong Python, cú pháp câu lệnh lặp nào sau đây đúng:

A. for bien_chay in range(m,n):<lệnh>

B. for bien_chay in(m,n):<lệnh>

C. for bien_chay in range(m…n):<lệnh>

D. for bien_chay in range(m,n) <lệnh>

2.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Câu 2. Trong Python, cú pháp câu lệnh lặp nào sau đây đúng:

A. while<điều kiện> in <lệnh>

B. while<điều kiện> <lệnh>

C. while<điều kiện>: <lệnh>

D. while<điều kiện>in range: <lệnh>

3.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Câu 3. Trong Python, cú pháp câu lệnh lặp nào sau đây đúng:

A. for dem in range(1,5) print(‘Hello’)

B. for dem in range(1;5): print(‘Hello’)

C. for dem in range(1…5): print(‘Hello’)

D. for dem in range(1,5): print(‘Hello’)

4.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Câu 4. Câu lệnh sau cho kết quả là gì?

for i in range(10):

    if i%2==1: print(i,end='')

A. 02468                   

B. 13579                 

C. 246810            

D. 1357

5.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Câu 5. Trong Python cho đoạn lệnh sau:

i=3

while i<=9:

         print(i)

         i=i+3

Chọn đáp án là kết quả hiển thị trên màn hình?

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Câu 6. Trong Python, cho lệnh sau: for i in range(10): print(2*i)

Chọn đáp án là kết quả hiển thị trên màn hình?

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Media Image

Câu 7: Số lỗi có trong chương trình sau là:

A. 2

B. 3

C. 4

D. 5

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?