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

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

3. What keyword is placed before a parameter to a function, that means it may be written to in the function [vb032]
ByValue
ByReference
ByVal
ByRef
ผิดทุกตัวเลือก

4. Declares a variable of type Integer [vb040]
int num
Integer num
Dim num As Integer
Dim Integer
ผิดทุกตัวเลือก

5. Which Property should be set for every control [vb048]
Caption
Text
Interval
Name
ผิดทุกตัวเลือก

6. Me.Circle (1000, 2000), 300 [vb007]
The X position for the center of the circle is 1000
The X position for the left of the circle is 1000
The X position for the center of the circle is 2000
The X position for the left of the circle is 2000
ผิดทุกตัวเลือก

7. UCase("Love Education") [vb015]
Returns "love education"
Returns "Love Education"
Returns "LOVE EDUCATION"
Returns "LOVE education"
ผิดทุกตัวเลือก

8. Unload me [vb023]
Close control
Close form
Close textbox
Close Sourcecode
ผิดทุกตัวเลือก

9. Three-letter mnemonic for a Label [vb031]
lb
ll
lbl
lab
ผิดทุกตัวเลือก

10. Constant declarations is correct [vb039]
Dim Constant num As Integer
Dim Constant num As Integer = 64
Dim num As Constant Integer = 64
Const num As Integer = 64
ผิดทุกตัวเลือก

11. SQL Statement for delete all records from a table [vb047]
DELETE FROM saleman where s_enrolNumber=ALL
DELETE FROM saleman where s_enrolNumber=s_enrolNumber
DELETE FROM saleman
DELETE ALL FROM saleman
ผิดทุกตัวเลือก

12. LCase("Love Education") [vb006]
Returns "love education"
Returns "Love Education"
Returns "LOVE EDUCATION"
Returns "LOVE education"
ผิดทุกตัวเลือก

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

14. What is a VB [vb022]
Visual Basic
Virtual Basic
Visual Begin
Virtual Begin
ผิดทุกตัวเลือก

15. Three-letter mnemonic for a Form [vb030]
frm
fm
f
fr
ผิดทุกตัวเลือก

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

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

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

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

20. What is an FSO [vb021]
Full System Output
Fat Sound Object
File System Object
Fullsize Slider Object
ผิดทุกตัวเลือก

21. Three-letter mnemonic for a Timer [vb029]
tim
tme
timer
tmr
ผิดทุกตัวเลือก

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

23. SQL statement for selects all records from the saleman table [vb045]
select from saleman
select * from saleman
select everything from saleman
select saleman
ผิดทุกตัวเลือก

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

25. The SelStart Property of a TextBox is used to [vb012]
Identify the start of the Text
There is no such Property
Identify the start of highlighted text
Identify the color
ผิดทุกตัวเลือก

26. What function is used to identify the first element in an array [vb020]
First
Begin
LBound
Start
ผิดทุกตัวเลือก

27. Three-letter mnemonic for a ListBox [vb028]
box
lbx
lst
lis
ผิดทุกตัวเลือก

28. Which control allows you to create a TCP/IP session [vb036]
Internet Transfer Control
Winsock
WebBrowser
ODBC
ผิดทุกตัวเลือก

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

30. How would you make a form Transparent [vb003]
Set the BackStyle Property of the Form to Transparent
Set the WindowMode of the Form to Transparent
Use API calls
Use ODBC
ผิดทุกตัวเลือก