พื้นฐานการเขียนโปรแกรมภาษา C

Quiz
•
Computers
•
2nd Grade
•
Hard

erawan dampupha
Used 62+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ข้อใดประกาศตัวแปรได้ถูกต้อง
int x=y;
char x="A";
long x=500000;
float x=4;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
char name[20]; "จากข้อความดังกล่าว จะเขียนการรับค่าทางแป้นพิมพ์อย่างไร"
scanf("%s",name);
scanf("%s",&name);
scanf("%c",name);
scanf("%c",&name);
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
การประกาศชนิดตัวแปร int กับ long ต่างกันอย่างไร
int เป็นจำนวนเต็มที่มีค่าน้อยกว่า long
int เป็นจำนวนเต็ม long เป็นทศนิยม
int ใช้กับตัวอักษร long ใช้กับตัวเลข
เหมือนกันใช้เลือกใช้อะไรก็ได้
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int i=2;
while(i<=10)
{
printf("%d",i);
i=i+3;
}
จากโจทย์แสดงตัวเลขใด
2 5 8
2 5 8 11
2 5 7 9
2 5 7 9 12
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ข้อใดกล่าวถึง else ไม่ถูกต้อง
เงื่อนไขสุดท้าย
เงื่อนไขที่เหลือที่ไม่จริงทั้งหมด
เงื่อนไขที่เป็นจริงเท่านั้น
เงื่อนไขปฏิเสธ
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ข้อใดจับคู่ชนิดของตัวแปรและการเก็บข้อมูล ไม่ถูกต้อง
float กับ %f
int กับ %s
long กับ %ld
char กับ %c
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int x=5;
do
{
printf("%d",&x);
x++;
}
while(x<=50);
จากโจทย์ผิดจุดใด
เปลี่ยน int เป็น float
บรรทัด while ต้องไม่มี ;
ตัด & บรรทัด printf
x++ ต้องไม่มี
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
บทที่ 3 ฮาร์ดแวร์คอมพิวเตอร์

Quiz
•
KG - 2nd Grade
10 questions
หน่วยที่ 2 การเขียนโปรแกรมเพื่อแก้ปัญหา ป 6

Quiz
•
1st - 12th Grade
20 questions
การประมวลผลข้อมูล ม.3

Quiz
•
2nd Grade
10 questions
ความรู้เบื้องต้น โปรแกรม Microsoft Excel

Quiz
•
1st - 5th Grade
10 questions
Excel

Quiz
•
1st - 3rd Grade
10 questions
บทที่ 1 เทคโนโลยีเปลี่ยนแปลงโลก

Quiz
•
2nd Grade
10 questions
ออกแบบกันก่อน

Quiz
•
2nd Grade
10 questions
การใช้อินเตอร์เน็ตอย่างปลอดภัย

Quiz
•
1st - 3rd 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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

Quiz
•
6th - 9th Grade