Search Header Logo

แบบทดสอบ Python เบื้องต้น

Authored by นิติพร มาลาชาติ

Computers

9th - 12th Grade

Used 25+ times

แบบทดสอบ Python เบื้องต้น
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ฟังก์ชันใดใช้ในการแสดงข้อความออกทางจอภาพ

Echo

print()

output

printf

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

หากต้องการคอมเมนต์บรรทัดเดียว จะต้องใช้เครื่องหมายใด

*

\

//

#

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

หากต้องการกำหนดตัวแปร n ให้เป็นชนิด integer (จำนวนเต็ม) ที่มีค่าเท่ากับ 5 จะต้องประกาศตัวแปรอย่างไร

Var n = 5

int n = 5

n = 5

variable n = 5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Int(a)

IntToString(a)

str(a)

String(a)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

หากต้องการตรวจสอบชนิดของตัวแปร a จะต้องใช้คำสั่งในข้อใด

getType(a)

Type(a)

type(a)

a.type

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ไฟล์ source Code ของไพทอนจะมีนามสกุลไฟล์แบบใด

.py

run

.pptx

.doc

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ต้องการกำหนดตัวแปร n ให้เป็นชนิด string  ที่มีข้อความเท่ากับ a จะต้องประกาศตัวแปรอย่างไร

n = string

n = 'a'

String(a)

Int(a)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?