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

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

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

แบบทดสอบทบทวน ม.5

แบบทดสอบทบทวน ม.5

11th - 12th Grade

20 Qs

Digital Citizen

Digital Citizen

12th Grade

20 Qs

สอบปลายภาค :เทคโนโลยี (การออกแบบและเทคโนโลยี) ม.1

สอบปลายภาค :เทคโนโลยี (การออกแบบและเทคโนโลยี) ม.1

12th Grade

20 Qs

Network Quiz TH

Network Quiz TH

1st - 10th Grade

16 Qs

หน่วยที่ 3 โครงงานคอมพิวเตอร์

หน่วยที่ 3 โครงงานคอมพิวเตอร์

9th Grade

20 Qs

12 Principles of Animation

12 Principles of Animation

11th Grade

20 Qs

องค์ประกอบและความรู้เบื้องต้นของหุ่นยนต์

องค์ประกอบและความรู้เบื้องต้นของหุ่นยนต์

9th - 12th Grade

20 Qs

ระบบปฏิบัติการแบบ Cloud

ระบบปฏิบัติการแบบ Cloud

KG - University

15 Qs

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

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

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

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

Used 22+ times

FREE Resource

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)

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers