21910-1003 กลางภาค

21910-1003 กลางภาค

9th - 12th Grade

40 Qs

quiz-placeholder

Similar activities

Dreamweaver CS6

Dreamweaver CS6

9th Grade

35 Qs

ข้อสอบปลายภาค วิชาคอมพิวเตอร์เพิ่มเติม ม.1 2/67

ข้อสอบปลายภาค วิชาคอมพิวเตอร์เพิ่มเติม ม.1 2/67

9th Grade - University

40 Qs

ข้อสอบปลายภาควิชาการสร้างเว็บด้วย Google site

ข้อสอบปลายภาควิชาการสร้างเว็บด้วย Google site

10th Grade

40 Qs

Computer Animation

Computer Animation

9th - 12th Grade

40 Qs

การสร้างเว็บไซต์ (CMS)

การสร้างเว็บไซต์ (CMS)

10th - 12th Grade

40 Qs

ระบบปฏิบัติการ

ระบบปฏิบัติการ

1st - 12th Grade

40 Qs

พรีเทสกก่อนสอบ ปลายภาค วิชาเพิ่มเติมคอมพิวเตอร์ ระดับชั้น ม6

พรีเทสกก่อนสอบ ปลายภาค วิชาเพิ่มเติมคอมพิวเตอร์ ระดับชั้น ม6

12th Grade

40 Qs

แบบทดสอบวิชาการเขียนโปรแกรม ม.3

แบบทดสอบวิชาการเขียนโปรแกรม ม.3

9th Grade

40 Qs

21910-1003 กลางภาค

21910-1003 กลางภาค

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Dome Ji

Used 3+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

การตรวจสอบแบบใดที่ควรใช้ ในกรณีมีหลายทางเลือก

แบบ if

แบบ if else

แบบ else if

แบบ switch

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดเขียนเงื่อนไขเปรียบเทียบได้ถูกต้อง

if (x=0)

if (x=>0)

if (x<>0)

if (x!=0)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดเขียนเงื่อนไขเปรียบเทียบไม่ถูกต้อง

if (x=y)

if (x!=y)

if (x>0)

if (x>=0)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือการตรวจสอบว่าผู้ใช้กดแป้นพิมพ์ตัว [Y]

if (ch=[Y])

if (ch=y && ch == Y)

if (ch=='y' && csh == 'Y')

if (ch=='y' || csh == 'Y')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดเป็นการตรวจสอบว่า x เป็นจํานวนเต็มบวก

if (x>0)

if (x>=0)

if (x<>0)

if (x!=0)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือการตรวจสอบว่า x เป็นเลขคี่

if (x/2 = 0)

if (x/2! = 0)

if (x%2 == 0)

if (x%2 != 0)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดเขียนการตรวจสอบว่าตัวแปร x y และ z มีค่าเท่ากัน ?

if (x=y=z)

if (x==y== z)

if (x==y && y==z)

if (x==y || y==z)

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?