การเขียนโปรแกรมภาษาซี ม.1

การเขียนโปรแกรมภาษาซี ม.1

7th Grade

10 Qs

quiz-placeholder

Similar activities

การกำหนดตัวแปร Python

การกำหนดตัวแปร Python

7th Grade

10 Qs

python

python

7th Grade

10 Qs

การออกแบบและการเขียนโปรแกรมเบื้องต้น

การออกแบบและการเขียนโปรแกรมเบื้องต้น

7th Grade

10 Qs

การเขียนโปรแกรมเบื้องต้น

การเขียนโปรแกรมเบื้องต้น

6th - 7th Grade

15 Qs

กฏหมายคอมพิวเตอร์

กฏหมายคอมพิวเตอร์

6th - 8th Grade

10 Qs

การใช้เทคโนโลยีอย่างปลอดภัย

การใช้เทคโนโลยีอย่างปลอดภัย

7th Grade

10 Qs

เหตุผลเชิงตรรกะกับการแก้ไขป้ญหาป.5

เหตุผลเชิงตรรกะกับการแก้ไขป้ญหาป.5

4th - 12th Grade

10 Qs

ประมวลผลคำหน่วยที่ 5

ประมวลผลคำหน่วยที่ 5

KG - University

10 Qs

การเขียนโปรแกรมภาษาซี ม.1

การเขียนโปรแกรมภาษาซี ม.1

Assessment

Quiz

Computers

7th Grade

Hard

Created by

อัญชิตา โพธิ์สาร

Used 17+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ข้อใดคือส่วนหัวของโปรแกรม ในภาษาซี

#include

statemant

mian

function

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

จงเติมรหัสควบคุมในช่องว่างให้ถูกต้อง

float money = 2500.25;

printf("money = ........\n",money);

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

จงเติมรหัสควบคุมในช่องว่างให้ถูกต้อง

Char name = "Anchita";

printf("name = .........\n",name);

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

จาก CODE ควรเติมชนิดข้อมูลประเภทใดในช่องว่าง

........ age = 35 ;

printf("age = %d\n",age) ;

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

int x = 120;

int y = 260;

int ....... = x*y;

printf("Value of z is %d\n",.....);

จากช่องว่างทั้ง 2 ตำแหน่ง ควรระบุตัวแปรใด

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

แสดงผลเลขจำนวนเต็มแบบยาว (long int) ต้องใช้รหัสควบคุมใด

%c

%d

%ld

%o

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

รหัสควบคุม \n หมายถึงการทำงานใด

ขึ้นหน้าใหม่

เว้นวรรค

แสดงผลจำนวนเต็ม

ขึ้นบรรทัดใหม่

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?