Python_Lv1_Số (mới học)

Python_Lv1_Số (mới học)

1st - 5th Grade

22 Qs

quiz-placeholder

Similar activities

Test Python 23.4

Test Python 23.4

5th Grade

25 Qs

Đề cương ôn tập HK2 môn TIn học lớp 4

Đề cương ôn tập HK2 môn TIn học lớp 4

4th Grade

17 Qs

kttx Tin 7 lần 2 NLB

kttx Tin 7 lần 2 NLB

2nd - 3rd Grade

20 Qs

ÔN TẬP TIN HỌC HK1 LỚP 5

ÔN TẬP TIN HỌC HK1 LỚP 5

5th Grade

25 Qs

Ôn giữa kì 2

Ôn giữa kì 2

1st Grade

20 Qs

TIN HỌC 5 - SÁCH HDTH (ÔN HK2 NĂM 2023-2024)

TIN HỌC 5 - SÁCH HDTH (ÔN HK2 NĂM 2023-2024)

1st - 5th Grade

25 Qs

ÔN THQT HKII_KHỐI 5

ÔN THQT HKII_KHỐI 5

5th Grade

20 Qs

KIỂM TRA TIN CƠ SỞ

KIỂM TRA TIN CƠ SỞ

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?