ศูนย์สอบออนไลน์ (Online Quiz Center)
ศัพท์อังกฤษ (ศัพท์ยาก) - ความรู้ทั่วไป ชุดประเทศไทย - สังคมระดับมัธยมถึงปริญญา - ศัพท์อังกฤษ ระดับต้น
คอมพิวเตอร์เบื้องต้น - นักวิทยุสมัครเล่น - จังหวัด รหัสไปรษณีย์ - Visual Basic - JAVA - ศัพท์200 - ทั่วไป.ศิริรุ่ง
แบบทดสอบความรู้ Visual Basic ในชุด 5 ข้อ
ปรับปรุง : 2553-11-25 (ปรับการแสดงผล)
1. Three-letter mnemonic for a ListBox [vb028]
box
lbx
lst
lis
ผิดทุกตัวเลือก

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. What is an FSO [vb021]
Full System Output
Fat Sound Object
File System Object
Fullsize Slider Object
ผิดทุกตัวเลือก

4. The correct syntax to count backwards [vb042]
For counter = 10 Down To 1
For counter = 10 To 1 Step -1
For counter = 10 To 1 Step Down
For counter = 10 To 1
ผิดทุกตัวเลือก

5. The User Defined Format expression "mm" is used to [vb014]
Format the minutes of a Date Expression with a leading zero
Format the month of a Date Expression with a leading zero
Convert strings to lowercase
Convert strings to uppercase
ผิดทุกตัวเลือก