Python_Lv1_Số (mới học)

Python_Lv1_Số (mới học)

1st - 5th Grade

22 Qs

quiz-placeholder

Similar activities

KIỂM TRA TIN CƠ SỞ

KIỂM TRA TIN CƠ SỞ

1st - 10th Grade

20 Qs

Rẽ nhánh

Rẽ nhánh

4th Grade

20 Qs

ÔN TẬP TIN HỌC 5 KÌ 2

ÔN TẬP TIN HỌC 5 KÌ 2

1st - 5th Grade

20 Qs

ÔN TẬP TIN 3 HKII - NH 24-25

ÔN TẬP TIN 3 HKII - NH 24-25

4th Grade - University

22 Qs

TIẾT 22 BÀI TẬP

TIẾT 22 BÀI TẬP

1st - 12th Grade

20 Qs

Bài 11: KIỂU MẢNG MỘT CHỀU

Bài 11: KIỂU MẢNG MỘT CHỀU

1st - 10th Grade

20 Qs

Python_Lv1_Số (mới học)

Python_Lv1_Số (mới học)

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

Duy Trần Công

Used 28+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Khi nhập a = 2 và b = 3, thì kết quả của bài toán trên là gì ?

2

3

6

tich

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đâu là câu lệnh nhập số nguyên a từ bàn phím ?

a = int(input())

a = input()

a = float(input())

a = int(input)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phép toán chia lấy phần dư là gì ?

%

//

/

*

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đâu là phép toán chia lấy nguyên ?

/

//

%

!=

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho số x = 3.15

Theo em biến x là kiểu dữ liệu gì ?

Số nguyên (int)

Số thực (float)

Kiểu chuỗi (str)

Tất cả đều sai

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để nhập 3 số nguyên trên một hàng thì đâu là câu lệnh đúng ?

a = int(input())

b = int(input())

c = int(input())

a,b,c = list(map(int, input().split()))

abc = list(map(int, input().split()))

a,b,c = list(map(float, input().split()))

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Đâu là cách đặt tên biến sai ?

so_a

so-a

so a

số a

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?