ความรู้พื้นฐาน Python

ความรู้พื้นฐาน Python

10th Grade

20 Qs

quiz-placeholder

Similar activities

Python for loop

Python for loop

12th Grade

20 Qs

Python

Python

University

16 Qs

็็HTML ข้อสอบกลางภาค

็็HTML ข้อสอบกลางภาค

12th Grade

20 Qs

การเขียนโปรแกรม

การเขียนโปรแกรม

10th - 11th Grade

20 Qs

ตารางทำงาน

ตารางทำงาน

11th Grade

20 Qs

Python เบื้องต้น ม.5

Python เบื้องต้น ม.5

11th Grade

20 Qs

ตอบปัญหาCoding ม.ปลาย

ตอบปัญหาCoding ม.ปลาย

9th - 12th Grade

20 Qs

Python SaNook

Python SaNook

University

20 Qs

ความรู้พื้นฐาน Python

ความรู้พื้นฐาน Python

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Thanakrit Yomthaisong

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือคำสั่งแสดงผลบนหน้าจอในภาษา Python

echo("Hello")

printf("Hello")

print("Hello")

display("Hello")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คำสั่ง print("5 + 3") จะได้ผลลัพธ์เป็นอะไร?

8

5 + 3

Error

"8"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ผลลัพธ์ของคำสั่ง print(5 + 3) คือข้อใด

"5 + 3"

53

8

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือประเภทข้อมูล จำนวนเต็ม ในภาษา Python

int

float

str

bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือค่าของตัวแปร x หลังรันคำสั่ง x = 10 // 3

3

3.33

3.0

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คำสั่ง input() ใช้เพื่อทำอะไรใน Python

แสดงผลข้อมูล

คำนวณทางคณิตศาสตร์

รับค่าจากผู้ใช้

ประกาศตัวแปร

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คำสั่งใดใช้ตรวจสอบเงื่อนไขใน Python

while

for

if

def

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?