ข้อสอบไพทอน

ข้อสอบไพทอน

9th Grade

10 Qs

quiz-placeholder

Similar activities

แบบทดสอบหน่วยที่2

แบบทดสอบหน่วยที่2

9th Grade

10 Qs

PYTHON EP2 ม.3

PYTHON EP2 ม.3

9th Grade

10 Qs

แบบทดสอบ Python เรื่อง Loop 10 ข้อ

แบบทดสอบ Python เรื่อง Loop 10 ข้อ

9th Grade

10 Qs

การออกแบบขั้นตอนการทำงาน และการเขียนโปรแกรมด้วยภาษา Python

การออกแบบขั้นตอนการทำงาน และการเขียนโปรแกรมด้วยภาษา Python

8th - 9th Grade

10 Qs

หน่วยที่ 4 (การเเก้ปัญหาด้วยคอมพิวเตอร์)

หน่วยที่ 4 (การเเก้ปัญหาด้วยคอมพิวเตอร์)

9th Grade

7 Qs

Python

Python

6th Grade - University

15 Qs

Python

Python

7th Grade - University

10 Qs

python m.3

python m.3

9th Grade

10 Qs

ข้อสอบไพทอน

ข้อสอบไพทอน

Assessment

Quiz

Computers

9th Grade

Hard

Created by

ซัลมี ลงซา

Used 21+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

ไพทอน คืออะไร ?

ใช้เขียนเพื่อคำนวณ ตรวจสอบเงื่อนไข และออกคำสั่งต่างๆ

ใช้เขียนเพื่อตรวจสอบข้อมูล สำหรับการเขียนโปรแกรม

เพื่อทดสอบโปรแกรมไพทอน

ใช้ในการอ้างอิงการเขียนโปรแกรม

Answer explanation

เลือกคำตอบที่ถูกที่สุด

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

 

เรียงลำดับขั้นตอนกระบวนการเชิงระบบให้ถูกต้อง

input

output

process

process

input

output

input

process

output

output

process

input

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

ข้อใดผิด ?

x = "2"

y = "3"

print(x)

print(y)

= 2

= 3

s = 3

w = 5

a = s+y

print(a)

= 8

q = 'สวัสดีค่ะ'

r = 'นักเรียน'

n = q+r

print(n)

='สวัสดีค่ะนักเรียน'

name = "sun"

print(name)

= "sun"

4.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

x = "hello"

print (.....)

="hello"

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

.append ใช้สำหรับอะไร ?

เพื่อลบข้อมูล

เพื่อเพิ่มข้อมูล

เพื่อส่งข้อมูล

เพื่อเก็บข้อมูล

6.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

freind_list = ["nana","cha","mai"]

...........(freind_list)

= ["nana","cha","mai"]

7.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

......................... = ['banana','apple','mango']

print(fruit_list)

= ['banana','apple','mango']

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?