B18.1-Tin10

B18.1-Tin10

12th Grade

10 Qs

quiz-placeholder

Similar activities

Tin 12. bài 4. Cấu trúc bảng

Tin 12. bài 4. Cấu trúc bảng

12th Grade

15 Qs

BT mảng

BT mảng

1st - 12th Grade

15 Qs

Công nghệ 4.0 K7 tinkercad

Công nghệ 4.0 K7 tinkercad

1st - 12th Grade

12 Qs

ôn thi học kì 1. CN6

ôn thi học kì 1. CN6

1st - 12th Grade

15 Qs

PYTHON

PYTHON

12th Grade

8 Qs

B18.2-Tin10

B18.2-Tin10

12th Grade

10 Qs

CÂU LỆNH FOR - DO

CÂU LỆNH FOR - DO

12th Grade

10 Qs

Lenguaje de programación 2 3CV

Lenguaje de programación 2 3CV

12th Grade

12 Qs

B18.1-Tin10

B18.1-Tin10

Assessment

Quiz

Instructional Technology

12th Grade

Hard

Created by

TRUC Ng

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chọn phương án trả lời đúng khi nhập số nguyên p từ bàn phím.

p=input("Nhập số nguyên p: ")

p=int("Nhập số nguyên p: ")

p=int(input("Nhập số nguyên p: "))

p=interger(input("Nhập số nguyên p:"))

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Những lệnh nào trong các lệnh sau sẽ báo lỗi.

int("12+45")

float(123.56)

float("123,5.5")

int(12.3)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Những lệnh nào trong các lệnh sau sẽ báo lỗi.

int("12.0")

float(13+1)

str(17.001)

int(12.6)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào sẽ trả lại giá trị là xâu kí tự?

str(150)

int("1110")

float("15.0")

float(7)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Xác định kiểu và giá trị của biểu thức sau 32>45?

int

bool

float

str

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để nhập dữ liệu kiểu số thực từ bàn phím, ta dùng lệnh?

x:=float(input())

x=float(input())

x=(input())

x=float(())

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào dùng để nhận biết kiểu dữ liệu của biến trong Python?

style()

str()

type()

int()

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?