ศูนย์สอบออนไลน์ (Online Quiz Center)
ศัพท์อังกฤษ (ศัพท์ยาก) - ความรู้ทั่วไป ชุดประเทศไทย - สังคมระดับมัธยมถึงปริญญา - ศัพท์อังกฤษ ระดับต้น
คอมพิวเตอร์เบื้องต้น - นักวิทยุสมัครเล่น - จังหวัด รหัสไปรษณีย์ - Visual Basic - JAVA - ศัพท์200 - ทั่วไป.ศิริรุ่ง
แบบทดสอบความรู้ Visual Basic ในชุด 5 ข้อ
ปรับปรุง : 2553-11-25 (ปรับการแสดงผล)
1. The TypeOf function is used to [vb013]
Identify the data type of a variable
Identify the type of form
Identify the current font
Identify the type of control
ผิดทุกตัวเลือก

2. What keyword is placed before a parameter to a function, to ensure it is read-only [vb033]
ByValue
ByReference
ByVal
ByRef
ผิดทุกตัวเลือก

3. If x < 10 Or > 20 Then [vb004]
The above statement is True for values of x in the range 10 to 20
The above statement is True for values of x outside the range 10 to 20
The above statement can never be True
The above statement is a syntax error
ผิดทุกตัวเลือก

4. What is the name of the system variable that keeps track of the Y position of a graphical object [vb024]
Y
ThisY
CurrentY
YValue
ผิดทุกตัวเลือก

5. 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
ผิดทุกตัวเลือก