การเขียนโปรแกรมภาษาไพทอน

การเขียนโปรแกรมภาษาไพทอน

2nd Grade

30 Qs

quiz-placeholder

Similar activities

หลักการเขียนโปรแกรมเบื้องต้น

หลักการเขียนโปรแกรมเบื้องต้น

2nd - 3rd Grade

30 Qs

test P6-M1

test P6-M1

1st - 4th Grade

30 Qs

ข้อสอบอัจฉริยภาพคอม

ข้อสอบอัจฉริยภาพคอม

1st - 5th Grade

30 Qs

คอมพิวเตอร์ 3 ม.2

คอมพิวเตอร์ 3 ม.2

2nd Grade

30 Qs

สอบปลายภาค 2 ม. 2

สอบปลายภาค 2 ม. 2

2nd Grade

30 Qs

วิทยาการคำนวณ ม.3

วิทยาการคำนวณ ม.3

2nd Grade

25 Qs

วิทยาวิทยาม.3

วิทยาวิทยาม.3

1st - 2nd Grade

30 Qs

สอบกลางภาคเรียนที่ 1 m 2

สอบกลางภาคเรียนที่ 1 m 2

2nd Grade

30 Qs

การเขียนโปรแกรมภาษาไพทอน

การเขียนโปรแกรมภาษาไพทอน

Assessment

Quiz

Computers

2nd Grade

Medium

Created by

สุวิมล ซ้อนขำ

Used 7+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

เครื่องหมาย + - * / เป็นตัวดำเนินการแบบใด ในภาษา Python

ตัวดำเนินการทางตรรกะ

ตัวดำเนินการเปรียบเทียบ

ตัวดำเนินการทางคณิตศาสตร์

ตัวดำเนินการในการกำหนดค่า

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คอมเม้นในภาษาไพทอนข้อใดไม่ถูกต้อง

!Comment

#Comment

'''Comment'''

"""Comment"""

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

หากต้องการแปลงชนิดข้อมูลตัวแปร a ที่เป็นชนิด String ให้เป็น Integer จะต้องใช้คำสั่งใด

int(a)

integer(a)

StringToInt

StringToInteger(a)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

ข้อใดต่อไปนี้เป็นคำสั่ง if ในภาษา Python ที่ถูกต้อง

if a >= 10 :

if (a = 22)

if (a => 10)

if a =< 22 :

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

จากโปรแกรม จะได้ผลลัพธ์ใด

Cat

error

<class 'str'>

4,2.5,“cat”

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

จากโปรแกรม จะได้ผลลัพธ์ใด

2 4 5 6 7 8 9 10

2 4 6 8 10

2 3 10

2 5 8

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

จากโปรแกรม จะได้ผลลัพธ์ใด

1 2

1 2 3

0 1 2

0 1 2 4 5 6

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?