หน่วยที่  การโปรแกรมคอมพิวเตอร์เชิงโครงสร้าง 1/66

หน่วยที่ การโปรแกรมคอมพิวเตอร์เชิงโครงสร้าง 1/66

Professional Development

10 Qs

quiz-placeholder

Similar activities

java

java

University - Professional Development

8 Qs

Pre-test : Workshop Google sites

Pre-test : Workshop Google sites

Professional Development

10 Qs

Career Opportunities in IT : {Shakeel Juman}

Career Opportunities in IT : {Shakeel Juman}

Professional Development

10 Qs

C programmming - Module 1

C programmming - Module 1

Professional Development

15 Qs

Proses Pemrograman

Proses Pemrograman

Professional Development

11 Qs

22 c B Sc 1st

22 c B Sc 1st

Professional Development

12 Qs

Lenguaje C

Lenguaje C

Professional Development

15 Qs

C Quiz

C Quiz

Professional Development

10 Qs

หน่วยที่  การโปรแกรมคอมพิวเตอร์เชิงโครงสร้าง 1/66

หน่วยที่ การโปรแกรมคอมพิวเตอร์เชิงโครงสร้าง 1/66

Assessment

Quiz

Computers

Professional Development

Hard

Created by

nippaporn kankong

Used 3+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

int

main

var

printf

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

1 min • 1 pt

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

 x := 8;

x = 8+2;

x = 2-8;

x = 31;

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?