ข้อสอบ ประเภท : เฉลยทีละข้อ - ทันที
ชุดแบบสอบ ทดสอบความรู้ Visual Basic ในชุด 30 ข้อ
แต่ถ้าต้องการแบบตอบแล้ว สรุปผลหลังทำครบทุกข้อ ให้ไปที่ ศูนย์สอบ เพื่อเลือกแบบสอบใหม่
    1. What is an FSO [vb021]
      Full System Output
      Fat Sound Object
      File System Object
      Fullsize Slider Object
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    2. When does recursion occur [vb035]
      When a function calls itself
      When no code is associated with an Event
      At design-time
      When a Property is assigned an invalid value
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    3. Declares a variable of type Integer [vb040]
      int num
      Integer num
      Dim num As Integer
      Dim Integer
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    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. 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
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    6. SQL statement for selects all records from the saleman table [vb045]
      select from saleman
      select * from saleman
      select everything from saleman
      select saleman
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    7. msg = Replace("Please confirm what you can do", "do", "confirm") [vb010]
      msg will contain, "Please do what you can confirm"
      msg will contain, "Please confirm what you can confirm"
      msg will contain, "Please do what you can do confirm"
      msg will contain, "Please do what you can do"
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    8. 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
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    9. 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
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    10. 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
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    11. Right("Love Thailand",3) [vb011]
      Returns "Lov"
      Returns "Tha"
      Returns "and"
      Returns "LTd"
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    12. 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
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    13. 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
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    14. 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
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    15. Which Property should be set for every control [vb048]
      Caption
      Text
      Interval
      Name
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    16. Which Property should be set for every control [vb048]
      Caption
      Text
      Interval
      Name
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    17. Which control allows you to create a TCP/IP session [vb036]
      Internet Transfer Control
      Winsock
      WebBrowser
      ODBC
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    18. Which Property should be set for every control [vb048]
      Caption
      Text
      Interval
      Name
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    19. 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
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    20. Which Property should be set for every control [vb048]
      Caption
      Text
      Interval
      Name
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    21. What function is used to identify the first element in an array [vb020]
      First
      Begin
      LBound
      Start
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    22. Three-letter mnemonic for a Form [vb030]
      frm
      fm
      f
      fr
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    23. 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
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    24. Which Property should be set for every control [vb048]
      Caption
      Text
      Interval
      Name
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    25. msg = "Love"&"Thailand" [vb009]
      Produces a syntax error
      Assigns LoveThailand to msg
      Assigns Love&Thailand to msg
      Assigns Love Thailand to msg
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    26. What keyword is placed before a parameter to a function, to ensure it is read-only [vb033]
      ByValue
      ByReference
      ByVal
      ByRef
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    27. Which Property should be set for every control [vb048]
      Caption
      Text
      Interval
      Name
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    28. Three-letter mnemonic for a ComboBox [vb027]
      cb
      cbo
      cbb
      cbx
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    29. What is an FSO [vb021]
      Full System Output
      Fat Sound Object
      File System Object
      Fullsize Slider Object
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    30. 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
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


ศัพท์ภาษาอังกฤษ (ศัพท์ยาก) - ความรู้ทั่วไป ชุดประเทศไทย - สังคมระดับมัธยมถึงปริญญา
ศัพท์ภาษาอังกฤษ ระดับต้น - คอมพิวเตอร์เบื้องต้น และการจัดการระบบปฏิบัติการ - นักวิทยุสมัครเล่น
จังหวัด รหัสไปรษณีย์ - Visual Basic - JAVA - ทั่วไป.ศิริรุ่งสาวโยนก

ปรับปรุง : 2564-02-12
.