Tin7_Thủ tuc vào ra

Tin7_Thủ tuc vào ra

7th Grade

21 Qs

quiz-placeholder

Similar activities

Python_1 (Линейные алгоритмы)

Python_1 (Линейные алгоритмы)

7th Grade

20 Qs

klasa 8 Python in, print

klasa 8 Python in, print

7th - 8th Grade

17 Qs

Cấu trúc rẽ nhánh

Cấu trúc rẽ nhánh

6th - 8th Grade

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Синтаксис Python

Синтаксис Python

7th - 11th Grade

21 Qs

Язык программирования Python

Язык программирования Python

1st - 10th Grade

20 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Tin7_Thủ tuc vào ra

Tin7_Thủ tuc vào ra

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Loan Trần

Used 4+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Python, lệnh nào được dùng để nhập dữ liệu từ bàn phím?

print()

input()

read()

scan()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để hiển thị dữ liệu ra màn hình, ta dùng lệnh nào?

input()

print()

type()

output()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của đoạn mã sau là gì? x = "123" print(type(x))

int

float

str

Lỗi

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Python, kiểu dữ liệu nào dùng để lưu số nguyên?

int

float

str

bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của đoạn mã sau là gì? x = 6.7 print(type(x))

int

float

str

bool

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kiểu dữ liệu nào đúng cho biến y với lệnh sau? x, y, z = 10, "10", 10

int

float

double

str

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào giúp kiểm tra kiểu dữ liệu của biến x?

check(x)

typeof(x)

type(x)

isinstance(x)

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?