Python Mid.

Python Mid.

11th Grade

10 Qs

quiz-placeholder

Similar activities

พื้นฐาน ภาษา Visual Basic

พื้นฐาน ภาษา Visual Basic

11th Grade

10 Qs

หน่วยที่ 2 เรื่อง ( Language C )

หน่วยที่ 2 เรื่อง ( Language C )

9th - 12th Grade

15 Qs

Powerpoint แสนสนุก

Powerpoint แสนสนุก

11th Grade

15 Qs

While

While

9th - 12th Grade

10 Qs

ป.6 หน่วยการเรียนรู้ที่ 2 ออกแบบและเขียนโปรแกรมอย่างง่าย

ป.6 หน่วยการเรียนรู้ที่ 2 ออกแบบและเขียนโปรแกรมอย่างง่าย

1st - 12th Grade

10 Qs

LCD

LCD

9th - 11th Grade

10 Qs

m5-circleArea python flowgorithm

m5-circleArea python flowgorithm

11th Grade

10 Qs

Python

Python

6th Grade - University

15 Qs

Python Mid.

Python Mid.

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Grade P

Used 22+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

ตัวแปร คืออะไร

คือชื่อที่ใช้ในการเก็บค่าหรือกำหนดค่า

คือโครงสร้างของข้อมูล

คือเครื่องหมายที่ใช้ในการดำเนินการ

ไม่มีข้อถูก

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

ข้อใดต่อไปนี้ไม่สามารถใช้เป็นชื่อของตัวแปรได้

open

break

next

close

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

การกำหนดชื่อตัวแปรใน Python ข้อใดผิด

ตัวแปรห้ามมีช่องว่าง

ใช้ตัวอักษร A-Z ตัวเล็กหรือใหญ่ก็ได้

ชื่อตัวแปรขึ้นต้นด้วยตัวเลขได้

การตั้งชื่อตัวแปรห้ามซ้ำคำสงวน

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

ข้อใดเป็นการใช้ตัวแปรที่ไม่ถูกต้อง

name = “Kala”

1price = “cake”

Com_score = “32”

mySubject = “English”

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

คำสั่ง print ในภาษา python คือคำสั่งตามข้อใด

คำสั่งแสดงข้อมูล

คำสั่งกำหนดค่า

คำสั่งตรวจสอบชนิดตัวแปร

คำสั่งรับข้อมูลทางแป้นพิมพ์

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

name = “Doi Kham”

class = input()

num = int (input( ))

print (name, class, num)

จากโปรแกรม ข้อใดคือตัวแปรที่ถูกต้องทั้งหมด

name, num

name, class

class, num

name, class, num

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

พิจารณา code ที่กำหนด โปรแกรมจะแสดงผลตามข้อใด ?

x = 5

x = 25+5

print (x)

5

25+5

30

x

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?