Python02

Python02

University

12 Qs

quiz-placeholder

Similar activities

 ภาษา C#

ภาษา C#

University

10 Qs

การใช้เทคโนโลยีสารสนเทศอย่างปลอดภัย

การใช้เทคโนโลยีสารสนเทศอย่างปลอดภัย

7th Grade - University

10 Qs

หน่วยที่ 3 การเขียนโปรแกรมแบบตามลำดับ

หน่วยที่ 3 การเขียนโปรแกรมแบบตามลำดับ

University

10 Qs

Python01

Python01

University

10 Qs

Python

Python

6th Grade - University

15 Qs

Photoshop

Photoshop

University

10 Qs

Python Algorithm

Python Algorithm

4th Grade - University

15 Qs

พิมพ์ดีดสัมผัส

พิมพ์ดีดสัมผัส

9th Grade - University

10 Qs

Python02

Python02

Assessment

Quiz

Computers

University

Medium

Created by

อ.วุฒิพงษ์ เรือนทอง

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print(5+5*5)
ผลลัพธ์คือ

30

50

555

Error

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print(3**2*3)
ผลลัพธ์คือ

27

18

729

Error

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print(17//3%3)

ผลลัพธ์ คือ

2

17

0

Error

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

ผลลัพธ์ คือ

true

True

false

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ถ้า colors = ['Red', 'Green', 'Blue', 'Yellow’] แล้ว

print(colors[1]) คือ ข้อใด

Blue

Green

Yellow

Red

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ถ้า colors = ['Red', 'Green', 'Blue', 'Yellow’] แล้ว

print(colors[len(colors)-1]) คือ ข้อใด

Blue

Green

Yellow

Red

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ถ้า colors = ['Red', 'Green', 'Blue', 'Yellow’] แล้ว

print(colors[-2]) คือ ข้อใด

Blue

Green

Yellow

Red

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?