PYTHON

PYTHON

Professional Development

15 Qs

quiz-placeholder

Similar activities

Python

Python

Professional Development

20 Qs

AWS Training - Keyboard Shortcuts - Megha Parekh

AWS Training - Keyboard Shortcuts - Megha Parekh

KG - Professional Development

15 Qs

FP2: 02 - STRINGS

FP2: 02 - STRINGS

Professional Development

10 Qs

Bài 3 - Giới thiệu giao diện Photoshop

Bài 3 - Giới thiệu giao diện Photoshop

Professional Development

10 Qs

Python Programming - Test 1

Python Programming - Test 1

University - Professional Development

20 Qs

Goofy Ahh quiz

Goofy Ahh quiz

Professional Development

10 Qs

COMPUTER SHORTCUT KEYS

COMPUTER SHORTCUT KEYS

6th Grade - Professional Development

10 Qs

Câu lạc bộ Tin

Câu lạc bộ Tin

Professional Development

10 Qs

PYTHON

PYTHON

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Hang Thu

Used 7+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Trong NNLT Python, biểu thức sau cho kết quả bằng bao nhiêu?

Print(2**3+4//2-3%2)

7

8

9

10

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Trong NNLT Python, biểu thức 1+x3 được viết là:

1+x**3

1+x^^3

1+x^3

1+x***3

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Trong NNLT Python, biểu thức số học nào sau đây là hợp lệ?

{a + b}*c;

5*a + 7*b + 8*c;

5a + 7b + 8c;

a*b(a+b);

4.

FILL IN THE BLANK QUESTION

30 sec • 5 pts

Kết quả trả về cho lệnh sau là gì?

print(“100 >= 10**2”)

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Kết quả trả về cho lệnh sau là gì?

print(100 >= 10**2)

False

None

True

100 > 10**2

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Trong lập trình Python, từ khóa Print dùng để?

Khai báo sử dụng biến

Khai báo kiểu dữ liệu.

Nhập dữ liệu vào

Thông báo kết quả ra màn hình

7.

FILL IN THE BLANK QUESTION

30 sec • 5 pts

Trong NNLT Python, cho đoạn chương trình sau:

a = b = 1 c, d =1, 2 print(a+b+c+d)

Kết quả trên màn hình là:

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?