การเขียนโปรแกรมเชิงวัตถุเบื้องต้น

การเขียนโปรแกรมเชิงวัตถุเบื้องต้น

Professional Development

5 Qs

quiz-placeholder

Similar activities

Pre-programming

Pre-programming

University - Professional Development

10 Qs

การใช้คอมพิวเตอร์และระบบสารสนเทศเพื่องานอาชีพ

การใช้คอมพิวเตอร์และระบบสารสนเทศเพื่องานอาชีพ

Professional Development

10 Qs

แบบทดสอบก่อนเรียน เรื่อง รู้จักโปรแกรม Scratch ป.4

แบบทดสอบก่อนเรียน เรื่อง รู้จักโปรแกรม Scratch ป.4

Professional Development

10 Qs

แบบทดสอบหน่วยที่ 1 แนะนำการเขียนโปรแกรมคอมพิวเตอร์

แบบทดสอบหน่วยที่ 1 แนะนำการเขียนโปรแกรมคอมพิวเตอร์

Professional Development

10 Qs

ฮาร์ดแวร์

ฮาร์ดแวร์

Professional Development

10 Qs

แบบทดสอบหน่วยที่ 3 หลักสำคัญในการออกแบบสื่อดิจิทัล

แบบทดสอบหน่วยที่ 3 หลักสำคัญในการออกแบบสื่อดิจิทัล

Professional Development

10 Qs

การออกแบบสื่อสิ่งพิมพ์ เพื่อแก้ไขปัญหาในชีวิตประจำวัน

การออกแบบสื่อสิ่งพิมพ์ เพื่อแก้ไขปัญหาในชีวิตประจำวัน

Professional Development

10 Qs

CODE-P3

CODE-P3

Professional Development

10 Qs

การเขียนโปรแกรมเชิงวัตถุเบื้องต้น

การเขียนโปรแกรมเชิงวัตถุเบื้องต้น

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Thekop Nakhonsawan

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

โปรแกรมต่อไปนี้ แสดงลัพธ์ข้อใด

Dim a, b As Integer

For a = 1 To 5 Step 2

TextBox1.Text &= CStr(a) & vbCrLf

Next

1 2

1 3

1 3 4

1 3 5

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fo a=10 .... 100

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

ผลลัพธ์ 2 4 6 กำหนดโปรแกรมดังนีั

For a= 2 to 6 step .....

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

โปรแกรมต่อไปนี้แสดงผลลัพธ์คือใด

Dim a, b As Integer

For a = 10 To 1 Step -1

TextBox1.Text &= CStr(a) & vbCrLf

Next

1 2 3 4 5 6 7 8 9 10

2 3 4 5 6 7 8 9 10 11

9 8 7 6 5 4 3 2 1

10 9 8 7 6 5 4 3 2 1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

โปรแกรมต่อไปนี้แสดงผลลัพธ์คือข้อใด

Dim a, b As Integer

For a = 5 To 1 Step -1

TextBox1.Text &= "computer" & vbCrLf

Next

1

2

3

4

5

1 computer

2 computer

3 computer

4 computer

5 computer

computer

computer

computer

computer

computer

computer