ศูนย์สอบออนไลน์ (Online Quiz Center)
ศัพท์อังกฤษ (ศัพท์ยาก) - ความรู้ทั่วไป ชุดประเทศไทย - สังคมระดับมัธยมถึงปริญญา - ศัพท์อังกฤษ ระดับต้น
คอมพิวเตอร์เบื้องต้น - นักวิทยุสมัครเล่น - จังหวัด รหัสไปรษณีย์ - Visual Basic - JAVA - ศัพท์200 - ทั่วไป.ศิริรุ่ง
แบบทดสอบความรู้ Visual Basic ในชุด 5 ข้อ
ปรับปรุง : 2553-11-25 (ปรับการแสดงผล)
1. What function is used to identify the first element in an array [vb020]
First
Begin
LBound
Start
ผิดทุกตัวเลือก

2. Specifies an array with 4 elements [vb044]
Dim num() As Integer
Dim num(5) As Integer
Dim num(4) As Integer
Dim num(3) As Integer
ผิดทุกตัวเลือก

3. What does the Step keyword used with the For/Next Loop do [vb019]
Allows the loop to be missed if the condition is True
Increments values according to the Step value
Syntax error
The Step keyword is illegal with counted loops
ผิดทุกตัวเลือก

4. Properties cannot be set at run-time [vb043]
Height
Width
Name
Top
ผิดทุกตัวเลือก

5. What does CSng do [vb018]
Sing a song
Change the sign of a number
Count spaces in a string
Convert a data type to Single
ผิดทุกตัวเลือก