ข้อสอบ วิชา วิทยาการคำนวณ ม.2/4 ปี 2/67

ข้อสอบ วิชา วิทยาการคำนวณ ม.2/4 ปี 2/67

12th Grade

20 Qs

quiz-placeholder

Similar activities

Excel 2

Excel 2

University

15 Qs

การเขียนโครงงาน

การเขียนโครงงาน

University

18 Qs

พรบ.วิธีปฏิบัติราชการทางปกครอง พ.ศ.2539 และแก้ไขเพิ่มเติม

พรบ.วิธีปฏิบัติราชการทางปกครอง พ.ศ.2539 และแก้ไขเพิ่มเติม

University - Professional Development

25 Qs

Python Bài 2

Python Bài 2

9th - 12th Grade

15 Qs

Python-coban

Python-coban

7th - 12th Grade

20 Qs

Python - Bài 4

Python - Bài 4

9th - 12th Grade

15 Qs

แบบทดสอบ โปรแกรม Scrath

แบบทดสอบ โปรแกรม Scrath

1st - 12th Grade

20 Qs

แบบทดสอบ ความรู้เกี่ยวกับ Arduino

แบบทดสอบ ความรู้เกี่ยวกับ Arduino

6th Grade - University

25 Qs

ข้อสอบ วิชา วิทยาการคำนวณ ม.2/4 ปี 2/67

ข้อสอบ วิชา วิทยาการคำนวณ ม.2/4 ปี 2/67

Assessment

Quiz

Education

12th Grade

Hard

Created by

ดนุพล นิโอ๊ะ

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คำสั่งใดใช้ในการแสดงข้อความบนหน้าจอในภาษาไพทอน
echo()
write()
print()
output()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คำสั่งใดใช้รับข้อมูลจากผู้ใช้งาน
input()
read()
scan()
get()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ผลลัพธ์ของโปรแกรมต่อไปนี้คืออะไร x = 10 if x > 5: print("Hello") else: print("Goodbye")
Hello
Goodbye
ไม่มีผลลัพธ์
เกิดข้อผิดพลาด

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คำสั่งใดถูกต้องสำหรับการตรวจสอบว่าตัวแปร x มีค่าเท่ากับ 10
if x = 10:
if x == 10:
if x === 10:
if x != 10:

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

โปรแกรมต่อไปนี้จะมีผลลัพธ์เป็นเท่าไร a = 5 b = 3 print(a + b)
2
8
15
เกิดข้อผิดพลาด

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ถ้าใช้คำสั่ง input() ในการรับค่า ตัวแปรที่ได้จะมีชนิดข้อมูลเป็นอะไร
int
float
str
bool

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

โปรแกรมต่อไปนี้มีผลลัพธ์เป็นอะไร x = 10 if x < 5: print("Low") else: print("High")
Low
High
ไม่มีผลลัพธ์
เกิดข้อผิดพลาด

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?