Python - Bài 4

Python - Bài 4

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Bài 3- lớp 12

Bài 3- lớp 12

12th Grade

12 Qs

LOP 10

LOP 10

9th - 12th Grade

13 Qs

LUYỆN TẬP CHỦ ĐỀ AXIT

LUYỆN TẬP CHỦ ĐỀ AXIT

9th Grade

15 Qs

KARAPATANG PANTAO

KARAPATANG PANTAO

10th Grade

10 Qs

RUNG CHUÔNG VÀNG - DỰ ÁN VIẾT LÊN ƯỚC MƠ

RUNG CHUÔNG VÀNG - DỰ ÁN VIẾT LÊN ƯỚC MƠ

9th - 12th Grade

10 Qs

Pagmamahal sa Diyos

Pagmamahal sa Diyos

10th Grade

15 Qs

ÔN TẬP GIỮA KỲ 7D

ÔN TẬP GIỮA KỲ 7D

1st Grade - Professional Development

10 Qs

VÙNG ĐB SÔNG CỬU LONG ( TIẾT 1 )

VÙNG ĐB SÔNG CỬU LONG ( TIẾT 1 )

9th Grade

15 Qs

Python - Bài 4

Python - Bài 4

Assessment

Quiz

Education

9th - 12th Grade

Hard

Created by

Huệ Bình Huỳnh

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho đoạn chương trình sau: a=3.4 print(type(a)) Kết quả trên màn hình là kiểu dữ liệu:
int
float
str
bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh nhập với biến kiểu nguyên là:
Biến=(input(dòng thông báo)
Biến=float(input(dòng thông báo))
Biến=input()
Biến=int(input(dòng thông báo))

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh nhập với biến kiểu thực là:
Biến=(input(dòng thông báo)
Biến=float(input(dòng thông báo))
Biến=input()
Biến=int(input(dòng thông báo))

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để nhập từ bàn phím biến a kiểu nguyên ta viết:
a=input(‘n=’)
a=float(input(‘n=’))
a=int(input(‘n=’))
a=int()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để nhập từ bàn phím biến b kiểu thực ta viết:
b=input(‘n=’)
b=float(input(‘n=’))
b=int(input(‘n=’))
b=int()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh đưa giá trị các biểu thức ra màn hình là:
print()
print(‘danh sách biểu thức’)
print danh sách biểu thức
print(danh sách biểu thức)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Gọi s là diện tích tam giác ABC, để đưa giá trị của s ra màn hình ta viết:
print(s)
print s
print(‘s)
print:(s)

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?