ปลายภาค ภาษาซี ครูแวววรรณ

ปลายภาค ภาษาซี ครูแวววรรณ

9th Grade

40 Qs

quiz-placeholder

Similar activities

แบบทดสอบกลางภาค ชั้น ม.3 ภาคเรียนที่ 1/2564

แบบทดสอบกลางภาค ชั้น ม.3 ภาคเรียนที่ 1/2564

9th Grade

35 Qs

สารานุกรมไทยสำหรับเยาวชน เล่มที่ 15.6_ชุมชนโบราณในเมืองไทยฯ

สารานุกรมไทยสำหรับเยาวชน เล่มที่ 15.6_ชุมชนโบราณในเมืองไทยฯ

4th - 9th Grade

40 Qs

สอบปลายภาค สังคม ม.3 1-2564

สอบปลายภาค สังคม ม.3 1-2564

9th Grade

40 Qs

แบบทดสอบก่อนเรียน HTML

แบบทดสอบก่อนเรียน HTML

9th - 12th Grade

40 Qs

ปลายภาค ภาษาซี ครูแวววรรณ

ปลายภาค ภาษาซี ครูแวววรรณ

Assessment

Quiz

Education

9th Grade

Hard

Created by

Kru Sine

Used 51+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

คำว่าอะไรที่ทุกโปรแกรมในภาษาซีจะต้องมี

int

main

printf

var

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

คำสั่งต่าง ๆ ของโปรแกรมภาษาซีจะต้องอยู่ภายในเครื่องหมายใด

( )

{ }

[ ]

/* */

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

การใช้ฟังก์ชั่น printf() ข้อใดไม่ถูกต้อง

printf("THAILND");

printf("12345");

printf("5 + 2 = %d",5+2);

printf('COMPUTER');

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ข้อใดใช้ฟังก์ชั่น scanf() ได้ถูกต้อง

scanf("%d\n",x)

scanf("%d",&x);

scanf("%d",x);

scanf("%d,x");

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ถ้าหาก x มีค่าเท่ากับ 23.1234 และมีการทำคำสั่งต่อไปนี้ printf("%1.2f",x);

ผลลัพธ์ที่ได้จะเท่ากับข้อใด

2.31234

23.1234

23.12

2.31

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ข้อใดใช้ฟังก์ชั่น printf() ในการแสดงผลบวกของตัวแปร x กับตัวแปร y ได้ถูกต้อง

printf("%d + %d = %d", x, y, x+y);

printf("x + y = %d", x+y);

printf("x + y = x+y\n", x, y, x+y);

printf("x + y = ", x+y);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดที่ไม่จำเป็นต้องมีก็ได้ในการเขียนโปรแกรม

#define

#include

{ }

main( )

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?