แบบทดสอบการเขียนโปรแกรม C++

แบบทดสอบการเขียนโปรแกรม C++

7th - 9th Grade

16 Qs

quiz-placeholder

Similar activities

การแก้ปัญหาด้วยไพทอน

การแก้ปัญหาด้วยไพทอน

8th - 12th Grade

20 Qs

ข้อสอบปลายภาค photoshop

ข้อสอบปลายภาค photoshop

8th Grade

20 Qs

ข้อสอบหน่วยที่ 1 พื้นฐานการเขียนโปรแกรม

ข้อสอบหน่วยที่ 1 พื้นฐานการเขียนโปรแกรม

9th Grade

20 Qs

python3_1

python3_1

9th - 12th Grade

11 Qs

แบบทดสอบเกี่ยวกับตัวแปรใน Scratch

แบบทดสอบเกี่ยวกับตัวแปรใน Scratch

7th Grade

15 Qs

วิทยาการคำนวณ (Scatch)

วิทยาการคำนวณ (Scatch)

6th - 8th Grade

20 Qs

ข้อสอบวิทยาการคำนวณ+คอมพิวเตอร์ ป.2

ข้อสอบวิทยาการคำนวณ+คอมพิวเตอร์ ป.2

8th Grade

20 Qs

แบบทดสอบกลางภาค วิชา การเขียนโปรแกรมด้วยภาษา ไพทอน  ม.2/3

แบบทดสอบกลางภาค วิชา การเขียนโปรแกรมด้วยภาษา ไพทอน ม.2/3

8th Grade

20 Qs

แบบทดสอบการเขียนโปรแกรม C++

แบบทดสอบการเขียนโปรแกรม C++

Assessment

Quiz

Computers

7th - 9th Grade

Hard

Created by

สุปราณี พิชัยคำ

Used 4+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

ข้อใดคือรูปแบบการเขียนคำสั่งแสดงผลลัพธ์ "Hello World" ใน C++?

cout<<"Hello World";

Console.WriteLine("Hello World");

System.out.println("Hello World");

print("Hello World");

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

ข้อใดคือรูปแบบการใส่ COMMENTS ใน C++?

/*This is a comment

//This is a comment

#This is a comment

\\This is a comment

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

ข้อใดชนิดของข้อมูลในการสร้างตัวแปรที่ถูกต้อง?

myString

Txt

string

String

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

ข้อใดคือการสร้างตัวแปรชนิดตัวเลขที่มีค่าเท่ากับ 5 ?

double x=5;

num x=5

float x=5;

int x=5;

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

ข้อใดคือการสร้างตัวแปรชนิดตัวเลขทศนิยมที่มีค่าเท่ากับ 2.8 ?

byte x=2.8;

double x=2.8;

int x=2.8;

x=2.8;

6.

FILL IN THE BLANK QUESTION

3 mins • 1 pt

ข้อใด คือ Header file ที่ประกาศใช้งานใน C++ ?

7.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

ข้อใด มีค่าเท่ากับ 10%2 ? (ใส่เป็นตัวเลข)

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?