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

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

10th Grade

20 Qs

quiz-placeholder

Similar activities

คำสั่งพื้นฐานในภาษา Python (เก็บคะแนนครั้งที่ 2)

คำสั่งพื้นฐานในภาษา Python (เก็บคะแนนครั้งที่ 2)

12th Grade

20 Qs

ข้อสอบ Adobe Dreamweaver CS6

ข้อสอบ Adobe Dreamweaver CS6

University

20 Qs

ข้อสอบ Photoshop Cs6

ข้อสอบ Photoshop Cs6

University

20 Qs

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

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

9th - 12th Grade

20 Qs

สารสนเทศ 4/2

สารสนเทศ 4/2

10th Grade

20 Qs

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

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

12th Grade

20 Qs

Hardware & Software

Hardware & Software

University

15 Qs

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

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

11th Grade

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?