ภาษาซีif

Quiz
•
Computers
•
11th Grade
•
Hard
Gawkij Tearamoke
Used 68+ times
FREE Resource
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
Similar Resources on Wayground
16 questions
[2/2566] ว30280 : แบบทดสอบปลายภาค

Quiz
•
11th Grade
20 questions
สัปดาห์ 1-2: เรื่องแนะนำเรื่องและหลักการเขียนโปรแกรม

Quiz
•
11th Grade
15 questions
Uvod u algoritme i programiranje

Quiz
•
9th - 12th Grade
15 questions
รอบที่ 1 AI ท้าความคิด พิชิตอนาคต

Quiz
•
5th Grade - University
20 questions
การสร้างเว็บไซต์ด้วยภาษา HTML

Quiz
•
9th - 12th Grade
20 questions
Jago PHP

Quiz
•
11th Grade
20 questions
Iteration

Quiz
•
11th Grade
18 questions
Pseudocode - Variables, I/O, SELECTION

Quiz
•
10th - 11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade