ความรู้พื้นฐานการเขียนโปรแกรม Python

ความรู้พื้นฐานการเขียนโปรแกรม Python

12th Grade

15 Qs

quiz-placeholder

Similar activities

โปรแกรมทำสื่อนำเสนอ

โปรแกรมทำสื่อนำเสนอ

8th Grade - University

20 Qs

แบบทดสอบหลังเรียน การนำเสนอด้วย Canva

แบบทดสอบหลังเรียน การนำเสนอด้วย Canva

12th Grade - University

20 Qs

แบบทดสอบ google site

แบบทดสอบ google site

1st Grade - University

10 Qs

การใช้งานโลกดิจิทัลอย่างปลอดภัย

การใช้งานโลกดิจิทัลอย่างปลอดภัย

9th - 12th Grade

20 Qs

codingม.ปลาย

codingม.ปลาย

12th Grade - University

15 Qs

PISA-SKM

PISA-SKM

9th - 12th Grade

10 Qs

IT QUIZ

IT QUIZ

12th Grade

10 Qs

แข่งขันcodingม.ต้น

แข่งขันcodingม.ต้น

12th Grade - University

15 Qs

ความรู้พื้นฐานการเขียนโปรแกรม Python

ความรู้พื้นฐานการเขียนโปรแกรม Python

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

arunee chaiphichit

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ตัวแปรในภาษา Python มีประเภทใดบ้าง?

int, float, str, list, tuple, dict, set, bool

char, byte, float64, array

integer, decimal, set, map

string, number, object, list

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

การประกาศตัวแปรใน Python ใช้สัญลักษณ์ใด?

==

=

<>

::

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ประเภทข้อมูลใดที่ใช้เก็บค่าจำนวนเต็มใน Python?

list

float

string

int

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คำสั่งใดใช้ในการควบคุมการไหลใน Python? ตัวอย่างเช่น:

if x > 10:

    print('x is greater than 10')

if, for, while, try-except

case

switch

break

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

การใช้คำสั่ง if-else ใน Python มีรูปแบบอย่างไร?

if condition: # action when false else: # action when true

if condition: # action when true else: # action when false

if (condition) then: # action when true

if เงื่อนไข: # คำสั่งที่ทำเมื่อเงื่อนไขเป็นจริง else: # คำสั่งที่ทำเมื่อเงื่อนไขเป็นเท็จ

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ฟังก์ชันใน Python สามารถรับพารามิเตอร์ได้กี่ประเภท?

5 ประเภท

2 ประเภท

4 ประเภท

3 ประเภท

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

การเรียกใช้ฟังก์ชันใน Python ทำได้อย่างไร?

ใช้คำสั่ง print() เพื่อเรียกใช้ฟังก์ชัน

ใช้ชื่อฟังก์ชันตามด้วยวงเล็บ ()

ประกาศฟังก์ชันก่อนแล้วจึงใช้ชื่อฟังก์ชัน

ใช้วงเล็บ {} แทนวงเล็บ ()

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?