ศูนย์สอบออนไลน์ (Online Quiz Center)
ศัพท์อังกฤษ (ศัพท์ยาก) - ความรู้ทั่วไป ชุดประเทศไทย - สังคมระดับมัธยมถึงปริญญา - ศัพท์อังกฤษ ระดับต้น
คอมพิวเตอร์เบื้องต้น - นักวิทยุสมัครเล่น - จังหวัด รหัสไปรษณีย์ - Visual Basic - JAVA - ศัพท์200 - ทั่วไป.ศิริรุ่ง
แบบทดสอบความรู้ Visual Basic ในชุด 5 ข้อ
ปรับปรุง : 2553-11-25 (ปรับการแสดงผล)
1. Constant declarations is correct [vb039]
Dim Constant num As Integer
Dim Constant num As Integer = 64
Dim num As Constant Integer = 64
Const num As Integer = 64
ผิดทุกตัวเลือก

2. Why are three-letter mnemonics used when naming controls [vb049]
To confuse the programmer
To identify the type of control
To make the program run faster
To reduce the amount of memory required for the program
ผิดทุกตัวเลือก

3. msg = Replace("Please confirm what you can do", "do", "confirm") [vb010]
msg will contain, "Please do what you can confirm"
msg will contain, "Please confirm what you can confirm"
msg will contain, "Please do what you can do confirm"
msg will contain, "Please do what you can do"
ผิดทุกตัวเลือก

4. What function is used to identify the first element in an array [vb020]
First
Begin
LBound
Start
ผิดทุกตัวเลือก

5. Three-letter mnemonic for a Form [vb030]
frm
fm
f
fr
ผิดทุกตัวเลือก