Python

Python

8th Grade

10 Qs

quiz-placeholder

Similar activities

Web + Wordpress

Web + Wordpress

6th - 12th Grade

15 Qs

bài 2-tin 9

bài 2-tin 9

1st - 12th Grade

10 Qs

Nhanh tay- Nhanh trí - Bài 1-Tin9

Nhanh tay- Nhanh trí - Bài 1-Tin9

7th Grade - University

10 Qs

BÀI 8. SẮP XẾP VÀ LỌC DỮ LIỆU

BÀI 8. SẮP XẾP VÀ LỌC DỮ LIỆU

1st - 12th Grade

10 Qs

BÀI 14- THUẬT TOÁN TÌM KIẾM TUẦN TỰ

BÀI 14- THUẬT TOÁN TÌM KIẾM TUẦN TỰ

6th Grade - University

14 Qs

Computer in the society

Computer in the society

2nd - 10th Grade

10 Qs

LÀM QUEN VỚI NGÔN NGỮ LẬP TRÌNH

LÀM QUEN VỚI NGÔN NGỮ LẬP TRÌNH

8th Grade

10 Qs

5.3. Запис математичних виразів на мові Python

5.3. Запис математичних виразів на мові Python

8th Grade

13 Qs

Python

Python

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Fred YT

Used 30+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Lệnh print("Hà Nội", "Việt Nam") sẽ in ra kết quả như thế nào?

"Hà Nội" "Việt Nam"

Hà Nội Việt Nam

Hà NộiViệt Nam

Hà Nội

Việt Nam

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Muố viết chú thích cho lệnh trong Python, người ta dùng ký tự nào?

//

/* */

*

#

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Lệnh nào sau đây đúng trong Python?

print("Hello World')

Print('Xin Chào!')

print('Bonjour!')

print(Hola¡)

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

2**5

2x5

2xx5

2*5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phép tính % có ý nghĩa gì?

Lấy số dư

Chia cho 100

Chia cho 0

Số phần trăm

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ví dụ nào là kiểu dữ liệu float?

print(325/5)

print('What a great day')

print(84.2+15.8)

print(2468)

Answer explanation

Kiểu dữ liệu float là kiểu dữ liệu số dấu phẩy động.

e.g:

print(2.4+5.3) >>> 7.7

print(481.55-34.69) >>> 446.86

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kiểu dữ liệu nào là str?

print(355**3)

print("Konnishiwa!")

print(1011)

print(69.42/2)

Answer explanation

Kiểu dữ liệu str là kiểu dữ liệu chuỗi

e.g

print("Hello World!")

print('annyeong!')

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?