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

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

9th Grade

40 Qs

quiz-placeholder

Similar activities

ข้อสอบปลายภาค วิทยาการคำนวณ ม.3

ข้อสอบปลายภาค วิทยาการคำนวณ ม.3

9th Grade

40 Qs

ข้อสอบปลายภาค วิทยาการคำนวณ3/2

ข้อสอบปลายภาค วิทยาการคำนวณ3/2

9th Grade

40 Qs

แบบทดสอบภาษาไทย ม.3

แบบทดสอบภาษาไทย ม.3

9th - 12th Grade

40 Qs

แบบทดสอบทักษะการเขียน ม.3

แบบทดสอบทักษะการเขียน ม.3

9th - 12th Grade

40 Qs

แอปพลิเคชั่น ม.3

แอปพลิเคชั่น ม.3

9th Grade

40 Qs

การขยายพันธุ์พืช ม.3

การขยายพันธุ์พืช ม.3

9th Grade

40 Qs

แบบทดสอบ ป.2

แบบทดสอบ ป.2

2nd Grade - University

39 Qs

คำสมาส - สนธิ .

คำสมาส - สนธิ .

9th Grade

40 Qs

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

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

Assessment

Quiz

Education

9th Grade

Hard

Created by

Kru Sine

Used 48+ 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?