ข้อสอบ ประเภท : เฉลยทีละข้อ - ทันที
ชุดแบบสอบ ทดสอบความรู้ Visual Basic ในชุด 30 ข้อ
แต่ถ้าต้องการแบบตอบแล้ว สรุปผลหลังทำครบทุกข้อ ให้ไปที่ ศูนย์สอบ เพื่อเลือกแบบสอบใหม่
    1. What is the name of the system variable that keeps track of the Y position of a graphical object [vb024]
      Y
      ThisY
      CurrentY
      YValue
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


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


    4. LCase("Love Education") [vb006]
      Returns "love education"
      Returns "Love Education"
      Returns "LOVE EDUCATION"
      Returns "LOVE education"
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


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


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


    8. Three-letter mnemonic for a ListBox [vb028]
      box
      lbx
      lst
      lis
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


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


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


    12. How does a function get a return value [vb002]
      By assigning an expression to the function name
      By assigning an expression to the Return keyword
      By assigning an expression to the Function keyword
      Functions cannot return values
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


    14. Unload me [vb023]
      Close control
      Close form
      Close textbox
      Close Sourcecode
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    15. How does a function get a return value [vb002]
      By assigning an expression to the function name
      By assigning an expression to the Return keyword
      By assigning an expression to the Function keyword
      Functions cannot return values
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


    17. Three-letter mnemonic for a ListBox [vb028]
      box
      lbx
      lst
      lis
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    18. How does a function get a return value [vb002]
      By assigning an expression to the function name
      By assigning an expression to the Return keyword
      By assigning an expression to the Function keyword
      Functions cannot return values
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


    20. How does a function get a return value [vb002]
      By assigning an expression to the function name
      By assigning an expression to the Return keyword
      By assigning an expression to the Function keyword
      Functions cannot return values
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


    22. control.ZOrder 0 [vb001]
      Places the control at the top of the Z Order
      Places the control at the bottom of the Z Order
      Sends the control to the back of the other controls
      Hides the control
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


    24. Three-letter mnemonic for a CommandButton [vb026]
      cmd
      com
      command
      cnd
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    25. Defines the graphical height of a graphics object [vb041]
      GraphHeight
      GraphicalHeight
      Height
      ScaleHeight
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


    27. control.ZOrder 0 [vb001]
      Places the control at the top of the Z Order
      Places the control at the bottom of the Z Order
      Sends the control to the back of the other controls
      Hides the control
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


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


    30. control.ZOrder 0 [vb001]
      Places the control at the top of the Z Order
      Places the control at the bottom of the Z Order
      Sends the control to the back of the other controls
      Hides the control
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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

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