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

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

12th Grade

20 Qs

quiz-placeholder

Similar activities

ความรู้ทั่วไป 1

ความรู้ทั่วไป 1

9th - 12th Grade

20 Qs

คอมพิวเตอร์กับดนตรีไทย1

คอมพิวเตอร์กับดนตรีไทย1

12th Grade

20 Qs

P-1 การเขียนโปรแกรมคอมพิวเตอร์

P-1 การเขียนโปรแกรมคอมพิวเตอร์

University

16 Qs

ข้อสอบปลายภาคเรียนที่ 1-2564 รายวิชา ICT เพื่อการเรียนรู้ 4

ข้อสอบปลายภาคเรียนที่ 1-2564 รายวิชา ICT เพื่อการเรียนรู้ 4

8th - 12th Grade

20 Qs

หลักการทำงานของคอมพิวเตอร์ (ปวส.1/2 สาย ม.6)

หลักการทำงานของคอมพิวเตอร์ (ปวส.1/2 สาย ม.6)

University

15 Qs

MS Powerpoint 2013

MS Powerpoint 2013

1st Grade - Professional Development

20 Qs

test331V2

test331V2

12th Grade

20 Qs

แบบทดสอบ 2 หลักการจัดซื้อ

แบบทดสอบ 2 หลักการจัดซื้อ

University

15 Qs

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

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

Assessment

Quiz

Education

12th Grade

Hard

Created by

ดนุพล นิโอ๊ะ

Used 2+ 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?