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

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

12th Grade

20 Qs

quiz-placeholder

Similar activities

IBCA Final Exam Review

IBCA Final Exam Review

9th - 12th Grade

20 Qs

เปิดพจนานุกรม ม.ต้น

เปิดพจนานุกรม ม.ต้น

9th - 12th Grade

20 Qs

มาตรฐานและตัวบ่งชี้คุณภาพการศึกษาระดับการศึกษาขั้นพื้นฐาน

มาตรฐานและตัวบ่งชี้คุณภาพการศึกษาระดับการศึกษาขั้นพื้นฐาน

University

20 Qs

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

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

University

16 Qs

test331V2

test331V2

12th Grade

20 Qs

RBT Tingkatan 2 - Elektronik

RBT Tingkatan 2 - Elektronik

1st - 12th Grade

20 Qs

เริ่มต้นใช้งานโปรแกรมผลิตสื่อสิ่งพิมพ์

เริ่มต้นใช้งานโปรแกรมผลิตสื่อสิ่งพิมพ์

University

20 Qs

มัลติมิเดีย

มัลติมิเดีย

9th - 12th Grade

15 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?