Tin7_Thủ tuc vào ra

Tin7_Thủ tuc vào ra

7th Grade

21 Qs

quiz-placeholder

Similar activities

KIỂM TRA TIN CƠ SỞ

KIỂM TRA TIN CƠ SỞ

1st - 10th Grade

20 Qs

Số học 1

Số học 1

6th Grade - University

25 Qs

Year 7 Lent

Year 7 Lent

7th Grade

20 Qs

Test CLS 7 - Structura alternativă și structurile repetitive

Test CLS 7 - Structura alternativă și structurile repetitive

7th Grade

18 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

Python 6 Класс

Python 6 Класс

6th - 8th Grade

26 Qs

Підсумкове оцінювання № 1. Мова програмування Java

Підсумкове оцінювання № 1. Мова програмування Java

7th Grade

18 Qs

thử nghiệm trò chơi mới tin 7

thử nghiệm trò chơi mới tin 7

7th Grade

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?