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

2. SQL statement for updating a record [vb046]
UPDATE saleman SET s_dob = #20/01/2547# WHERE s_enrolNumber = 47
UPDATE saleman WITH s_dob = #20/01/2547# WHERE s_enrolNumber = 47
UPDATE saleman s_dob = #20/01/2547# WHERE s_enrolNumber = 47
UPDATE s_dob = #20/01/2547# to s_enrolNumber = 47
ผิดทุกตัวเลือก

3. What does a pre-condition loop do [vb017]
Perform the test at the start of the loop
Perform the test at the end of the loop
Loop a predetermined number of times
Count backwards
ผิดทุกตัวเลือก

4. Which data type is most suitable for storing the cost of an item [vb037]
Double
Integer
Currency
Variant
ผิดทุกตัวเลือก

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