Final-C++

Final-C++

10th Grade

20 Qs

quiz-placeholder

Similar activities

สอบ Final _2-2567 Excel

สอบ Final _2-2567 Excel

7th Grade - University

18 Qs

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

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

KG - Professional Development

20 Qs

if - else

if - else

10th Grade

23 Qs

บทที่1

บทที่1

9th - 12th Grade

15 Qs

Unit 13

Unit 13

10th Grade

25 Qs

Final-C++

Final-C++

Assessment

Quiz

Instructional Technology

10th Grade

Practice Problem

Hard

Created by

workrin phoone

Used 55+ times

FREE Resource

AI

Enhance your content in a minute

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

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

printf("THAILND");

printf("12345");

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

printf('COMPUTER');

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

scanf("%d\n",x)

scanf("%d",&x);

scanf("%d",x);

scanf("%d,x");

3.

MULTIPLE CHOICE QUESTION

20 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);

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ชื่อใด"ไม่"สามารถนำมาประกาศเป็นตัวแปรได้

num_2

_num_2

num 2

_num2

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ข้อใดคือคำสั่งสำหรับขึ้นบรรทัดใหม่

\enter

\t

\n

\b

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ข้อใดคำการเพิ่มค่า ทีละ 1

a++

a+1

a*1

a^1

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

คำสั่งทำซ้ำวนลูป ข้อใด ที่ ตรวจสอบเงื่อนไขก่อนแล้ว ค่อยทำ

do while

while

for

if

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?