Search Header Logo

ทดสอบประเมินระหว่างเรียน

Authored by korn hohey

Computers

8th Grade - University

Used 12+ times

ทดสอบประเมินระหว่างเรียน
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int

main

var

printf

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

( )
[  ]
{  }
 /*  */

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

printf("THAILND");       
printf("12345");
printf("5 + 2 = %d",5+2);
printf('COMPUTER');

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

scanf("%d\n",x)
scanf("%d",&x);
scanf("%d",x);   
scanf("%d,x");

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ถ้าหาก x มีค่าเท่ากับ 23.1234 และมีการทำคำสั่งต่อไปนี้ printf("%.2f",x);   ผลลัพธ์ที่ได้จะเท่ากับข้อใด

2.31234
23.1234
23.12
2.31

6.

MULTIPLE CHOICE QUESTION

30 sec • 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

ถ้าหากตัวแปร x เป็นตัวแปรประเภท int การกำหนดค่าให้กับตัวแปร x ข้อใดไม่ถูกต้อง

x := 8;
x = 8+2;
x = 2-8;
x = 31; 

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?