ภาษาซีif

ภาษาซีif

11th Grade

20 Qs

quiz-placeholder

Similar activities

مراجعة1

مراجعة1

9th - 12th Grade

16 Qs

IT (data, viruses and more)

IT (data, viruses and more)

8th Grade - Professional Development

20 Qs

4to Sec. - Código HTML

4to Sec. - Código HTML

11th Grade

20 Qs

Keyboarding Skills Review

Keyboarding Skills Review

10th - 12th Grade

20 Qs

Kisi - Kisi

Kisi - Kisi

11th Grade

20 Qs

การเขียนโปรแกรม

การเขียนโปรแกรม

10th - 11th Grade

20 Qs

Personal Finance 3.01-3.07 Review Quiz

Personal Finance 3.01-3.07 Review Quiz

9th - 12th Grade

20 Qs

CSS QUIZIZ

CSS QUIZIZ

11th Grade

16 Qs

ภาษาซีif

ภาษาซีif

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Gawkij Tearamoke

Used 68+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

ตัวดำเนินการใดไม่ใช่ตัวดำเนินการทางตรรก

>

=

>=

!=

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

การเลือกทำแบบทางเดียวควรใช้คำสั่งใด

if ไม่มี else

if แบบมี else

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

การเขียนประโยคใดต่อไปนี้ไม่สามารถใช้กำหนดเงื่อนไขให้กับ if ได้

m = 4.5;

x == 8;

'A' > 'B'

C > D;

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

ประโยคในข้อใด เป็นการตรวจสอบว่าตัวแปร x อยู่ในช่วงตั้งแต่ 20 ถึง 30

if((x>=20)&&(x<=30))

if((x>=20)||(x<=30))

if(20<x<30)

if((x<=10)&&(x>=20))

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ถ้าหากต้องการตรวจสอบคะแนนที่อยู่ในตัวแปร score ว่าถ้าหากคะแนนเกิน 80 ให้แจ้งว่าได้เกรด A จะต้องเขียนอย่างไร

if((mark>80)&&(mark<=100)) printf("A");

if(mark>80); printf("A");

if(80<mark<=100) printf("A");

if(mark>80) printf('A');

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

ฟังก์ชัน if-else ใช้กับเงื่อนไขแบบใด

เงื่อนไขแบบทางเดียว

เงื่อนไขเลือกทำสองทาง

เงื่อนไขเลือกทำหลายทาง

ไม่มีข้อถูก

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

การเขียนฟังก์ชั่นในลักษณะ if-else-if ใช้กับเงื่อนไขแบบใด

เงื่อนไขแบบทางเดียว

เงื่อนไขเลือกทำสองทาง

เงื่อนไขเลือกทำหลายทาง

ไม่มีข้อถูก

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?