ภาษา C#

ภาษา C#

University

10 Qs

quiz-placeholder

Similar activities

แบบทดสอบบทที่ 10 TCP/IP และอินเทอร์เน็ต

แบบทดสอบบทที่ 10 TCP/IP และอินเทอร์เน็ต

University

10 Qs

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

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

9th Grade - University

15 Qs

วิทยาการคำนวน ป.6

วิทยาการคำนวน ป.6

University

10 Qs

การเพิ่มมูลค่าให้กับสินค้าและบริการ ม.5

การเพิ่มมูลค่าให้กับสินค้าและบริการ ม.5

University

10 Qs

แบบทดสอบม.2 1/68

แบบทดสอบม.2 1/68

8th Grade - University

10 Qs

การทำงานของคอมพิวเตอร์ Part 2

การทำงานของคอมพิวเตอร์ Part 2

University

10 Qs

642-332-Authentication

642-332-Authentication

University

10 Qs

Chapter 4 การสืบทอด Class

Chapter 4 การสืบทอด Class

University

10 Qs

 ภาษา C#

ภาษา C#

Assessment

Quiz

Computers

University

Hard

Created by

Sirikanraya Khamnon

Used 17+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

คือข้อมูลชนิดใดที่ใช้เก็บตัวเลขจำนวนเต็มใน C#?

string

float

boolean

int

2.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

ใน C# โครงสร้างควบคุมแบบใดที่ใช้สำหรับการทำซ้ำ?

switch case

if statement

for loop

while loop

3.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

ในโปรแกรม C# คลาสคืออะไร?

ตัวแปรที่ใช้เก็บค่า

คำสั่งที่ใช้สร้างกราฟ

โครงสร้างหรือแม่แบบของอ็อบเจกต์

ฟังก์ชันที่ใช้สำหรับการคำนวณ

4.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

การสืบทอดคลาสใน C# คืออะไร?

การสืบทอดคลาสใน C# คือการเปลี่ยนแปลงคลาสที่มีอยู่แล้ว

การสืบทอดคลาสใน C# คือการลบคลาสที่มีอยู่แล้ว

การสืบทอดคลาสใน C# หมายถึงการสร้างคลาสใหม่โดยใช้คลาสที่มีอยู่แล้วเป็นพื้นฐาน

การสืบทอดคลาสใน C# คือการสร้างฟังก์ชันใหม่โดยใช้คลาสที่มีอยู่แล้ว

5.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

การจัดการข้อผิดพลาดใน C# ทำอย่างไร?

ใช้คำสั่ง switch-case

ใช้คำสั่ง if-else

ใช้คำสั่ง for loop

ใช้คำสั่ง try, catch, และ finally

6.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

คำสั่งใดที่ใช้สร้างหน้าต่างกราฟิกใน C#?

Form formName = new Window();

Form formName = createForm();

Form formName = new Graphic();

Form formName = new Form();

7.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

ใน C# การสร้างปุ่มที่สามารถคลิกได้ทำอย่างไร?

ใช้ control ประเภท Button และกำหนด event handler สำหรับคลิก

ใช้ control ประเภท Label และกำหนด event handler สำหรับคลิก

ใช้ control ประเภท Textbox และกำหนด event handler สำหรับคลิก

ใช้ control ประเภท Checkbox และกำหนด event handler สำหรับคลิก

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?