การเขียนโปรแกรมด้วยภาษา Python

การเขียนโปรแกรมด้วยภาษา Python

1st - 5th Grade

20 Qs

quiz-placeholder

Similar activities

แบบทดสอบท้ายเรื่องที่ 1 ภาษาไพธอน

แบบทดสอบท้ายเรื่องที่ 1 ภาษาไพธอน

1st Grade

15 Qs

Python ม.1

Python ม.1

1st Grade

20 Qs

แบบทดสอบก่อนเรียน ไพทอน  ม.1

แบบทดสอบก่อนเรียน ไพทอน ม.1

2nd Grade

20 Qs

Test_Midterm 2-63 M.401-406

Test_Midterm 2-63 M.401-406

4th Grade

20 Qs

แบบทดสอบสถานณ์ของโปรแกรม Scratch

แบบทดสอบสถานณ์ของโปรแกรม Scratch

5th Grade

20 Qs

โปรแกรม Scratch

โปรแกรม Scratch

4th - 6th Grade

20 Qs

หน่วยที่ 2 : การเขียนโปรแกรมด้วยภาษา C

หน่วยที่ 2 : การเขียนโปรแกรมด้วยภาษา C

3rd Grade

20 Qs

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

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

1st Grade

20 Qs

การเขียนโปรแกรมด้วยภาษา Python

การเขียนโปรแกรมด้วยภาษา Python

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

ชลธิชา ดุจจานุทัศน์

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

กําหนดให้ x, y, z = "Orange", "Banana", "Cherry" ถ้าใช้คําสั่ง print(z) จะได้ผลลัพธ์ใด

Orange

Banana

Cherry

"Orange", "Banana", "Cherry"

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

กําหนดให้ z = float(3) ถ้าใช้คําสั่ง print(z) จะได้ผลลัพธ์ใด

float

3

3.0

9

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

กําหนดให้ a = "Hello, World!" ถ้าใช้คําสั่ง print(a[1]) จะได้ผลลัพธ์ใด

H

e

l

o

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

กําหนดให้ a = "Hello" ถ้าใช้คําสั่ง print(len(a)) จะได้ผลลัพธ์ใด

1

5

H

Hello

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

กําหนดให้ list = ["apple", "banana", "cherry"] ถ้าใช้คําสั่ง print(list[-1]) จะได้ผลลัพธ์ใด

apple

banana

cherry

Null

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

กําหนดให้ list = [100, 23, 82] ถ้าใช้คําสั่ง list.sort() และสั่ง print(list) จะได้ผลลัพธ์ใด

[3]

[100, 23, 82]

[100, 82, 23]

[23, 82, 100]

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

กําหนดให้ list = [100, 23, 82] ถ้าใช้คําสั่ง list.sort(reverse = True) และสั่ง print(list) จะ

ได้คําตอบใด

[3]

[100, 23, 82]

[100, 82, 23]

[23, 82, 100]

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?