แบบทดสอบก่อนเรียน การเขียนโปรแกรมแบบเลือกทำ

แบบทดสอบก่อนเรียน การเขียนโปรแกรมแบบเลือกทำ

9th Grade

20 Qs

quiz-placeholder

Similar activities

pinyin

pinyin

9th - 12th Grade

15 Qs

PINYIN

PINYIN

9th Grade

20 Qs

พิชิตยอดเขาแสนสนุก

พิชิตยอดเขาแสนสนุก

9th - 12th Grade

15 Qs

Tebak Nama Youtuber Minecraft Indonesia

Tebak Nama Youtuber Minecraft Indonesia

1st Grade - Professional Development

18 Qs

คำนาม

คำนาม

4th - 9th Grade

20 Qs

ทดสอบเก็บคะแนน: ทักษะการตั้งสมมติฐาน

ทดสอบเก็บคะแนน: ทักษะการตั้งสมมติฐาน

9th - 12th Grade

20 Qs

วิจัย7

วิจัย7

1st Grade - University

15 Qs

Project 1 Recap

Project 1 Recap

9th Grade

20 Qs

แบบทดสอบก่อนเรียน การเขียนโปรแกรมแบบเลือกทำ

แบบทดสอบก่อนเรียน การเขียนโปรแกรมแบบเลือกทำ

Assessment

Quiz

Other

9th Grade

Medium

Created by

yanin panjaroen

Used 2+ times

FREE Resource

20 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

1 min • 1 pt

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

if(ch=[Y])

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

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

if(ch=='y' || ch == '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

1 min • 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?