ศูนย์สอบออนไลน์ (Online Quiz Center)
ศัพท์อังกฤษ (ศัพท์ยาก) - ความรู้ทั่วไป ชุดประเทศไทย - สังคมระดับมัธยมถึงปริญญา - ศัพท์อังกฤษ ระดับต้น
คอมพิวเตอร์เบื้องต้น - นักวิทยุสมัครเล่น - จังหวัด รหัสไปรษณีย์ - Visual Basic - JAVA - ศัพท์200 - ทั่วไป.ศิริรุ่ง
แบบทดสอบความรู้ Visual Basic ในชุด 5 ข้อ
ปรับปรุง : 2553-11-25 (ปรับการแสดงผล)
1. 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
ผิดทุกตัวเลือก

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

3. Best describes a Counted loop [vb038]
A loop that performs the test at the start
A loop that performs the test at the end
A loop that iterates a predetermined number of times
A loop that counts backwards
ผิดทุกตัวเลือก

4. Me.Line (0, 0) - (Me.ScaleWidth, Me.ScaleHeight) [vb008]
Draws a diagonal line from the top left to the bottom right of the current form
Draws a diagonal line from the top right to the bottom left of the current form
Draws a horizontal line
Draws a vertical line
ผิดทุกตัวเลือก

5. Three-letter mnemonic for a ComboBox [vb027]
cb
cbo
cbb
cbx
ผิดทุกตัวเลือก